-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.1 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "soficlef",
"version": "0.0.1",
"private": true,
"scripts": {
"android-linux": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": " cp vendor/attachWebsocketServer.js.flow node_modules/metro/src/lib/ && rndebugger-open"
},
"dependencies": {
"@okgrow/react-native-copilot": "^2.4.1",
"es6-promise": "^4.2.5",
"isomorphic-fetch": "^2.2.1",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-action-sheet-component": "0.0.36",
"react-native-animatable": "^1.3.1",
"react-native-app-intro-slider": "^1.0.1",
"react-native-busy-indicator": "^1.1.0",
"react-native-camera": "^1.8.0",
"react-native-dialog": "^5.5.0",
"react-native-elements": "^0.19.1",
"react-native-fab": "^1.0.8",
"react-native-firebase": "^5.2.0",
"react-native-gesture-handler": "^1.0.12",
"react-native-input-prompt": "^1.0.0",
"react-native-interactive-card": "^1.0.4",
"react-native-micro-animated-button": "0.0.28",
"react-native-picker-select": "^5.2.3",
"react-native-popup-dialog": "^0.16.6",
"react-native-qrcode-scanner": "^1.1.2",
"react-native-searchbar": "^1.15.0",
"react-native-snackbar": "^0.5.3",
"react-native-snap-carousel": "^3.7.5",
"react-native-spinkit": "^1.1.1",
"react-native-svg": "^9.0.0",
"react-native-text-detector": "0.0.6",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^3.0.9",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-native-debugger-open": "^0.3.17",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./screens/assets/fonts"
]
}
}