Compare commits

..

2 Commits

4 changed files with 1085 additions and 2679 deletions

View File

@@ -20,9 +20,9 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=pqsql DB_CONNECTION=pgsql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=5432
DB_DATABASE=laravel DB_DATABASE=laravel
DB_USERNAME=sail DB_USERNAME=sail
DB_PASSWORD=password DB_PASSWORD=password

412
composer.lock generated

File diff suppressed because it is too large Load Diff

3332
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,22 +12,22 @@
"test:coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"
}, },
"dependencies": { "dependencies": {
"@inertiajs/vue3": "^2.3.15", "@inertiajs/vue3": "^2.3.17",
"@nuxt/ui": "^4.4.0", "@nuxt/ui": "^4.5.1",
"valibot": "^1.2.0", "valibot": "^1.2.0",
"vue": "^3.5.28" "vue": "^3.5.30"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^7.4.3", "@antfu/eslint-config": "^7.7.0",
"@tailwindcss/vite": "^4.2.0", "@tailwindcss/vite": "^4.2.1",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.4",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"axios": "^1.13.5", "axios": "^1.13.6",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"eslint": "^10.0.1", "eslint": "^10.0.3",
"jsdom": "^28.1.0", "jsdom": "^28.1.0",
"laravel-vite-plugin": "^2.1.0", "laravel-vite-plugin": "^2.1.0",
"tailwindcss": "^4.2.0", "tailwindcss": "^4.2.1",
"vite": "^7.3.1", "vite": "^7.3.1",
"vitest": "^4.0.18" "vitest": "^4.0.18"
} }