-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 Bytes
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
{
"name": "mapmessage",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"seed": "node scripts/seed.mjs",
"reset-db": "node scripts/reset-db.mjs",
"generate-icons": "node scripts/generate-icons.mjs"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.3",
"framer-motion": "^11.0.6",
"i18next": "^26.0.4",
"i18next-browser-languagedetector": "^8.2.1",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^17.0.2",
"supabase": "^2.88.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.1",
"vite": "^5.1.0"
}
}