-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.82 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
{
"name": "southtransport-abt-app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node %npm_package_config_cli% start",
"test": "jest",
"serve": "node %npm_package_config_cli% run-android",
"log": "adb logcat *:S ReactNative:V ReactNativeJS:V",
"clean": "cd android && gradlew clean --console plain",
"build": "cd android && gradlew assembleRelease --console plain && start app\\build\\outputs\\apk"
},
"config": {
"cli": "node_modules/react-native/local-cli/cli.js"
},
"dependencies": {
"axios": "^0.16.2",
"es6-promise": "^4.1.1",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "0.48.1",
"react-native-config": "^0.6.1",
"react-native-fcm": "^9.3.0",
"react-native-firebase-crash-report": "^1.3.0",
"react-native-maps": "^0.16.3",
"react-native-navigation": "^1.1.213",
"react-native-popup-menu": "^0.8.4",
"react-native-scrollable-tab-view": "^0.7.4",
"react-native-settings-list": "^1.7.1",
"react-native-vector-icons": "^4.3.0",
"react-native-xml2js": "^1.0.3",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-observable": "^0.16.0",
"redux-thunk": "^2.2.0",
"rxjs": "^5.4.3",
"striptags": "^3.1.0",
"styled-components": "^2.1.2"
},
"devDependencies": {
"babel-jest": "21.0.0",
"babel-plugin-es6-promise": "^1.1.1",
"babel-preset-react-native": "3.0.2",
"jest": "21.0.1",
"react-test-renderer": "16.0.0-alpha.12",
"redux-devtools": "^3.4.0",
"redux-devtools-extension": "^2.13.2",
"redux-immutable-state-invariant": "^2.0.0"
},
"jest": {
"preset": "react-native"
}
}