-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.12 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
{
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.0",
"coveralls": "^2.13.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"ethereumjs-util": "^5.1.2",
"ethjs": "^0.4.0",
"ethjs-contract": "^0.2.3",
"ethjs-abi": "^0.2.1",
"ganache-cli": "^6.2.4",
"mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.5.11",
"solium": "^1.1.2",
"truffle": "^4.0.0",
"truffle-hdwallet-provider": "0.0.6"
},
"dependencies": {
"dotenv": "^4.0.0",
"moment": "^2.22.1",
"web3": "^1.0.0-beta.37"
}
}