-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "testReactNativeApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "0.55.3",
"react-native-camera": "^0.12.0",
"react-native-easy-toast": "^1.1.0",
"react-native-htmlview": "^0.12.1",
"react-native-i18n": "^2.0.12",
"react-native-image-picker": "^0.26.10",
"react-native-modalbox": "^1.4.2",
"react-native-qrcode": "^0.2.6",
"react-native-radio-master": "^1.0.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-segmented-control-tab": "^3.2.2",
"react-native-simple-store": "^1.3.0",
"react-native-swiper": "^1.5.13",
"react-native-tab-navigator": "^0.3.4",
"react-native-update": "^5.0.0",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.9.1",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.1.1",
"teaset": "^0.5.6"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}