-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 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
{
"name": "votechain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.1",
"@nomicfoundation/hardhat-ethers": "^3.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.3",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"hardhat": "^2.16.1",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.8.3",
"ts-node": "^10.9.1",
"typechain": "^8.2.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.2",
"@pythnetwork/entropy-sdk-solidity": "^1.5.0",
"@pythnetwork/pyth-sdk-solidity": "^3.1.0",
"@tenderly/hardhat-tenderly": "^2.3.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"etherprev": "npm:ethers@^5.7.2",
"ethers": "^6.6.2",
"fs": "^0.0.1-security",
"next": "^13.4.7",
"postcss": "8.4.24",
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.10.1",
"react-scripts": "^5.0.1",
"tailwindcss": "3.3.2",
"viem": "^2.19.3",
"wagmi": "^2.12.5",
"web3": "^4.11.1",
"web3modal": "^1.9.12"
}
}