shop_12_wireui/package.json

20 lines
459 B
JSON
Raw Normal View History

2025-04-22 13:29:45 +08:00
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
2025-04-22 13:30:19 +08:00
"@tailwindcss/forms": "^0.5.2",
2025-04-22 13:29:45 +08:00
"@tailwindcss/vite": "^4.0.0",
2025-04-22 13:30:19 +08:00
"autoprefixer": "^10.4.2",
2025-04-22 13:29:45 +08:00
"axios": "^1.8.2",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
2025-04-22 13:30:19 +08:00
"postcss": "^8.4.31",
"tailwindcss": "^3.1.0",
2025-04-22 13:29:45 +08:00
"vite": "^6.2.4"
}
}