-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.08 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^8.0.0",
"expo": "^31.0.2",
"firebase": "^5.7.0",
"moment": "^2.23.0",
"react": "^16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-masked-text": "^1.9.2",
"react-native-modal-datetime-picker": "^6.0.0",
"react-navigation": "^3.0.8",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"typesafe-actions": "^2.0.4"
},
"devDependencies": {
"@types/expo__vector-icons": "^6.2.3",
"@types/node": "^10.12.15",
"@types/react": "^16.7.17",
"@types/react-native": "^0.57.18",
"@types/react-navigation": "^2.13.8",
"@types/react-redux": "^6.0.11",
"@types/redux-logger": "^3.0.6",
"babel-preset-expo": "^5.0.0",
"react-native-typescript-transformer": "^1.2.10",
"typescript": "^3.2.2"
},
"private": true
}