-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 867 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"@3rdweb/sdk": "^1.42.1",
"@sanity/client": "^3.3.2",
"@thirdweb-dev/react": "^2.4.3",
"@thirdweb-dev/sdk": "^2.3.14",
"ethers": "^5.6.9",
"next": "^12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.2.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",
"gh-pages": "^4.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
},
"homepage": "https://mushtaq96.github.io/opensea-blockchain-clone"
}