-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.54 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.54 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
{
"name": "qingyuanjie",
"version": "0.0.1",
"private": true,
"scripts": {
"configureJPush": "node node_modules/jpush-react-native/JPushConfiguration.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"jpush-react-native": "^1.3.5",
"native-base": "^0.5.13",
"ramda": "^0.22.1",
"react": "^15.4.1",
"react-native": "^0.38.0",
"react-native-actionsheet": "^2.0.4",
"react-native-background-timer": "^0.1.3",
"react-native-cookies": "^2.0.0",
"react-native-device-info": "^0.9.6",
"react-native-gifted-chat": "0.0.10",
"react-native-image-picker": "^0.24.1",
"react-native-maps": "^0.11.0",
"react-native-modalbox": "^1.3.8",
"react-native-photo-view": "^1.2.0",
"react-native-picker": "^4.0.14",
"react-native-popup-menu": "^0.6.1",
"react-native-root-toast": "^1.0.3",
"react-native-scrollable-tab-view": "^0.7.0",
"react-native-side-menu": "^0.20.1",
"react-native-swipe-cards": "0.0.9",
"react-native-swipe-list-view": "^0.3.3",
"react-native-swiper": "^1.5.4",
"react-native-tab-view": "0.0.47",
"react-native-vector-icons": "^3.0.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"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": "^17.0.0",
"react-test-renderer": "^15.3.2"
}
}