-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "yewugo",
"version": "3.0.0",
"private": true,
"scripts": {
"configureJPush": "node node_modules/jpush-react-native/JPushConfiguration.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.16.2",
"crypto-js": "^3.1.9-1",
"jcore-react-native": "^1.2.2",
"jpush-react-native": "^2.1.3",
"qs": "^6.5.1",
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-audio": "^3.5.0",
"react-native-device-info": "^0.11.0",
"react-native-elements": "^0.17.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-fs": "^2.9.6",
"react-native-image-zoom-viewer": "^2.0.10",
"react-native-popup-dialog": "^0.9.39",
"react-native-root-toast": "^2.2.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-sound": "^0.10.4",
"react-native-storage": "^0.2.2",
"react-native-swiper": "^1.5.13",
"react-native-syan-image-picker": "0.0.7",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.23",
"realm": "^1.13.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "3.0.1",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}