-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·38 lines (38 loc) · 1.13 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
38
{
"name": "Bikepool",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"native-base": "^2.8.2",
"react": "16.6.0-alpha.8af6728",
"react-addons-update": "^15.6.2",
"react-native": "0.57.4",
"react-native-datepicker": "^1.7.2",
"react-native-google-places": "^2.5.2",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-maps": "^0.22.1",
"react-native-multistep-wizard": "0.0.1",
"react-native-password-strength-meter": "0.0.2",
"react-native-ratings": "^6.3.1",
"react-native-spinkit": "^1.3.0",
"react-native-splash-screen": "^3.1.1",
"react-native-textinput-effects": "^0.4.2",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^2.18.2",
"toggle-switch-react-native": "^2.0.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.0",
"react-test-renderer": "16.6.0-alpha.8af6728",
"redux-logger": "^3.0.6"
},
"jest": {
"preset": "react-native"
}
}