-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.42 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
{
"name": "yuzhuangbang",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"autoresponsive-react-native": "^1.0.9",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-actionsheet": "^2.1.0",
"react-native-carousel": "^0.10.0",
"react-native-custom-action-sheet": "0.0.11",
"react-native-dialogbox": "^0.6.6",
"react-native-dropdown": "0.0.6",
"react-native-flexi-radio-button": "^0.2.1",
"react-native-image-picker": "^0.26.3",
"react-native-keyboard-spacer": "^0.3.1",
"react-native-modal": "^2.4.0",
"react-native-modal-datetime-picker": "^4.7.0",
"react-native-modal-dropdown": "^0.4.3",
"react-native-radio-buttons": "^0.14.0",
"react-native-roll-picker": "^1.0.2",
"react-native-scrollable-tab-view": "^0.6.6",
"react-native-simple-store": "^1.3.0",
"react-native-swipeout": "^2.1.1",
"react-native-vector-icons": "^4.1.1",
"react-native-wechat": "^1.9.2",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.3"
},
"devDependencies": {
"babel-jest": "20.0.1",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.1",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}