-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 999 Bytes
/
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
{
"name": "polygon-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "3.2.0",
"axios": "^0.26.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"fs": "^0.0.1-security",
"hardhat": "^2.9.0",
"next": "12.0.1",
"react": "17.0.2",
"react-customizable-progressbar": "^1.0.3",
"react-dom": "17.0.2",
"react-multi-carousel": "^2.8.0",
"react-share": "^4.4.0",
"web3": "1.3.0",
"web3modal": "^1.9.5",
"write-json-file": "^5.0.0"
},
"devDependencies": {
"@types/react": "^17.0.43",
"autoprefixer": "^10.4.2",
"eslint": "<8.0.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.3.5",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
}
}