-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "valt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"deploy": "next build && next export && npx thirdweb@latest upload out"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@rainbow-me/rainbowkit": "^2.0.4",
"@tanstack/react-query": "^5.28.9",
"@thirdweb-dev/react": "^4",
"@thirdweb-dev/sdk": "^4",
"autoprefixer": "^10.4.19",
"aws-sdk": "^2.1589.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dropzone": "^6.0.0-beta.2",
"encoding": "^0.1.13",
"ethers": "^5",
"gun": "^0.2020.1239",
"lucide-react": "^0.363.0",
"next": "^13.5.6",
"pino-pretty": "^11.0.0",
"postcss": "^8.4.38",
"react": "^18.2",
"react-dom": "^18.2",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"viem": "~2.9.5",
"wagmi": "^2.5.13"
},
"devDependencies": {
"@types/react": "18.2.73",
"eslint": "8.11.0",
"eslint-config-next": "^13",
"typescript": "^5.4.3"
}
}