-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.56 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.56 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
{
"name": "crisiskit-lite",
"version": "1.0.0",
"description": "A lightweight, rapid-response crisis form generator born from real disaster",
"private": false,
"license": "MIT",
"type": "module",
"author": {
"name": "Sparksverse",
"url": "https://sparksverse.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sparksverse/crisiskit-lite"
},
"keywords": [
"crisis",
"emergency",
"disaster-response",
"google-sheets",
"rapid-response",
"community-tech",
"crisis-management",
"humanitarian-tech"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@supabase/supabase-js": "^2.86.0",
"browser-image-compression": "^2.0.2",
"dexie": "^4.2.1",
"googleapis": "^144.0.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.460.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^4.0.0",
"react-router-dom": "^7.0.0",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.21",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-leaflet": "^2.8.3",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0",
"vite": "^6.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}