-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
61
{
"name": "create-auction-house",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@alch/alchemy-web3": "^1.2.5",
"@babel/core": "^7.4.0-0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@storybook/react": "^6.4.14",
"@types/styled-components": "^5.1.24",
"@usedapp/core": "^0.11.0",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/ledger-connector": "^6.1.9",
"@web3-react/trezor-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.13",
"@zoralabs/manage-auction-hooks": "^0.0.11",
"@zoralabs/nft-components": "^0.3.1",
"@zoralabs/nft-hooks": "^0.8.1",
"@zoralabs/simple-wallet-provider": "^0.0.9",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"ethers": "^5.5.4",
"next": "10.2.3",
"next-google-fonts": "^2.2.0",
"node-fetch": "^3.2.1",
"react": "17.0.2",
"react-bootstrap": "^2.2.0",
"react-dom": "^17.0.2",
"react-paginate": "^8.1.2",
"react-pure-modal": "^2.1.0",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"simple-notify": "^0.5.4",
"styled-components": "^5.3.3",
"swr": "^0.5.6",
"unified": "^9.2.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@svgr/webpack": "^6.2.1",
"@types/react": "17.0.9",
"@types/react-dom": "^17.0.13",
"raw-loader": "^4.0.2",
"typescript": "4.3.2"
},
"resolutions": {
"**/pbkdf2": "3.1.1",
"**/**/pbkdf2": "3.1.1",
"**/**/**/pbkdf2": "3.1.1"
}
}