-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 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
62
{
"name": "nft-marketplace",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "3.5.9",
"@headlessui/react": "1.5.0",
"@heroicons/react": "1.0.5",
"@openzeppelin/contracts": "4.4.1",
"@polkadot/rpc-provider": "9.14.2",
"@reef-chain/hardhat-reef": "1.0.14",
"@reef-defi/evm-provider": "^1.0.11",
"@reef-defi/extension-dapp": "^1.0.22",
"@reef-defi/hardhat-reef": "1.0.13",
"@spheron/browser-upload": "^2.0.1",
"@types/formidable": "2.0.4",
"classnames": "2.3.1",
"formidable": "2.0.1",
"formik": "2.2.9",
"next": "12.0.10",
"nft.storage": "6.0.0",
"react": "17.0.2",
"react-blockies": "1.4.1",
"react-dom": "17.0.2",
"react-toastify": "8.2.0",
"web3modal": "1.9.5",
"yup": "0.32.11"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.3",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@types/mocha": "9.0.0",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-blockies": "1.4.1",
"@types/react-toastify": "4.1.0",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"apollo": "2.33.9",
"autoprefixer": "10.4.2",
"chai": "4.3.4",
"eslint": "8.8.0",
"eslint-config-google": "0.14.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-react": "7.28.0",
"ethereum-waffle": "3.4.0",
"ethers": "5.5.4",
"hardhat": "2.8.0",
"postcss": "8.4.6",
"prettier": "2.5.1",
"prettier-plugin-tailwindcss": "0.1.7",
"tailwindcss": "3.0.19",
"ts-node": "10.5.0",
"typescript": "4.5.5"
}
}