-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "shop",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@mapbox/polyline": "^1.0.0",
"firebase": "^5.0.4",
"native-base": "^2.4.1",
"prop-types": "^15.6.1",
"react": "16.3.0-alpha.3",
"react-native": "0.54.4",
"react-native-firebase": "^4.2.0",
"react-native-image-zoom-viewer": "^2.1.2",
"react-native-maps": "^0.21.0",
"react-native-search-filter": "^0.1.3",
"react-native-send-intent": "^1.0.24",
"react-native-smart-splash-screen": "^2.3.5",
"react-native-snap-carousel": "^3.7.0",
"react-native-sparkbutton": "^0.2.0",
"react-native-storage": "^0.2.2",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.11"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.0-alpha.3"
},
"jest": {
"preset": "react-native"
}
}