NCORE_Smart_Firewall/package.json

19 lines
408 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"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",
"tailwindcss": "^3.4.17",
"vite": "^6.0"
}
}