-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.85 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
{
"name": "ecHRssc",
"version": "0.0.1",
"private": true,
"scripts": {
"configureJPush": "node node_modules/jpush-react-native/JPushConfiguration.js",
"rn-start": "node node_modules/react-native/local-cli/cli.js start",
"start": "node scripts/custom-rn-theme.js && npm run rn-start",
"ios": "node scripts/custom-rn-theme.js && react-native run-ios",
"android": "node scripts/custom-rn-theme.js && react-native run-android",
"apk": "cd android && ./gradlew assembleRelease",
"adb": "adb install android/app/build/outputs/apk/app-release.apk",
"test": "jest"
},
"dependencies": {
"antd-mobile": "^2.0.3",
"jcore-react-native": "^1.2.2",
"jpush-react-native": "^2.1.3",
"mobx": "^3.3.1",
"mobx-persist": "^0.4.1",
"mobx-react": "^4.3.4",
"moment": "^2.19.2",
"native-echarts": "^0.3.0",
"obj-merged": "^1.0.5",
"rc-form": "^1.5.0",
"react": "16.0.0-alpha.6",
"react-intl": "^2.4.0",
"react-native": "0.44.3",
"react-native-fs": "^2.8.5",
"react-native-htmlview": "^0.12.1",
"react-native-i18n": "^2.0.9",
"react-native-image-picker": "^0.26.7",
"react-native-image-zoom-viewer": "^2.0.13",
"react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git",
"react-native-update": "^4.0.6",
"react-navigation": "^1.0.0-beta.19"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-expo": "^2.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}