-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "defi-init",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.15.0",
"npm": "8.11.0"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.0",
"@mui/styles": "5.8.0",
"@openzeppelin/contracts": "^4.6.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.x.x",
"@testing-library/user-event": "^13.5.0",
"@web3-onboard/core": "^2.2.10",
"@web3-onboard/injected-wallets": "^2.0.7",
"assert": "^2.0.0",
"async-hooks": "^1.3.1",
"axios": "^0.27.2",
"get-file-object-from-local-path": "^1.0.2",
"hardhat-deploy": "^0.11.10",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"sass": "^1.53.0",
"stream-browserify": "^3.0.0",
"watermarkjs": "^2.1.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start-client": "react-scripts start",
"build": "npx hardhat compile && react-scripts build && (cd server && npm install)",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "cd server && npm start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"dotenv": "^16.0.3",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"hardhat": "^2.9.9",
"path-browserify": "^1.0.1"
}
}