Final Push

This commit is contained in:
2026-05-13 21:08:27 +01:00
parent e4f4992a1b
commit 659e4a72c5
32 changed files with 2173 additions and 3500 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bfsi-project",
"version": "0.1.0",
"name": "lexichain",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=20 <23"
@@ -8,10 +8,14 @@
"scripts": {
"dev": "node scripts/dev-with-chain.mjs",
"dev:next": "next dev",
"dev:with-chain": "node scripts/dev-with-chain.mjs",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"postinstall": "prisma generate",
"db:migrate": "prisma migrate deploy",
"db:generate": "prisma generate",
"db:studio": "prisma studio",
"db:migrate:dev": "prisma migrate dev"
},
"dependencies": {
"@clerk/nextjs": "^6.37.4",