-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) 路 3.4 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) 路 3.4 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
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
102
103
104
105
{
"name": "mobilizeut",
"version": "1.0.0",
"main": "expo-router/entry",
"overrides": {
"cosmiconfig": "7.1.0"
},
"scripts": {
"start": "expo start",
"prebuild": "expo prebuild",
"ios": "expo run:ios",
"android": "adb reverse tcp:54321 tcp:54321 && expo run:android",
"android:expo": "expo run:android",
"web": "expo start --web",
"typecheck": "tsc --noEmit",
"typecheck:server": "pnpm --dir server exec tsc --noEmit",
"test:server": "pnpm --dir server run test -- --run",
"migrate:server:local": "pnpm --dir server run migrate:local",
"migrate:server:remote": "pnpm --dir server run migrate:remote",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write"
},
"dependencies": {
"@expo/vector-icons": "15.0.3",
"@gorhom/bottom-sheet": "5.1.8",
"@hookform/resolvers": "5.2.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "7.4.0",
"@react-navigation/native": "^7.1.6",
"@rnmapbox/maps": "^10.3.0",
"@tanstack/react-query": "^5.90.7",
"@turf/turf": "^7.2.0",
"@types/geojson": "^7946.0.16",
"better-auth": "^1.4.5",
"clsx": "^2.1.1",
"drizzle-orm": "^0.44.7",
"expo": ">=54.0.0-0 <55.0.0",
"expo-camera": "~17.0.8",
"expo-constants": "~18.0.13",
"expo-dev-client": "^6.0.21",
"expo-device": "~8.0.10",
"expo-font": "~14.0.12",
"expo-linking": "~8.0.12",
"expo-location": "~19.0.8",
"expo-modules-core": "~3.0.30",
"expo-network": "~8.0.8",
"expo-router": "~6.0.24",
"expo-sensors": "~15.0.8",
"expo-speech": "~13.0.1",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.11",
"geojson": "^0.5.0",
"nativewind": "^4.2.5",
"phosphor-react-native": "3.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.61.1",
"react-native": "0.81.5",
"react-native-css-interop": "^0.2.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~4.1.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-toast-message": "2.3.3",
"react-native-web": "0.21.0",
"react-native-worklets": "0.5.1",
"react-native-worklets-core": "1.6.2",
"tailwind-merge": "3.3.1",
"type-fest": "4.41.0",
"zod": "4.0.13",
"zustand": "4.5.7"
},
"devDependencies": {
"@babel/core": "7.28.0",
"@react-native/codegen": "0.83.1",
"@tanstack/eslint-plugin-query": "5.81.2",
"@types/react": "19.1.17",
"@typescript-eslint/parser": "8.46.3",
"cosmiconfig": "7.1.0",
"drizzle-kit": "^0.31.7",
"eslint": "^9.32.0",
"eslint-config-expo": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"react-query-external-sync": "^2.2.3",
"socket.io-client": "^4.8.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.3"
},
"private": true,
"pnpm": {
"onlyBuiltDependencies": [
"core-js-pure",
"esbuild",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.20.0"
}