php-template/package.json

17 lines
348 B
JSON
Raw Normal View History

2026-01-26 17:19:26 +00:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"laravel-vite-plugin": "^2.1.0",
2026-01-26 17:19:26 +00:00
"postcss": "^8.4.47",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1"
2026-01-26 17:19:26 +00:00
}
}