-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.47 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
{
"name": "multisig",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start"
},
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@biconomy/account": "4.1.1",
"@biconomy/paymaster": "^4.1.1",
"@openzeppelin/contracts": "^4.9.6",
"@passwordless-id/webauthn": "^1.2.4",
"@peculiar/asn1-ecc": "^2.3.6",
"@peculiar/asn1-schema": "^2.3.6",
"@prisma/client": "5.16.1",
"@rainbow-me/rainbowkit": "1.3.7",
"@simplewebauthn/browser": "^7.2.0",
"axios": "^1.7.2",
"base64url": "^3.0.1",
"buffer": "^6.0.3",
"cbor": "^8.1.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.4.5",
"elliptic": "^6.5.4",
"ethers": "6.13.1",
"hardhat": "^2.22.6",
"next": "14.2.4",
"process": "^0.11.10",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"uuid": "^9.0.0",
"wagmi": "1.4.13"
},
"devDependencies": {
"@metamask/providers": "^17.1.1",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.2"
}
}