feat: generation data script

This commit is contained in:
Julien Froidefond
2025-08-21 14:12:30 +02:00
parent 578f0858e8
commit c7ac6fc920
3 changed files with 577 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"start": "next start",
"generate-test-data": "tsx scripts/generate-test-data.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
@@ -74,6 +75,7 @@
"postcss": "^8.5",
"tailwindcss": "^4.1.9",
"tw-animate-css": "1.3.3",
"tsx": "^4.19.2",
"typescript": "^5"
}
}