Fill out dependencies

This commit is contained in:
Michael Vines 2018-08-23 19:50:09 -07:00
parent 16ee48b1ad
commit 4fef4356a4
1 changed files with 8 additions and 7 deletions

View File

@ -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"
}
}