-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.5 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"android:staging": "cd android && gradlew assembleStagingRelease",
"android:production": "cd android && gradlew assembleProductionRelease",
"ios": "react-native run-ios",
"dev": "react-devtools",
"reset-cache": "react-native start --reset-cache",
"test": "jest"
},
"dependencies": {
"aliyun-oss-react-native": "^1.0.0-alpha.7",
"axios": "^0.18.0",
"es6-promise": "^4.2.5",
"janalytics-react-native": "^1.2.0",
"jcore-react-native": "^1.2.11",
"jpush-react-native": "^2.2.13",
"jshare-react-native": "^1.4.1",
"lodash": "^4.17.11",
"mobx": "^4.5.0",
"mobx-react": "^5.3.4",
"react": "16.5.0",
"react-native": "0.57.2",
"react-native-animatable": "^1.3.0",
"react-native-background-timer": "^2.1.1",
"react-native-blur": "^3.2.2",
"react-native-code-push": "^5.4.2",
"react-native-config": "^0.11.7",
"react-native-device-info": "^0.24.3",
"react-native-gesture-handler": "^1.0.12",
"react-native-image-capinsets": "^0.5.0",
"react-native-image-crop-picker": "^0.21.3",
"react-native-modalbox": "^1.6.0",
"react-native-orientation": "^3.1.3",
"react-native-picker": "^4.3.7",
"react-native-root-siblings": "^3.1.7",
"react-native-snap-carousel": "^3.7.5",
"react-native-splash-screen": "^3.1.1",
"react-native-storage": "^0.2.3",
"react-native-svg": "^8.0.0",
"react-native-swiper": "^1.5.13",
"react-native-tab-view": "^1.3.1",
"react-native-ultimate-listview": "^3.3.0",
"react-native-video": "^4.2.0",
"react-native-webview": "^2.14.3",
"react-native-wechat": "^1.9.10",
"react-navigation": "^3.0.9"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.2",
"babel-eslint": "^9.0.0",
"babel-jest": "23.6.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.2.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.0",
"onecolor": "^3.1.0",
"react-test-renderer": "16.5.0",
"url-parse": "^1.4.4"
},
"jest": {
"preset": "react-native"
}
}