-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 868 Bytes
/
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
{
"name": "ecommerce-react-native-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest": "^24.8.0",
"jest-react-native": "^18.0.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.3.1",
"schedule": "^0.4.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"path": "^0.12.7",
"react": "16.5.1",
"react-native": "0.57.2",
"react-native-image-picker": "^0.26.10",
"react-native-material-kit": "^0.5.1",
"react-native-navigation": "^1.1.471",
"react-native-vector-icons": "^6.6.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
}
}