fix website build

This commit is contained in:
2025-12-25 12:54:08 +01:00
parent ac083363bc
commit 722a185dd9
26 changed files with 1712 additions and 1419 deletions

View File

@@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "eslint . --ext .ts,.tsx --max-warnings 0",
"type-check": "npx tsc --noEmit",
"clean": "rm -rf .next"
},
@@ -14,26 +14,28 @@
"@faker-js/faker": "^9.2.0",
"@tanstack/react-query": "^5.90.12",
"@vercel/kv": "^3.0.0",
"autoprefixer": "^10.4.22",
"electron": "39.2.7",
"framer-motion": "^12.23.25",
"lucide-react": "^0.555.0",
"next": "^15.5.9",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^3.4.18",
"uuid": "^11.0.5",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.22",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.5.7",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-boundaries": "^5.3.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.6.0"
}
}