-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1014 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
37
38
39
{
"name": "TritonGo",
"version": "0.0.5",
"private": true,
"devDependencies": {
"flow-bin": "^0.47.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.13"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"flow": "flow"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!react-native|native-base-shoutem-theme)"
]
},
"dependencies": {
"color": "~1.0.3",
"firebase": "^4.6.2",
"lodash": "^4.13.1",
"moment": "^2.19.3",
"native-base": "2.3.1",
"react": "16.0.0-alpha.13",
"react-native": "0.46.4",
"react-native-calendars": "^1.11.0",
"react-native-google-maps-directions": "^1.1.2",
"react-native-google-places": "^2.4.2",
"react-native-maps": "^0.17.1",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-use-external-maps": "^1.0.0",
"react-navigation": "^1.0.0-beta.13"
}
}