-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "nativeApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"react-devtool": "react-devtools"
},
"dependencies": {
"react": "16.3.1",
"react-native": "^0.55.4",
"react-native-camera": "^1.3.1",
"react-native-gesture-handler": "^1.0.8",
"react-native-image-carousel": "^0.4.4",
"react-native-image-picker": "^0.27.1",
"react-native-image-view": "^2.0.12",
"react-native-looped-carousel": "^0.1.13",
"react-native-modal": "^6.5.0",
"react-native-navigation": "^2.0.2632",
"react-native-swipe-gestures": "^1.0.2",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.18.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.2.0",
"react-devtools": "^3.4.2",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}