-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.82 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.82 KB
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
{
"name": "loonies",
"version": "1.0.0",
"description": "A eth NFT project",
"main": "index.js",
"repository": "",
"author": "CrazyCaribou",
"license": "MIT",
"scripts": {
"eth:test_contract": "hardhat test",
"eth:dev:compile_contract": "hardhat compile",
"eth:dev:deploy_contract": "hardhat run --network localhost scripts/eth_contracts/deploy_local.js",
"eth:dev:get_eth": "hardhat run --network localhost scripts/utils/get_local_eth.js"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^4.4.1",
"@typechain/hardhat": "^9.1.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"custom-env": "^2.0.1",
"dotenv": "^10.0.0",
"hardhat": "^2.19.2",
"hardhat-typechain": "^0.3.5",
"hardhat-waffle": "^0.0.1-security",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.1",
"react-toastify": "^8.1.0",
"swr": "^1.1.2",
"truffle": "^5.11.5",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typechain": "^8.3.2",
"typescript": "^4.5.4"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-verify": "^2.0.2",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.11",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.4",
"autoprefixer": "^10.4.1",
"chai": "^4.3.10",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.8",
"ethereum-waffle": "^3.4.0",
"hardhat-gas-reporter": "^1.0.9",
"postcss": "^8.4.5",
"solidity-coverage": "^0.8.5",
"tailwindcss": "^3.0.8"
}
}