-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"name": "ipfs-drive",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "bun test"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@tanstack/react-query": "^4.0.0",
"@thirdweb-dev/auth": "^4.1.12",
"@thirdweb-dev/chains": "^0.1.59",
"@thirdweb-dev/react": "^4.1.10",
"@thirdweb-dev/sdk": "^4.0.17",
"@trpc/client": "^10.44.1",
"@trpc/next": "^10.44.1",
"@trpc/react-query": "^10.44.1",
"@trpc/server": "^10.44.1",
"@xmtp/react-sdk": "^3.0.0",
"daisyui": "^4.4.6",
"ethers": "^5",
"framer-motion": "^10.16.5",
"js-file-download": "^0.4.12",
"next": "14.0.3",
"nextjs-progressbar": "^0.0.16",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-icons": "latest",
"react-toastify": "^9.1.3",
"superjson": "^2.2.1",
"trpc-panel": "^1.3.4",
"tweetnacl": "^1.0.3",
"zod": "^3.22.4",
"zustand": "^4.4.6"
},
"devDependencies": {
"@shopify/eslint-plugin": "^43.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"bun-types": "^1.0.14",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"typescript": "^5"
}
}