-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.03 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
{
"name": "hyphen",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"contracts": "hardhat compile",
"serve": "node setupDevEnvironment.js && REACT_APP_ENV=development webpack-dev-server --hot",
"build": "REACT_APP_ENV=development webpack --mode development",
"buildProd": "REACT_APP_ENV=production webpack --mode production"
},
"dependencies": {
"bootstrap": "^5.3.2",
"eth-crypto": "^2.6.0",
"eth-ens-namehash": "^2.0.8",
"ethers": "^5.6.0",
"idb": "^7.1.1",
"js-cookie": "^3.0.1",
"purecss": "^2.0.6",
"react": "^17.0.2",
"react-blockies": "^1.4.1",
"react-bootstrap": "^2.9.0",
"react-burger-menu": "^3.0.6",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-numeric-input": "^2.2.3",
"react-select": "^5.2.2",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@hot-loader/react-dom": "^17.0.2",
"@local-blockchain-toolbox/contract-primitives": "^1.0.26",
"@local-blockchain-toolbox/ens-contracts": "^0.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@openzeppelin/contracts": "^4.9.2",
"@openzeppelin/hardhat-upgrades": "^1.16.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"chai": "^4.3.6",
"css-loader": "^6.7.0",
"ecies-wasm": "^0.2.0",
"hardhat": "^2.9.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.0",
"moment": "^2.29.4",
"node-polyfill-webpack-plugin": "^1.1.4",
"react-big-calendar": "^1.8.2",
"react-datepicker": "^4.16.0",
"react-router-dom": "^6.14.2",
"react-test-renderer": "^17.0.2",
"react-use": "^17.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}