This commit is contained in:
Kevin Sträßler 2025-12-06 21:27:39 +01:00
parent 8d674cfc4d
commit f5b319b997

View file

@ -43,7 +43,9 @@
"tw-animate-css": "^1.3.6", "tw-animate-css": "^1.3.6",
"vinxi": "^0.5.8", "vinxi": "^0.5.8",
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.12" "zod": "^4.1.12",
"vite": "^7.1.7",
"@vitejs/plugin-react": "^5.0.4"
}, },
"devDependencies": { "devDependencies": {
"@tanstack/eslint-config": "^0.3.0", "@tanstack/eslint-config": "^0.3.0",
@ -53,12 +55,10 @@
"@types/pg": "^8.10.0", "@types/pg": "^8.10.0",
"@types/react": "^19.2.0", "@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0", "@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0", "jsdom": "^27.0.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"tsx": "^4.0.0", "tsx": "^4.0.0",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"vite": "^7.1.7",
"vitest": "^3.0.5", "vitest": "^3.0.5",
"web-vitals": "^5.1.0" "web-vitals": "^5.1.0"
} }