feat(privat/CV): sync to latest upstream (cv-upstream/main, 30f9608b)

This commit is contained in:
2026-07-07 15:20:55 +02:00
parent 8ac664d33d
commit a4efabbc60
417 changed files with 48564 additions and 712 deletions
+45
View File
@@ -0,0 +1,45 @@
{
"name": "andreknie-de",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"start:server": "node server/index.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"express-rate-limit": "^8.5.2",
"gray-matter": "^4.0.3",
"helmet": "^8.2.0",
"js-yaml": "^4.1.0",
"lucide-react": "^1.8.0",
"marked": "^18.0.5",
"nodemailer": "^8.0.11",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.14.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"fast-check": "^4.1.0",
"globals": "^17.4.0",
"jsdom": "^29.1.1",
"vite": "^8.0.4",
"vitest": "^4.1.8"
}
}