-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "Carbook",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-native": "^0.35.0",
"react-native-datepicker": "^1.4.2",
"react-native-dismiss-keyboard": "^1.0.0",
"react-native-google-analytics-bridge": "^3.1.0",
"react-native-maps": "^0.11.0",
"react-native-navbar": "^1.5.4",
"react-native-search-bar": "^2.16.0",
"react-native-side-menu": "^0.20.1",
"react-native-tab-view": "0.0.29",
"react-native-testfairy": "^2.10.0",
"react-native-vector-icons": "^2.1.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"tcomb-form-native": "^0.6.1"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-react-native": "^1.9.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"eslint-config-rallycoding": "^3.1.0",
"mocha": "^3.1.2"
}
}