cleanup deps

This commit is contained in:
Ricardo Guilherme Schmidt 2019-03-26 14:31:18 -03:00
parent 2c95bc6ccf
commit 53d66cd5f0
No known key found for this signature in database
GPG Key ID: BFB3F5C8ED618A94

View File

@ -16,13 +16,9 @@
}, },
"homepage": "https://github.com/status-im/contracts#readme", "homepage": "https://github.com/status-im/contracts#readme",
"devDependencies": { "devDependencies": {
"solidity-coverage": "^0.5.0",
"elliptic": "^6.4.0"
},
"dependencies": {
"embarkjs-connector-web3": "^4.0.0", "embarkjs-connector-web3": "^4.0.0",
"elliptic-curve": "^0.1.0", "react": "16.7.0",
"ethereumjs-util": "^5.1.5", "react-bootstrap": "0.32.4",
"web3": "^1.0.0-beta.34" "react-dom": "16.7.0"
} }
} }