This commit is contained in:
2025-12-23 19:26:23 +01:00
commit da7e984965
94 changed files with 26350 additions and 0 deletions

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"$schema": "https://www.schemastore.org/package.json",
"type": "module",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@inertiajs/vue3": "^2.3.4",
"@nuxt/ui": "^4.3.0",
"valibot": "^1.2.0",
"vue": "^3.5.26"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.3",
"@tailwindcss/vite": "^4.0.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/test-utils": "^2.4.6",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"eslint": "^9.39.2",
"jsdom": "^27.3.0",
"laravel-vite-plugin": "^2.0.0",
"tailwindcss": "^4.0.0",
"vite": "^7.0.7",
"vitest": "^4.0.16"
}
}