-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.25 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "our-city-forest",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint:check": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"prettier:check": "npx prettier --check .",
"prettier:fix": "npx prettier --write .",
"prepare": "husky",
"pre-commit": "(npx tsc --noEmit || true) && (npm run lint:check || true) && npm run prettier:check"
},
"dependencies": {
"@expo-google-fonts/dm-sans": "^0.2.3",
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@supabase/supabase-js": "^2.45.6",
"@svgr/cli": "^8.1.0",
"@types/react-navigation": "^3.0.8",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"cookie": "^1.0.2",
"cross-spawn": "^7.0.6",
"expo": "~52.0.20",
"expo-auth-session": "~6.0.1",
"expo-camera": "~16.0.10",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.8",
"expo-device": "~7.0.1",
"expo-font": "^13.0.1",
"expo-linking": "~7.0.3",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "~14.0.1",
"got": "^14.4.4",
"minimatch": "^10.0.1",
"node-forge": "^1.3.1",
"path-to-regexp": "^8.2.0",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.5",
"react-native-config": "^1.5.3",
"react-native-dotenv": "^3.4.11",
"react-native-element-dropdown": "^2.12.2",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-toast-message": "^2.2.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"semver": "^7.6.3",
"send": "^1.1.0",
"uuid": "^11.0.3",
"xml2js": "^0.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@eslint/config-array": "^0.19.0",
"@eslint/js": "^9.9.0",
"@eslint/object-schema": "^2.1.4",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@react-native-community/cli": "latest",
"@svgr/cli": "^8.1.0",
"@types/react": "~18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.1",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-expo": "^0.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"glob": "^11.0.0",
"husky": "^9.1.5",
"metro-react-native-babel-preset": "^0.77.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"supabase": "^1.207.9",
"typescript": "~5.3.3",
"yarnhook": "^0.6.2"
},
"private": true
}