forked from guangqiang-liu/OneM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 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": "one",
"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",
"react": "16.0.0-alpha.12",
"react-dom": "^16.0.0",
"react-native": "^0.49.3",
"react-native-blur": "^3.1.3",
"react-native-button": "^2.1.0",
"react-native-image-zoom-viewer": "^2.0.10",
"react-native-message-bar": "^2.0.4",
"react-native-orientation": "^3.1.0",
"react-native-progress": "^3.4.0",
"react-native-root-toast": "^1.3.0",
"react-native-router-flux": "^4.0.0-beta.21",
"react-native-scrollable-tab-view": "^0.6.7",
"react-native-simple-store": "^1.3.0",
"react-native-storage": "^0.2.2",
"react-native-swiper": "^1.5.10",
"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-native-zoom-image": "^0.1.1",
"react-navigation": "^1.0.0-beta.11",
"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": "20.0.3",
"babel-plugin-import": "^1.6.0",
"babel-preset-react-native": "3.0.1",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}