You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
21 lines
524 B
21 lines
524 B
{ |
|
"private": true, |
|
"type": "module", |
|
"scripts": { |
|
"build": "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-vite-plugin": "^1.2.0", |
|
"postcss": "^8.4.31", |
|
"tailwindcss": "^3.2.1", |
|
"vite": "^6.0.11", |
|
"vue": "^3.4.0" |
|
} |
|
}
|
|
|