-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
49 lines (49 loc) · 1.43 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"prepare": "husky install"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "6.0.0",
"@react-native-picker/picker": "1.9.11",
"@react-navigation/bottom-tabs": "^5.2.8",
"@react-navigation/native": "^5.1.7",
"@react-navigation/stack": "^5.2.14",
"babel-plugin-inline-dotenv": "^1.6.0",
"dotenv": "^8.6.0",
"expo": "^41.0.0",
"formik": "^2.1.4",
"i18next": "^19.4.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "^11.3.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-map-clustering": "^3.1.2",
"react-native-maps": "0.27.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"swr": "^0.5.5",
"yup": "^0.28.4"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-preset-expo": "8.3.0",
"husky": "^6.0.0",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0"
},
"prettier": {
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "none"
}
}