MIF_E31222846/package.json

23 lines
517 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.0.11"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.3",
"flowbite": "^3.1.2"
}
}