-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "ecosync",
"description": "A monorepo for the Ecosync - an app to to bridge the gaps, streamline processes, and enhance accountability through technological innovation.",
"version": "0.0.0-alpha-0",
"scripts": {
"start:container": "docker compose up -d",
"reset": "npm run reset -w @ecosync/db",
"app": "npm start -w @ecosync/app",
"app:web": "npm run web -w @ecosync/app",
"dev": "npm run dev -w @ecosync/web"
},
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"@types/google-map-react": "^2.1.10",
"@types/leaflet": "^1.9.12",
"@types/uuid": "^9.0.8",
"bun-types": "latest",
"prettier": "^3.2.5",
"supabase": "^1.142.2",
"typescript": "^5.0.0"
},
"dependencies": {
"@react-google-maps/api": "^2.19.3",
"@supabase/postgrest-js": "^1.11.0",
"ajv": "^8.13.0",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"expo-image": "~1.10.6",
"expo-image-picker": "~14.7.1",
"expo-location": "~16.5.5",
"expo-secure-store": "^13.0.1",
"google-map-react": "^2.2.1",
"kleur": "^4.1.5",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lucide-react-native": "^0.378.0",
"next-auth": "^4.24.7",
"react-google-maps": "^9.4.5",
"react-hot-toast": "^2.4.1",
"react-leaflet": "^4.2.1",
"react-native-get-random-values": "^1.11.0",
"react-native-maps": "1.10.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "~3.6.2",
"tailwind-merge": "^2.2.2",
"uuid": "^9.0.1"
}
}