Initial commit of EstimateFlow project
This commit is contained in:
+2
-3
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3000",
|
||||
"build": "next build",
|
||||
"start": "next start -p 3000",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"db:seed": "tsx scripts/seed.ts",
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.4.2",
|
||||
"@auth/better-sqlite3-adapter": "^0.3.1",
|
||||
"@next-auth/better-sqlite3-adapter": "^0.3.1",
|
||||
"@radix-ui/react-accordion": "^1.2.0",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.1",
|
||||
"@radix-ui/react-avatar": "^1.1.0",
|
||||
@@ -62,7 +62,6 @@
|
||||
"@types/node": "^20.14.2",
|
||||
"@types/nodemailer": "^6.4.14",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"postcss": "^8.4.38",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"tsx": "^4.15.6",
|
||||
|
||||
Reference in New Issue
Block a user