forked from pubkey/rxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "rxdb-example-react-native",
"version": "0.2.0",
"private": true,
"scripts": {
"preinstall": "(cd ../../ && npx yarn pack ../../ --filename ./examples/react-native/rxdb-local.tgz)",
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest",
"test:bundle": "rimraf -rf ./dist && rimraf -rf ./expo && EXPO_DEBUG=true expo export --public-url https://example.com/"
},
"devDependencies": {
"@babel/core": "7.21.8",
"babel-preset-expo": "9.3.2",
"expo-cli": "6.3.7",
"jest": "29.5.0",
"jest-expo": "48.0.2",
"react-native-gesture-handler": "2.9.0",
"react-test-renderer": "18.2.0",
"rimraf": "5.0.0",
"schedule": "0.5.0"
},
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"buffer": "6.0.3",
"cross-fetch": "3.1.5",
"expo": "48.0.16",
"global": "4.4.0",
"random-token": "0.0.8",
"react": "18.2.0",
"react-native": "0.70.6",
"react-native-get-random-values": "1.8.0",
"react-native-quick-base64": "2.0.6",
"rxdb": "file:rxdb-local.tgz",
"rxjs": "7.8.1",
"stream": "0.0.2"
}
}