-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "web3-hackathon-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@t3-oss/env-nextjs": "^0.6.1",
"@thirdweb-dev/chains": "^0.1.55",
"@thirdweb-dev/react": "^3.16.5",
"@thirdweb-dev/sdk": "^3.10.67",
"antd": "^5.10.2",
"clsx": "^2.0.0",
"ethers": "^5.7.2",
"next": "^13.5.6",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"usehooks-ts": "^2.9.1",
"zod": "^3.22.4",
"zustand": "^4.4.4"
},
"devDependencies": {
"@types/eslint": "^8.44.6",
"@types/node": "^18.18.7",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
},
"ct3aMetadata": {
"initVersion": "7.20.2"
},
"packageManager": "pnpm@8.8.0"
}