generated from shardeum/shardeum-dapp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "shardeum-dapp-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@metamask/detect-provider": "^2.0.0",
"@openzeppelin/contracts": "^5.0.2",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"antd": "^5.10.0",
"axios": "^1.5.1",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"next": "^13.5.4",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6.17.0",
"viem": "^1.16.2",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"chai": "^4.3.10",
"hardhat": "^2.18.0",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.8.5",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.3.3"
},
"bin": {
"shardeum-dapp-boilerplate": "./src/pages/index.js"
}
}