29 lines
790 B
JSON
29 lines
790 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"vite": "^7.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@inertiajs/react": "^2.3.4",
|
|
"@lottiefiles/dotlottie-react": "^0.17.10",
|
|
"@mui/icons-material": "^7.3.6",
|
|
"@mui/material": "^7.3.6",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
}
|
|
}
|