-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.15 KB
/
package.json
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
{
"name": "zerodev-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@ambire/signature-validator": "1.3.1",
"@zerodev/modular-permission": "5.1.0-beta.18",
"@zerodev/passkey-validator": "5.1.15",
"@zerodev/presets": "5.1.4",
"@zerodev/sdk": "5.1.11",
"big.js": "6.2.1",
"immer": "10.0.3",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tiny-invariant": "1.3.1",
"viem": "2.4.1",
"wagmi": "2.5.7",
"zustand": "4.5.1"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@types/big.js": "6.2.2",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "10.4.17",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"happy-dom": "^13.7.0",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
}
}