add people

This commit is contained in:
2025-07-22 15:09:30 +02:00
parent 5437cae055
commit 6e613aad17
47 changed files with 1443 additions and 87 deletions

View File

@@ -4,9 +4,11 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "npm run generate-people-data && next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"generate-people-data": "node scripts/generate-people-data.js",
"generate-all-people": "node scripts/generate-all-people.js"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {