GHSA-wrjc-x8rr-h8h6 + GHSA-337j-9hxr-rhxg betrafen die gesamte 6.x-Reihe, kein gepatchtes 6.x verfügbar - v7 war die einzige Lösung. Projekt nutzt nur den klassischen Declarative-Router (BrowserRouter/Routes/Route, useNavigate/useParams/useSearchParams), keine Data-Router-APIs (loaders/actions) - v7 ist dafür API-kompatibel, keine Code-Änderung nötig. Typecheck/Build/alle 16 Vitest-Tests grün, npm audit --omit=dev jetzt 0 Vulnerabilities. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "mabea-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.3.3",
|
|
"@zxing/browser": "^0.1.5",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"idb-keyval": "^6.2.1",
|
|
"lucide-react": "^1.42.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-grid-layout": "^2.2.4",
|
|
"react-router-dom": "^7.18.3",
|
|
"tailwind-merge": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.2",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.3",
|
|
"@testing-library/user-event": "^14.6.7",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"jsdom": "^25.0.1",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.6",
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|