KTVRemote/package.json

21 lines
520 B
JSON
Raw Normal View History

2025-08-25 13:58:41 +08:00
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
2025-08-25 13:59:15 +08:00
"@tailwindcss/forms": "^0.5.2",
2025-08-25 13:58:41 +08:00
"@tailwindcss/vite": "^4.0.0",
2025-08-25 13:59:15 +08:00
"autoprefixer": "^10.4.2",
2025-08-25 13:58:41 +08:00
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
2025-08-25 13:59:15 +08:00
"postcss": "^8.4.31",
"tailwindcss": "^3.1.0",
2025-08-25 13:58:41 +08:00
"vite": "^7.0.4"
}
}