-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.67 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": {
"@apollo/client": "^3.8.6",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^1.0.6",
"@openzeppelin/contracts": "4.3.2",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"formidable": "^3.5.1",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"next": "13.5.5",
"nft.storage": "^7.1.1",
"react": "^18",
"react-blockies": "^1.4.1",
"react-dom": "^18",
"react-toastify": "^9.1.3",
"web3modal": "^1.9.12",
"yup": "^1.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^1.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomicfoundation/hardhat-viem": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.6",
"@types/formidable": "^3.4.3",
"@types/mocha": ">=9.1.0",
"@types/node": ">=16.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"chai": "^4.2.0",
"eslint": "^8",
"eslint-config-next": "13.5.5",
"ethers": "^5.7.2",
"hardhat": "^2.18.1",
"hardhat-gas-reporter": "^1.0.8",
"postcss": "^8.4.31",
"solidity-coverage": "^0.8.0",
"tailwindcss": "^3.3.3",
"ts-node": ">=8.0.0",
"typescript": "^5.2.2",
"viem": "^1.15.1"
}
}