-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 930 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
36
37
{
"name": "safepulse",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-email/components": "^1.0.8",
"@react-email/render": "^2.0.4",
"@react-oauth/google": "^0.13.4",
"@supabase/supabase-js": "^2.97.0",
"@turf/turf": "^7.3.4",
"@types/mapbox-gl": "^3.4.1",
"axios": "^1.13.5",
"firebase": "^12.6.0",
"framer-motion": "^12.34.2",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.1",
"lucide-react": "^0.575.0",
"mapbox-gl": "^3.18.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0",
"resend": "^6.9.2"
},
"devDependencies": {
"@mapbox/mapbox-gl-directions": "^4.3.1",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}