-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "eip191",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "tsc --build && biome check --no-errors-on-unmatched --files-ignore-unknown=true .",
"preview": "pnpm run build && vite preview",
"deploy": "pnpm run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@tanstack/react-query": "^5.90.21",
"filsnap-adapter": "^3.3.8",
"iso-base": "workspace:*",
"iso-did": "workspace:*",
"iso-kv": "workspace:*",
"iso-signatures": "workspace:*",
"iso-ucan": "workspace:*",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"viem": "~2.47.4",
"wagmi": "^3.6.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.28.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"globals": "^17.4.0",
"hono": "^4.12.8",
"typescript": "~5.9.3",
"vite": "^8.0.0",
"wrangler": "^4.73.0"
}
}