forked from oh-bear/2life
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "twolife",
"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": {
"jcore-react-native": "^1.1.3",
"jpush-react-native": "^1.6.6",
"react": "16.0.0-alpha.6",
"react-native": "0.43.2",
"react-native-action-button": "^2.6.9",
"react-native-animatable": "^1.2.2",
"react-native-calendars": "1.2.21",
"react-native-image-crop-picker": "^0.13.1",
"react-native-image-picker": "^0.26.3",
"react-native-image-progress": "^0.6.0",
"react-native-image-resizer": "latest",
"react-native-image-zoom-viewer": "latest",
"react-native-navigation": "latest",
"react-native-progress": "^3.2.1",
"react-native-push-notification": "^3.0.0",
"react-native-snap-carousel": "^2.3.0",
"react-native-splash-screen": "^2.1.0",
"react-native-tab-navigator": "^0.3.3",
"react-native-vector-icons": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-jest": "21.2.0",
"babel-plugin-import": "^1.4.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5",
"redux-devtools-extension": "^2.13.2",
"remote-redux-devtools": "^0.5.12"
},
"jest": {
"preset": "react-native"
}
}