-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"@3rdweb/sdk": "^1.42.1",
"@sanity/client": "^3.4.1",
"@thirdweb-dev/react": "^3.14.8",
"@thirdweb-dev/sdk": "^3.10.28",
"cors": "^2.8.5",
"ethers": "^5.7.2",
"next": "^13.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}