mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: use structured output, import CSV, bugfixes
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"seed": "ts-node prisma/seed.ts"
|
||||
"seed": "ts-node prisma/seed.ts",
|
||||
"postinstall": "prisma generate && prisma migrate deploy && npm run seed"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fast-csv/format": "^5.0.2",
|
||||
"@fast-csv/parse": "^5.0.2",
|
||||
"@hookform/resolvers": "^4.1.2",
|
||||
"@prisma/client": "^6.4.1",
|
||||
"@radix-ui/react-avatar": "^1.1.3",
|
||||
|
||||
Reference in New Issue
Block a user