-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 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
{
"name": "try7702",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next",
"run-7702": "tsx scripts/examples/run-7702-example.ts",
"run-7702-no-sponsor": "tsx scripts/examples/run-7702-example-no-sponsor.ts",
"check-account": "tsx scripts/examples/check-account.ts",
"demo-metamask-7702": "tsx scripts/demo/demo-eip7702.ts",
"test-eip7702": "tsx scripts/test/test-eip7702-auth.ts"
},
"dependencies": {
"@metamask/delegation-toolkit": "^0.13.0-rc.3",
"@rainbow-me/rainbowkit": "^2.2.8",
"@tanstack/react-query": "^5.85.0",
"@zerodev/sdk": "^5.4.41",
"autoprefixer": "^10.4.21",
"dotenv": "^17.2.1",
"fuse.js": "^7.1.0",
"next": "15.4.6",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"tsx": "^4.20.4",
"viem": "^2.34.0",
"wagmi": "^2.16.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}