mirror of
https://github.com/kevin-DL/scraps.git
synced 2026-01-11 09:54:32 +00:00
23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/vue": "^1.7.22",
|
|
"@heroicons/vue": "^2.1.4",
|
|
"@inertiajs/vue3": "^1.0.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"axios": "^1.6.4",
|
|
"laravel-vite-plugin": "^1.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.2.1",
|
|
"vite": "^5.0",
|
|
"vue": "^3.4.0"
|
|
}
|
|
}
|