-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
60 lines (60 loc) · 2.38 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
{
"name": "eostoken",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios",
"android": "react-native run-android",
"ios-bundle-build": "react-native bundle --platform ios --entry-file index.js --bundle-output ./build-ios/main.jsbundle --assets-dest ./build-ios --dev false",
"android-bundle-build": "react-native bundle --platform android --entry-file index.js --bundle-output ./build-android/index.android.bundle --assets-dest ./build-android --dev false",
"ios-push": "code-push release i_eostoken ./build-ios/ 1.0.5 --deploymentName Production --description '' --mandatory true",
"android-push": "code-push release a_eostoken ./build-android/ 1.0.5 --deploymentName Production --description '' --mandatory true",
"push-list": "code-push deployment ls i_eostoken"
},
"dependencies": {
"assert": "^1.4.1",
"crypto-js": "^3.1.9-1",
"dva-core": "^1.1.0",
"jcore-react-native": "^1.2.5",
"jpush-react-native": "^2.1.12",
"moment": "^2.20.1",
"native-echarts": "^0.4.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-native": "^0.54.1",
"react-native-code-push": "^5.3.0",
"react-native-device-info": "^0.17.4",
"react-native-eosjs": "0.0.2",
"react-native-gesture-handler": "^1.0.0-alpha.40",
"react-native-progress-bar-classic": "^1.2.1",
"react-native-qrcode-svg": "^5.0.6",
"react-native-radio-buttons": "^1.0.0",
"react-native-simple-store": "^1.3.0",
"react-native-smart-barcode": "^1.0.6",
"react-native-smart-timer-enhance": "^1.0.3",
"react-native-splash-screen": "^3.0.6",
"react-native-svg": "^6.3.1",
"react-native-swiper": "^1.5.13",
"react-native-tab-view": "0.0.74",
"react-native-typography": "^1.3.0",
"react-native-upgrade-android": "^1.0.0",
"react-native-vector-icons": "^4.5.0",
"react-native-view-shot": "^2.3.0",
"react-native-wechat": "^1.9.9",
"react-navigation": "^1.5.1",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.7"
},
"devDependencies": {
"babel-jest": "22.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "^4.0.0",
"jest": "22.4.2",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}