21 lines
495 B
JSON
21 lines
495 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^4.1.1",
|
|
"@inertiajs/vue3": "^1.0.15",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"ant-design-vue": "^4.1.2",
|
|
"autoprefixer": "^10.4.18",
|
|
"axios": "^1.6.4",
|
|
"laravel-vite-plugin": "^1.0.0",
|
|
"postcss": "^8.4.36",
|
|
"tailwindcss": "^3.4.1",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|