-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.52 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
49
50
51
52
53
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"format": "prettier --write ."
},
"dependencies": {
"@expo/vector-icons": "^10.2.1",
"@types/react-redux": "^7.1.9",
"expo": "~38.0.8",
"expo-auth-session": "~1.4.0",
"expo-font": "~8.2.1",
"expo-linking": "^1.0.3",
"expo-status-bar": "^1.0.2",
"expo-web-browser": "~8.3.1",
"native-base": "2.13.12",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-keyboard-aware-scroll-view": "^0.9.2",
"react-native-screens": "~2.9.0",
"react-native-url-polyfill": "^1.2.0",
"react-native-web": "~0.11.7",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-router-native": "^5.2.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"smartmarkers": "github:xyramsoftware/smartmarkers-react"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@expo/webpack-config": "^0.12.28",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"@types/react-router-dom": "^5.1.5",
"@types/react-router-native": "^5.1.0",
"husky": "^4.2.5",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.0",
"typescript": "~3.9.5"
},
"private": true,
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}