Basic stuff for new laravel container

This commit is contained in:
2026-01-30 02:24:08 +01:00
parent a8d9eacf48
commit 825af15962
68 changed files with 13734 additions and 1 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"watch": "vite build --watch"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@vitejs/plugin-vue": "^6.0.3",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"tailwindcss": "^4.0.0",
"vite": "^7.0.7"
},
"dependencies": {
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^2.3.12",
"vue": "^3.5.27",
"vue3-toastify": "^0.2.8"
}
}