-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1004 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
35
36
{
"name": "cerveceriasLaPlata",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"react": "16.0.0-alpha.12",
"react-native": "0.48.3",
"react-native-fast-image": "^4.0.14",
"react-native-linear-gradient": "^2.3.0",
"react-native-map-clustering": "^1.1.5",
"react-native-maps": "^0.16.4",
"react-native-modal": "^4.0.0",
"react-native-orientation": "^3.1.0",
"react-native-swiper": "^1.5.12",
"react-native-vector-icons": "^4.3.0",
"react-navigation": "git+https://github.com/martnu/react-navigation.git#pass-down-drawer-lock-mode",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"tcomb-form-native": "^0.6.11"
},
"devDependencies": {
"babel-jest": "21.0.2",
"babel-preset-react-native": "4.0.0",
"jest": "21.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}