-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
52
53
54
55
56
57
58
59
60
{
"name": "nft-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.7.0",
"@mui/styled-engine-sc": "^5.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "^4.5.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/mocha": "^9.1.1",
"@walletconnect/web3-provider": "^1.7.8",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"axios": "^0.26.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"framer-motion": "^6.3.3",
"fs": "^0.0.1-security",
"hardhat": "^2.9.3",
"ipfs-http-client": "^56.0.2",
"mocha": "^9.2.2",
"next": "12",
"next-themes": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.31.0",
"react-icons": "^4.3.1",
"react-toastify": "^9.0.1",
"styled-components": "^5.3.5",
"swiper": "^8.1.5",
"ts-node": "^10.7.0",
"typechain": "^8.0.0",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@types/node": "17.0.25",
"@types/react": "^18.0.8",
"@types/react-dom": "18.0.2",
"autoprefixer": "^10.4.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}