-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.36 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
{
"name": "v2ex",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"cheerio-without-node-native": "^0.20.1",
"react": "15.3.2",
"react-native": "^0.35.0",
"react-native-actionsheet": "^2.0.4",
"react-native-animatable": "^0.6.1",
"react-native-app-info": "0.0.6",
"react-native-code-push": "^1.15.0-beta",
"react-native-cookies": "^2.0.0",
"react-native-device-info": "^0.9.6",
"react-native-image-zoom-viewer": "^1.2.25",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-navbar": "^1.5.4",
"react-native-popup": "^0.6.0",
"react-native-root-siblings": "^1.0.8",
"react-native-root-toast": "^1.0.3",
"react-native-scrollable-tab-view": "^0.6.0",
"react-native-side-menu": "^0.20.1",
"react-native-spinkit": "^0.1.3",
"react-native-vector-icons": "^2.1.0",
"react-native-wechat": "^1.7.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "16.0.2",
"jest-react-native": "16.0.0",
"jsx-control-statements": "^3.1.5",
"react-test-renderer": "15.3.2"
}
}