forked from felipembbraga/hourz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
39
40
41
42
43
44
45
46
47
48
{
"name": "Hourz",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"base64url": "^2.0.0",
"firebase": "^3.3.0",
"geofire": "^4.1.1",
"geolib": "^2.0.21",
"immutable": "^3.8.1",
"moment": "^2.14.1",
"moment-precise-range-plugin": "^1.2.0",
"moment-range": "^2.2.0",
"papaparse": "^4.1.2",
"react": "15.2.0",
"react-native": "^0.28.0",
"react-native-action-button": "^1.1.11",
"react-native-android-location": "^1.0.2",
"react-native-android-tablayout": "^0.3.0",
"react-native-fetch-blob": "^0.9.1",
"react-native-file-opener": "^0.2.0",
"react-native-fs": "^2.0.1-rc.2",
"react-native-image-picker": "^0.20.1",
"react-native-linear-gradient": "^1.5.12",
"react-native-maps": "^0.6.0",
"react-native-menu": "^0.20.1",
"react-native-orientation": "^1.17.0",
"react-native-permissions": "^0.2.4",
"react-native-responsive-image": "^1.3.0",
"react-native-scrollable-tab-view": "^0.5.2",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-persist": "^3.2.2",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.3"
},
"devDependencies": {
"flow-bin": "^0.28.0",
"jest-cli": "^13.2.3",
"remote-redux-devtools": "^0.3.3"
}
}