-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
{
"name": "daopunk",
"version": "0.1.0",
"private": true,
"dependencies": {
"@metamask/onboarding": "^1.0.1",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"dotenv": "^10.0.0",
"hardhat": "^2.7.0",
"mongoose": "^6.0.15",
"react": "^16.6.1",
"react-bootstrap": "^2.0.2",
"react-dom": "^16.6.1",
"react-icons": "^4.3.1",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"solc": "0.8.10"
},
"scripts": {
"dev": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2"
}
}