-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 2.06 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "w3console",
"version": "1.17.1",
"private": true,
"packageManager": "[email protected]+sha256.7a4261e50d9a44d9240baf6c9d6e10089dcf0a79d0007f2a26985a6927324177",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "pnpm lint",
"lint": "next lint",
"pages:build": "pnpm dlx @cloudflare/next-on-pages@1",
"pages:watch": "pnpm @cloudflare/next-on-pages@1 --watch",
"pages:dev": "pnpm wrangler pages dev .vercel/output/static --compatibility-flag=nodejs_compat"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@ipld/car": "^5.2.4",
"@ipld/dag-json": "^10.2.2",
"@ipld/dag-ucan": "^3.4.0",
"@sentry/nextjs": "8.35.0",
"@ucanto/client": "^9.0.1",
"@ucanto/core": "^10.0.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/transport": "^9.1.1",
"@w3ui/react": "2.5.1",
"@web3-storage/access": "^19.0.0",
"@web3-storage/capabilities": "^17.3.0",
"@web3-storage/content-claims": "^3.2.1",
"@web3-storage/data-segment": "^5.0.0",
"@web3-storage/did-mailto": "^2.1.0",
"@web3-storage/w3up-client": "13.1.1",
"archy": "^1.0.0",
"ariakit-utils": "0.17.0-next.27",
"blueimp-md5": "^2.19.0",
"linkdex": "^3.0.0",
"multiformats": "^12.1.3",
"next": "^13.5.4",
"nft.storage": "^7.1.1",
"p-retry": "^6.2.0",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-tooltip": "^5.28.0",
"swr": "^2.2.4",
"web3.storage": "^4.5.5"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.6.3",
"@types/archy": "^0.0.36",
"@types/blueimp-md5": "^2.18.0",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-next-on-pages": "1.6.3",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest",
"vercel": "33.2.0",
"wrangler": "^3.11.0"
}
}