-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.03 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "tslint src/**/*.ts src/**/*.tsx"
},
"dependencies": {
"expo": "^31.0.2",
"moment": "^2.22.2",
"react": "16.7.0-alpha-2",
"react-native": "https://github.com/expo/react-native/archive/sdk-31-with-hooks-dangerzone.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-paper": "^2.3.0",
"react-navigation": "^3.0.5",
"react-navigation-header-buttons": "^2.1.1",
"react-navigation-material-bottom-tabs": "^1.0.0"
},
"devDependencies": {
"@types/expo": "^31.0.1",
"@types/expo__vector-icons": "^6.2.3",
"@types/react": "16.7.13",
"@types/react-native": "^0.57.17",
"@types/react-native-elements": "^0.18.0",
"@types/react-navigation": "^2.13.7",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.2.1"
},
"private": true
}