mirror of https://github.com/embarklabs/embark.git
build: supply missing deps so production builds can function correctly
This commit is contained in:
parent
880a3a6946
commit
78f7c52080
|
@ -49,9 +49,12 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.3.1",
|
||||
"embark-i18n": "^4.1.0-beta.0",
|
||||
"embark-process-logs-api": "^4.1.0-beta.0",
|
||||
"embark-utils": "^4.1.0-beta.0",
|
||||
"flatted": "0.2.3",
|
||||
"node-ipc": "9.1.1"
|
||||
"fs-extra": "7.0.1",
|
||||
"node-ipc": "9.1.1",
|
||||
"uuid": "3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.2.3",
|
||||
|
|
|
@ -47,7 +47,8 @@
|
|||
"extends": "../../.eslintrc.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"embark-utils": "^4.1.0-beta.0"
|
||||
"embark-utils": "^4.1.0-beta.0",
|
||||
"fs-extra": "7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "5.7.0",
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
"embark-i18n": "^4.1.0-beta.0",
|
||||
"embark-utils": "^4.1.0-beta.0",
|
||||
"find-up": "2.1.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"webpack": "4.29.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
"embark-core": "^4.1.0-beta.0",
|
||||
"embark-i18n": "^4.1.0-beta.0",
|
||||
"embark-utils": "^4.1.0-beta.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"mocha": "5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
"style-loader": "0.23.0",
|
||||
"terser-webpack-plugin": "1.1.0",
|
||||
"url-loader": "1.1.1",
|
||||
"uuid": "3.3.2",
|
||||
"velocity-react": "^1.4.1",
|
||||
"web3": "1.0.0-beta.37",
|
||||
"webpack": "4.19.1",
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"merge": "1.2.1",
|
||||
"multihashes": "0.4.14",
|
||||
"ora": "2.1.0",
|
||||
"pretty-ms": "4.0.0",
|
||||
"shelljs": "0.5.3",
|
||||
"web3": "1.0.0-beta.37",
|
||||
"web3-eth": "1.0.0-beta.37",
|
||||
|
@ -64,6 +65,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/cli": "7.2.3",
|
||||
"@babel/core": "7.2.2",
|
||||
"@types/pretty-ms": "3.2.0",
|
||||
"cross-env": "5.2.0",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
|
|
@ -92,9 +92,10 @@
|
|||
"deep-equal": "1.0.1",
|
||||
"ejs": "2.6.1",
|
||||
"embark-authenticator": "^4.1.0-beta.0",
|
||||
"embark-blockchain-process": "^4.1.0-beta.0",
|
||||
"embark-api": "^4.1.0-beta.0",
|
||||
"embark-blockchain-connector": "^4.1.0-beta.0",
|
||||
"embark-blockchain-listener": "^4.1.0-beta.0",
|
||||
"embark-blockchain-process": "^4.1.0-beta.0",
|
||||
"embark-code-generator": "^4.1.0-beta.0",
|
||||
"embark-compiler": "^4.0.0",
|
||||
"embark-console": "^4.1.0-beta.0",
|
||||
|
@ -107,6 +108,7 @@
|
|||
"embark-ens": "^4.1.0-beta.0",
|
||||
"embark-i18n": "^4.1.0-beta.0",
|
||||
"embark-library-manager": "^4.1.0-beta.0",
|
||||
"embark-listener": "^4.1.0-beta.0",
|
||||
"embark-logger": "^4.1.0-beta.0",
|
||||
"embark-pipeline": "^4.1.0-beta.0",
|
||||
"embark-plugin-cmd": "^4.1.0-beta.0",
|
||||
|
@ -163,7 +165,6 @@
|
|||
"os-locale": "2.1.0",
|
||||
"parse-json": "4.0.0",
|
||||
"pkg-up": "2.0.0",
|
||||
"pretty-ms": "4.0.0",
|
||||
"promptly": "2.2.0",
|
||||
"propose": "0.0.5",
|
||||
"pump": "3.0.0",
|
||||
|
@ -183,7 +184,6 @@
|
|||
"tar": "3.2.1",
|
||||
"term.js": "0.0.7",
|
||||
"url-loader": "1.1.2",
|
||||
"uuid": "3.3.2",
|
||||
"viz.js": "1.8.2",
|
||||
"vm2": "3.6.4",
|
||||
"web3": "1.0.0-beta.37",
|
||||
|
@ -224,7 +224,6 @@
|
|||
"@types/i18n": "0.8.3",
|
||||
"@types/node": "10.11.7",
|
||||
"@types/os-locale": "2.1.0",
|
||||
"@types/pretty-ms": "3.2.0",
|
||||
"@types/request": "2.48.1",
|
||||
"@types/web3": "1.0.12",
|
||||
"chai": "4.1.2",
|
||||
|
|
Loading…
Reference in New Issue