mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2025-12-23 21:17:12 +01:00
25 lines
700 B
JSON
25 lines
700 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/react": "^2.0.0",
|
|
"@inertiajs/react": "^2.0.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"postcss": "^8.4.31",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.2.1",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|