-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 937 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 937 Bytes
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": "smog-alert-app",
"version": "0.1.0",
"private": true,
"main": "./src/index.js",
"dependencies": {
"expo": "30.0.1",
"firebase": "5.5.0",
"geofire": "4.1.2",
"native-base": "2.8.0",
"ramda": "0.25.0",
"ramda-adjunct": "2.10.0",
"react": "16.5.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-svg": "6.5.0",
"react-navigation": "2.14.2",
"react-redux": "5.0.7",
"react-redux-firebase": "2.1.8",
"redux": "4.0.0",
"redux-form": "7.4.2",
"redux-logger": "3.0.6",
"redux-saga": "0.16.0",
"victory-native": "30.4.0"
},
"devDependencies": {
"react-native-dotenv": "0.2.0",
"react-native-scripts": "1.14.0",
"react-test-renderer": "16.5.1"
},
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios"
}
}