Spaces:
Sleeping
Sleeping
File size: 850 Bytes
9548e93 94c4c90 fbf3514 e3f2df1 89ccd89 e3f2df1 94c4c90 9548e93 94c4c90 9548e93 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"name": "clauseguard-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "16.2.4",
"react": "19.2.5",
"react-dom": "19.2.5",
"@supabase/supabase-js": "2.104.0",
"@supabase/ssr": "0.10.2",
"razorpay": "2.9.6",
"resend": "6.12.2",
"@react-pdf/renderer": "4.5.1",
"pdf-parse": "2.4.5",
"mammoth": "1.12.0",
"jose": "6.2.2",
"lucide-react": "0.474.0",
"clsx": "2.1.1",
"tailwind-merge": "3.0.0"
},
"devDependencies": {
"typescript": "5.8.3",
"@types/node": "22.15.3",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@tailwindcss/postcss": "4.1.4",
"tailwindcss": "4.1.4",
"postcss": "8.5.3"
}
}
|