-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.94 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.94 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
{
"name": "asset_map_app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"start": "expo start",
"lint": "eslint . && prettier -c .",
"format": "eslint . --fix && prettier -w .",
"web": "expo start --web",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@assetmapping/shared-types": "file:../AssetMapping-Backend/packages/shared-types",
"@expo/vector-icons": "^15.0.3",
"@hookform/resolvers": "^5.2.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/native": "^7.1.20",
"@rnmapbox/maps": "^10.2.7",
"@tanstack/react-query": "^5.90.10",
"@turf/helpers": "^7.3.0",
"babel-plugin-inline-import": "^3.0.0",
"drizzle-orm": "^0.44.7",
"expo": "^54.0.25",
"expo-checkbox": "~5.0.7",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.20",
"expo-image-picker": "~17.0.8",
"expo-linking": "~8.0.9",
"expo-location": "~19.0.7",
"expo-router": "~6.0.15",
"expo-sqlite": "~16.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.68.0",
"react-native": "^0.81.5",
"react-native-gesture-handler": "~2.29.1",
"react-native-get-random-values": "^2.0.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.18.0",
"react-native-web": "^0.21.2",
"uuid": "^13.0.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@types/react": "^19.2.6",
"drizzle-kit": "^0.31.7",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-native": "^5.0.0",
"prettier": "^3.6.2",
"typescript": "~5.9.3"
},
"private": true
}