-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "mint-place",
"version": "0.5.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.1.3",
"animejs": "^3.2.1",
"dotenv": "^16.3.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.7.1",
"fs-extra": "^11.2.0",
"json-2-csv": "^5.0.1",
"next": "^13.2.4",
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"sass": "^1.69.0",
"viem": "~1.16.3",
"wagmi": "~1.4.3",
"web3": "^4.10.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@openzeppelin/contracts": "4.9.4",
"@openzeppelin/contracts-upgradeable": "4.9.4",
"@openzeppelin/hardhat-upgrades": "^3.0.5",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"autoprefixer": "^10",
"chai": "^4.2.0",
"child_process": "^1.0.2",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"hardhat": "^2.22.2",
"hardhat-gas-reporter": "^1.0.8",
"postcss": "^8",
"solidity-coverage": "^0.8.1",
"tailwindcss": "^3",
"ts-node": ">=8.0.0",
"typechain": "^8.3.0",
"typescript": ">=4.5.0"
}
}