diff --git a/web3.js/package.json b/web3.js/package.json index 67df9b3450..ccaf07737a 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -39,7 +39,14 @@ "lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/", "prepublish": "npm run clean && npm run test && npm run flow && npm run lint && npm run doc && npm run build" }, - "dependencies": {}, + "dependencies": { + "babel-runtime": "^6.26.0", + "bs58": "^4.0.1", + "jayson": "^2.0.6", + "node-fetch": "^2.2.0", + "superstruct": "^0.5.4", + "tweetnacl": "^1.0.0" + }, "devDependencies": { "babel-core": "6.26.0", "babel-eslint": "8.2.3", @@ -48,8 +55,6 @@ "babel-preset-env": "1.6.1", "babel-preset-flow": "6.23.0", "babel-preset-stage-0": "6.24.1", - "babel-runtime": "^6.26.0", - "bs58": "^4.0.1", "codecov": "^3.0.4", "cross-env": "5.1.4", "enzyme": "3.3.0", @@ -66,9 +71,7 @@ "flow-bin": "0.70.0", "flow-typed": "2.4.0", "fs-file-tree": "1.0.6", - "jayson": "^2.0.6", "jest": "22.4.3", - "node-fetch": "^2.2.0", "rimraf": "2.6.2", "rollup": "0.58.1", "rollup-plugin-babel": "3.0.3", @@ -79,8 +82,6 @@ "rollup-plugin-node-resolve": "3.3.0", "rollup-plugin-replace": "2.0.0", "rollup-plugin-uglify": "3.0.0", - "superstruct": "^0.5.4", - "tweetnacl": "^1.0.0", "watch": "^1.0.2" } }