-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite"
},
"devDependencies": {
"@headlessui/react": "^2.0.0",
"@inertiajs/react": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^22.19.19",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-oxc": "^0.4.3",
"autoprefixer": "^10.4.12",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^3.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^4.3.0",
"typescript": "^5.0.2",
"vite": "^8.0.0"
},
"dependencies": {
"@types/leaflet": "^1.9.21",
"axios": "^1.19.0",
"firebase": "^12.17.1",
"framer-motion": "^12.40.0",
"laravel-echo": "^2.4.0",
"leaflet": "^1.9.4",
"lucide-react": "^1.17.0",
"pusher-js": "^8.6.0",
"qrcode.react": "^4.2.0",
"react-hot-toast": "^2.6.0",
"react-is": "^19.2.7",
"recharts": "^3.9.2"
}
}