feat(v2): complete v2 reimplementation

This commit is contained in:
2026-07-31 13:33:39 +02:00
parent 396219e776
commit bd107d6a30
137 changed files with 20737 additions and 155 deletions
+3
View File
@@ -9,6 +9,8 @@
},
"scripts": {
"dev": "vite",
"api:generate": "python3 ../tools/generate_api_client.py --input ../openapi/v2.json --output src/api/generated/client.ts",
"api:check": "python3 ../tools/generate_api_client.py --input ../openapi/v2.json --output src/api/generated/client.ts --check",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"build": "tsc && vite build",
@@ -19,6 +21,7 @@
"react-dom": "19.2.8"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "7.0.0",
"@testing-library/react": "16.3.2",
"@types/react": "19.2.17",