-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.55 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
50
51
{
"name": "ZhCareer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"antd-mobile": "^1.6.11",
"querystring": "^0.2.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-blur": "^3.1.3",
"react-native-button": "^2.1.0",
"react-native-device-info-lower-version-android-jszh": "^0.26.5",
"react-native-image-zoom-viewer": "^2.2.24",
"react-native-message-bar": "^2.0.4",
"react-native-modal": "^7.0.2",
"react-native-orientation": "^3.1.0",
"react-native-root-toast": "^1.3.0",
"react-native-router-flux": "^4.0.0-beta.21",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-simple-store": "^1.3.0",
"react-native-slider": "^0.11.0",
"react-native-splash-screen": "^2.1.0",
"react-native-storage": "^0.2.2",
"react-native-swiper": "^1.5.14",
"react-native-tab-navigator": "^0.3.4",
"react-native-vector-icons": "^4.3.0",
"react-native-video": "^2.0.0",
"react-native-viewpager": "^0.2.13",
"react-redux": "^5.0.6",
"react-timer-mixin": "^0.13.3",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-promise-middleware": "^4.4.1",
"redux-thunk": "^2.2.0",
"redux-validator": "^0.2.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-plugin-import": "^1.6.0",
"babel-preset-react-native": "4.0.1",
"jest": "23.6.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}