NCORE_Smart_Firewall/package.json

21 lines
476 B
JSON
Raw Normal View History

2024-12-19 05:53:50 +00:00
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"animate.css": "^4.1.1",
2024-12-19 05:53:50 +00:00
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
2024-12-19 06:14:47 +00:00
"flowbite": "^2.5.2",
2024-12-19 05:53:50 +00:00
"laravel-vite-plugin": "^1.0",
2024-12-19 06:14:47 +00:00
"postcss": "^8.4.49",
"sweetalert2": "^11.15.2",
2024-12-19 06:14:47 +00:00
"tailwindcss": "^3.4.17",
2024-12-19 05:53:50 +00:00
"vite": "^6.0"
}
}