-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.16 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.16 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "nil",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint",
"deploy": "hardhat run scripts/deploy.js --network polygon-amoy",
"compile": "hardhat compile"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.41",
"@ai-sdk/react": "^3.0.118",
"@auth/prisma-adapter": "^2.11.1",
"@base-org/account": "^2.5.0",
"@coinbase/wallet-sdk": "^4.3.7",
"@gemini-wallet/core": "^0.3.2",
"@metamask/sdk": "^0.34.0",
"@openzeppelin/contracts": "^5.4.0",
"@prisma/client": "^7.1.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@safe-global/safe-apps-provider": "^0.18.6",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@tanstack/react-query": "^5.90.12",
"@types/crypto-js": "^4.2.2",
"@walletconnect/ethereum-provider": "^2.23.1",
"ai": "^6.0.116",
"crypto-js": "^4.2.0",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.561.0",
"next": "^15.5.9",
"next-auth": "^4.24.13",
"pino": "^10.1.0",
"porto": "^0.2.37",
"prisma": "^7.1.0",
"razorpay": "^2.9.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"sonner": "^2.0.7",
"viem": "^2.43.1",
"wagmi": "^2.9.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
"@nomicfoundation/hardhat-ethers": "^3.1.0",
"@nomicfoundation/hardhat-ignition": "^3.0.6",
"@nomicfoundation/hardhat-ignition-ethers": "^3.0.6",
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
"@nomicfoundation/hardhat-verify": "^3.0.8",
"@tailwindcss/postcss": "^4",
"@typechain/hardhat": "^9.1.0",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"chai": "^6.2.1",
"dotenv": "^17.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"ethers": "^6.16.0",
"hardhat": "^3.1.0",
"hardhat-gas-reporter": "^2.3.0",
"tailwindcss": "^4",
"typechain": "^8.3.2",
"typescript": "^5"
},
"type": "module"
}