forked from district0x/hegex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "hegex",
"version": "0.0.1",
"private": true,
"main": "index.js",
"dependencies": {
"@0x/connect": "^6.0.9",
"@0x/contract-addresses": "^5.8.0",
"@0x/contract-wrappers": "^13.11.2",
"@0x/order-utils": "^10.4.12",
"@0x/subproviders": "^6.3.0",
"@0x/utils": "^5.6.4",
"@0x/web3-wrapper": "^7.3.0",
"@aragon/apps-finance": "^2.1.0",
"@aragon/apps-vault": "^3.0.0",
"@aragon/apps-voting": "^2.1.0",
"@aragon/id": "^2.0.3",
"@aragon/kits-base": "^1.0.0",
"@aragon/os": "^4.2.0",
"@emotion/react": "^11.1.4",
"@openzeppelin/contracts": "^3.2.0",
"@rebass/forms": "^4.0.6",
"@rebass/preset": "^4.0.5",
"@sentry/node": "^4.2.1",
"@truffle/hdwallet-provider": "^1.2.0",
"better-sqlite3": "^5.4.0",
"bluebird": "^3.5.2",
"chalk": "^2.3.0",
"cors": "^2.8.4",
"dotenv": "^8.2.0",
"eccjs": "^0.3.1",
"eth-ens-namehash": "^2.0.8",
"ethereumjs-wallet": "^0.6.0",
"express": "^4.15.3",
"jsedn": "^0.4.1",
"minimetoken": "^0.2.0",
"notistack": "^0.5.0-hooks",
"openzeppelin-solidity": "^2.3.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rebass": "^4.0.7",
"source-map-support": "^0.5.3",
"styled-components": "^5.2.1",
"truffle": "^5.1.0",
"truffle-plugin-verify": "^0.5.2",
"web3": "^1.2.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.0",
"ws": "^4.0.0"
},
"devDependencies": {
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1"
}
}