mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
npm updates
This commit is contained in:
parent
67b048a965
commit
150b625997
23
.babelrc
23
.babelrc
@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"presets": [
|
"presets": ["env"],
|
||||||
"@ava/stage-4",
|
|
||||||
"@ava/transform-test-files",
|
|
||||||
"es2015-no-commonjs"
|
|
||||||
],
|
|
||||||
|
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"transform-export-extensions",
|
"transform-export-extensions",
|
||||||
@ -11,21 +7,4 @@
|
|||||||
"transform-object-rest-spread"
|
"transform-object-rest-spread"
|
||||||
],
|
],
|
||||||
"sourceMaps": true,
|
"sourceMaps": true,
|
||||||
|
|
||||||
"env": {
|
|
||||||
"bundle": {
|
|
||||||
"plugins": [
|
|
||||||
["transform-runtime", {
|
|
||||||
"polyfill": true,
|
|
||||||
"regenerator": false
|
|
||||||
}]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"cjs": {
|
|
||||||
"plugins": [
|
|
||||||
"add-module-exports",
|
|
||||||
"transform-es2015-modules-commonjs"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
55
package.json
55
package.json
@ -36,46 +36,47 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^0.25.0",
|
"ava": "^0.25.0",
|
||||||
"babel-cli": "^6.22.2",
|
"babel-cli": "^6.26.0",
|
||||||
"babel-eslint": "^8.0.0",
|
"babel-eslint": "^8.2.2",
|
||||||
"babel-loader": "^7.0.0",
|
"babel-loader": "^7.1.4",
|
||||||
"babel-plugin-add-module-exports": "^0.2.1",
|
"babel-plugin-add-module-exports": "^0.2.1",
|
||||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
||||||
"babel-plugin-transform-export-extensions": "^6.22.0",
|
"babel-plugin-transform-export-extensions": "^6.22.0",
|
||||||
"babel-plugin-transform-object-assign": "^6.22.0",
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||||
"babel-plugin-transform-runtime": "^6.23.0",
|
"babel-plugin-transform-runtime": "^6.22.0",
|
||||||
|
"babel-preset-env": "^1.6.1",
|
||||||
"babel-preset-es2015-no-commonjs": "0.0.2",
|
"babel-preset-es2015-no-commonjs": "0.0.2",
|
||||||
"babel-preset-latest": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-runtime": "^6.22.0",
|
"cross-env": "^5.1.4",
|
||||||
"cross-env": "^5.0.1",
|
"eslint": "^4.19.1",
|
||||||
"eslint": "^4.1.1",
|
"eslint-config-ascribe": "^3.0.5",
|
||||||
"eslint-config-ascribe": "^3.0.4",
|
"eslint-plugin-import": "^2.9.0",
|
||||||
"eslint-plugin-import": "^2.2.0",
|
"husky": "^0.14.3",
|
||||||
"husky": "^0.14.0",
|
"lint-staged": "^7.0.0",
|
||||||
"lint-staged": "^6.0.0",
|
"nyc": "^11.6.0",
|
||||||
"nyc": "^11.0.2",
|
"release-it": "^7.2.1",
|
||||||
"release-it": "^7.0.0",
|
"rimraf": "^2.6.2",
|
||||||
"rimraf": "^2.5.4",
|
"sinon": "^4.4.9",
|
||||||
"sinon": "^4.0.0",
|
"webpack": "^4.4.1",
|
||||||
"webpack": "^3.0.0"
|
"webpack-cli": "^2.0.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"browser-resolve": "^1.11.2",
|
"browser-resolve": "^1.11.2",
|
||||||
"bs58": "^4.0.0",
|
"bs58": "^4.0.1",
|
||||||
"buffer": "^5.0.2",
|
"buffer": "^5.1.0",
|
||||||
"clone": "^2.1.0",
|
"clone": "^2.1.1",
|
||||||
"core-js": "^2.4.1",
|
"core-js": "^2.5.4",
|
||||||
"decamelize": "^2.0.0",
|
"decamelize": "^2.0.0",
|
||||||
"es6-promise": "^4.0.5",
|
"es6-promise": "^4.2.4",
|
||||||
"fetch-ponyfill": "^5.0.0",
|
"fetch-ponyfill": "^6.0.1",
|
||||||
"crypto-conditions": "^2.0.1",
|
"crypto-conditions": "^2.0.1",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1",
|
||||||
"js-sha3": "^0.7.0",
|
"js-sha3": "^0.7.0",
|
||||||
"js-utility-belt": "^1.5.0",
|
"js-utility-belt": "^1.5.0",
|
||||||
"json-stable-stringify": "^1.0.1",
|
"json-stable-stringify": "^1.0.1",
|
||||||
"query-string": "^5.0.0",
|
"query-string": "^6.0.0",
|
||||||
"sprintf-js": "^1.0.3",
|
"sprintf-js": "^1.1.1",
|
||||||
"tweetnacl": "^1.0.0"
|
"tweetnacl": "^1.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -54,6 +54,7 @@ const PLUGINS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
const PROD_PLUGINS = [
|
const PROD_PLUGINS = [
|
||||||
|
/*
|
||||||
new webpack.optimize.UglifyJsPlugin({
|
new webpack.optimize.UglifyJsPlugin({
|
||||||
compress: {
|
compress: {
|
||||||
warnings: false,
|
warnings: false,
|
||||||
@ -67,6 +68,7 @@ const PROD_PLUGINS = [
|
|||||||
debug: false,
|
debug: false,
|
||||||
minimize: true,
|
minimize: true,
|
||||||
}),
|
}),
|
||||||
|
*/
|
||||||
]
|
]
|
||||||
|
|
||||||
if (PRODUCTION) {
|
if (PRODUCTION) {
|
||||||
|
Loading…
Reference in New Issue
Block a user