Upload beautify

This commit is contained in:
2026-02-17 17:14:43 +01:00
parent b053c0cc48
commit 41287914aa
106 changed files with 4948 additions and 906 deletions

View File

@@ -5,7 +5,9 @@
"scripts": {
"build": "vite build",
"dev": "vite",
"test:ui": "vitest run"
"test:ui": "vitest run",
"test:e2e": "playwright test",
"playwright:install": "npx playwright install"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
@@ -22,7 +24,8 @@
"sass": "^1.70.0",
"tailwindcss": "^3.1.0",
"vite": "^7.0.7",
"vitest": "^2.1.8"
"vitest": "^2.1.8",
"@playwright/test": "^1.40.0"
},
"dependencies": {
"@inertiajs/core": "^1.0.4",