All checks were successful
Push image to registry / build-image (push) Successful in 3m56s
37 lines
1017 B
JSON
37 lines
1017 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vue-tsc && vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@inertiajs/vue3": "^2.0.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"axios": "^1.7.4",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-echo": "^2.0.2",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"postcss": "^8.4.31",
|
|
"pusher-js": "^8.4.0",
|
|
"sass-embedded": "^1.83.4",
|
|
"tailwindcss": "^3.2.1",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^6.0.11",
|
|
"vue": "^3.4.0",
|
|
"vue-tsc": "^2.0.24"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^12.5.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.474.0",
|
|
"lucide-vue-next": "^0.474.0",
|
|
"radix-vue": "^1.9.13",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
}
|