-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "blessed-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-build": "prisma generate && prisma migrate deploy && next build"
},
"dependencies": {
"@biconomy/account": "^4.5.7",
"@biconomy/bundler": "^3.1.4",
"@biconomy/modules": "^3.1.4",
"@biconomy/paymaster": "^3.1.4",
"@ethersproject/experimental": "5.7.0",
"@gelatonetwork/relay-sdk-viem": "^1.2.0",
"@irys/upload": "^0.0.1",
"@irys/upload-ethereum": "^0.0.1",
"@prisma/client": "^5.20.0",
"@privy-io/server-auth": "^1.14.3",
"@react-email/components": "^0.0.25",
"@react-email/tailwind": "0.1.0",
"@types/qrcode": "^1.5.5",
"@usecapsule/ethers-v5-integration": "^2.3.2",
"@usecapsule/server-sdk": "^2.1.0",
"@usecapsule/viem-v2-integration": "^2.1.0",
"@usecapsule/web-sdk": "^2.3.2",
"bcryptjs": "^2.4.3",
"ethers": "5.7.2",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"next": "14.2.14",
"nodemailer": "^6.9.14",
"otp-generator": "^4.0.1",
"qrcode": "^1.5.4",
"react": "^18",
"react-dom": "^18",
"sass": "^1.77.8",
"slugify": "^1.6.6",
"uuid": "^10.0.0",
"viem": "^2.21.16",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"http-status-codes": "^2.3.0",
"prisma": "^5.20.0",
"react-email": "3.0.1",
"typescript": "^5.5.2",
"zod-to-json-schema": "^3.23.2"
}
}