website refactor

This commit is contained in:
2026-01-12 13:02:36 +01:00
parent ce558ad51b
commit e3e451d959
52 changed files with 6398 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx --max-warnings 0",
"lint:presenters": "eslint lib/presenters/*.ts",
"lint:all": "eslint .",
"type-check": "npx tsc --noEmit",
"clean": "rm -rf .next"
},
@@ -38,6 +40,7 @@
"eslint-config-next": "15.5.7",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-boundaries": "^5.3.1",
"eslint-plugin-gridpilot-rules": "file:eslint-rules",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^3.0.0",
"typescript": "^5.6.0"