forked from joe-lz/QAF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.45 KB
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
{
"name": "appClient",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json",
"test": "jest"
},
"dependencies": {
"appcenter": "^1.4.0",
"appcenter-analytics": "^1.4.0",
"appcenter-crashes": "^1.4.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"polished": "^1.9.2",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-actionsheet": "^2.3.0",
"react-native-admob": "^2.0.0-beta.4",
"react-native-code-push": "^5.3.2",
"react-native-easy-toast": "^1.0.9",
"react-native-google-analytics-bridge": "^5.6.1",
"react-native-i18n": "^2.0.12",
"react-native-image-picker": "^0.26.7",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modalbox": "^1.4.2",
"react-native-qiniu": "^0.3.0",
"react-native-storage": "^0.2.2",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.30",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"styled-components": "^3.1.6",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.1.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}