-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 838 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
{
"name": "next-NFTmarketplace-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@openzeppelin/contracts": "^4.8.1",
"@thirdweb-dev/react": "^3",
"@thirdweb-dev/sdk": "^3",
"@thirdweb-dev/storage": "^1.0.6",
"ethers": "^5.6.8",
"framer-motion": "^8.5.3",
"next": "^12.1.6",
"next-pwa": "^5.6.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.7.1",
"sass": "^1.57.1"
},
"devDependencies": {
"@types/react": "18.0.27",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0"
}
}