forked from pubkey/rxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.26 KB
/
package.json
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
{
"name": "rxdb-example-react-native",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "(cd ../../ && npx [email protected] pack ../../ --filename ./examples/react-native/rxdb-local.tgz)",
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest --debug --no-cache",
"test:bundle": "rimraf -f ./dist && rimraf -f ./expo && EXPO_DEBUG=true expo export --public-url https://example.com/",
"fix-jest-expo": "curl https://raw.githubusercontent.com/expo/expo/master/packages/jest-expo/src/preset/setup.js > node_modules/jest-expo/src/preset/setup.js",
"postinstall": "npm run fix-jest-expo"
},
"devDependencies": {
"babel-preset-expo": "8.5.1",
"expo-cli": "3.28.6",
"jest-expo": "37.0.0",
"react-native-gesture-handler": "1.10.3",
"react-test-renderer": "17.0.2",
"rimraf": "3.0.2",
"schedule": "0.5.0"
},
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"expo": "43.0.5",
"global": "4.4.0",
"pouchdb-adapter-asyncstorage": "6.4.1",
"pouchdb-adapter-http": "7.2.2",
"random-token": "0.0.8",
"react": "17.0.2",
"react-native": "0.66.4",
"rxdb": "file:rxdb-local.tgz",
"rxjs": "7.5.2"
}
}