fix: package config
This commit is contained in:
parent
f9c18af546
commit
af735816e9
|
@ -47,23 +47,21 @@
|
|||
"@babel/plugin-transform-runtime": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.4",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "24.9.0",
|
||||
"cross-env": "^7.0.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-babel": "^5.3.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"ganache-core": "^2.10.1",
|
||||
"jest": "24.9.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rimraf": "^3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.8.4",
|
||||
"@babel/runtime-corejs3": "^7.8.4",
|
||||
"babel-jest": "24.9.0",
|
||||
"core-js": "^3.6.4",
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"hex2dec": "^1.1.2",
|
||||
"jest": "24.9.0",
|
||||
"keccak": "^3.0.0",
|
||||
"lokijs": "^1.5.6",
|
||||
"object-hash": "^2.0.1",
|
||||
|
|
Loading…
Reference in New Issue