-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@inertiajs/react": "^2.3.1",
"lucide-react": "^0.561.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"ziggy-js": "^2.6.0"
},
"devDependencies": {
"@headlessui/react": "^2.2.9",
"@inertiajs/react": "^2.2.19",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/postcss": "^4.1.18",
"@vitejs/plugin-react": "^5.1.2",
"axios": "^1.13.2",
"babel-plugin-react-compiler": "^1.0.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^4.1.18",
"vite": "^7.2.7"
}
}