Commit cec06fa8 authored by Iuri Matias's avatar Iuri Matias

move non prod dependencies to devDependencies

parent d92b6e55
......@@ -18,12 +18,7 @@
}
],
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"remix-lib": "0.3.13",
"standard": "^7.0.1",
"tape": "^4.6.0"
"remix-lib": "0.3.13"
},
"scripts": {
"lint": "standard",
......@@ -39,6 +34,11 @@
"license": "MIT",
"homepage": "https://github.com/ethereum/remix#readme",
"devDependencies": {
"npm-install-version": "^6.0.2"
"npm-install-version": "^6.0.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"standard": "^7.0.1",
"tape": "^4.6.0"
}
}
......@@ -14,21 +14,20 @@
],
"main": "./index.js",
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "2.4.0",
"fast-async": "^6.1.2",
"notify-error": "^1.2.0",
"npm-run-all": "^4.1.2",
"remix-lib": "0.3.13",
"solc": "^0.5.0"
"remix-lib": "0.3.13"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"notify-error": "^1.2.0",
"standard": "^7.0.1",
"standard-reporter": "^1.0.5",
"solc": "^0.5.0",
"tape": "^4.6.0"
},
"scripts": {
......
......@@ -15,12 +15,6 @@
"main": "./index.js",
"dependencies": {
"async": "^2.1.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"ethereumjs-block": "^1.6.0",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.2",
......@@ -28,10 +22,18 @@
"ethers": "^3.0.15",
"fast-async": "^6.1.2",
"solc": "^0.5.0",
"standard": "^7.0.1",
"tape": "^4.6.0",
"web3": "0.20.6"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"standard": "^7.0.1",
"tape": "^4.6.0"
},
"scripts": {
"test": "standard && tape ./test/tests.js"
},
......
......@@ -15,10 +15,6 @@
"main": "./index.js",
"dependencies": {
"ansi-gray": "^0.1.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2017": "^6.24.1",
"babelify": "^7.3.0",
"body-parser": "^1.18.2",
"color-support": "^1.1.3",
"express": "^4.16.3",
......@@ -26,10 +22,17 @@
"fast-async": "^6.3.7",
"merge": "^1.2.0",
"remix-lib": "0.3.13",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2017": "^6.24.1",
"babelify": "^7.3.0",
"mocha": "^5.2.0",
"standard": "^10.0.3"
},
"scripts": {
"test": "standard && mocha test/"
},
......@@ -84,8 +87,5 @@
}
]
]
},
"devDependencies": {
"mocha": "^5.2.0"
}
}
......@@ -14,20 +14,21 @@
],
"main": "./index.js",
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "2.4.0",
"fast-async": "^6.1.2",
"npm-run-all": "^4.0.2",
"remix-lib": "0.3.13",
"solc": "^0.5.0",
"standard": "^7.0.1",
"tape": "^4.6.0",
"webworkify": "^1.2.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"standard": "^7.0.1",
"tape": "^4.6.0"
},
"scripts": {
"test": "standard && tape ./test/tests.js"
},
......
......@@ -37,7 +37,6 @@
"homepage": "https://github.com/ethereum/remix-tests#readme",
"dependencies": {
"async": "^2.6.0",
"babel-preset-es2017": "^6.24.1",
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
......@@ -45,8 +44,6 @@
"remix-simulator": "0.0.8",
"remix-solidity": "0.2.14",
"signale": "^1.2.1",
"solc": "^0.5.0",
"standard": "^10.0.3",
"web3": "1.0.0-beta.36",
"winston": "^3.0.0"
},
......@@ -54,6 +51,8 @@
"yo-yoify": "latest"
},
"devDependencies": {
"mocha": "^5.1.0"
"mocha": "^5.1.0",
"babel-preset-es2017": "^6.24.1",
"standard": "^10.0.3"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment