NCORE_Smart_Firewall/package.json

24 lines
542 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"flowbite": "^2.5.2",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.49",
"sweetalert2": "^11.15.2",
"tailwindcss": "^3.4.17",
"vite": "^6.0"
},
"dependencies": {
"bootstrap-icons": "^1.11.3"
}
}