Files
sam-api/package.json

21 lines
507 B
JSON
Raw Permalink Normal View History

2025-07-17 10:05:47 +09:00
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.16",
"axios": "^1.8.2",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^6.0.11"
}
}