-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 913 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 913 Bytes
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
{
"name": "ecommerce",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lottie-react-native": "^2.3.2",
"react": "^16.3.1",
"react-native": "^0.55.3",
"react-native-animatable": "1.2.4",
"react-native-elements": "0.18.4",
"react-native-image-gallery": "^2.1.5",
"react-native-interactable": "^0.1.7",
"react-native-multiple-select": "^0.4.1",
"react-native-parallax-scroll-view": "0.20.1",
"react-native-swiper": "1.5.13",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5",
"babel-eslint": "8.0.3",
"eslint": "4.13.0",
"eslint-plugin-react": "7.5.1"
},
"jest": {
"preset": "react-native"
}
}