-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
{
"name": "app",
"version": "10.1.6",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"prepare-env": "cp .$ENV.env .env",
"start": "npm run prepare-env && npx expo start",
"update": "node ./scripts/update",
"build": "node ./scripts/build",
"clear-cache": "watchman watch-del-all && rm -rf node_modules/ && rm -f package-lock.json && npm install --legacy-peer-deps",
"inc-version": "node ./version-inc",
"version": "node ./scripts/version-inc && git add version.json",
"postversion": "git push && git push --tags && git fetch",
"lint": "eslint **/*.ts **/*.tsx"
},
"dependencies": {
"@appjusto/types": "^7.6.12",
"@expo-google-fonts/barlow": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@shopify/react-native-skia": "0.1.141",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"expo": "~46.0.13",
"expo-application": "~4.2.2",
"expo-asset": "~8.6.1",
"expo-constants": "~13.2.4",
"expo-font": "~10.2.0",
"expo-linking": "~3.2.2",
"expo-notifications": "~0.16.1",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"firebase": "^9.9.1",
"geokit": "^1.1.0",
"lodash": "^4.17.21",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"sentry-expo": "~5.0.0",
"typescript": "^4.6.3",
"expo-updates": "~0.14.6"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
},
"private": true
}