From 5685e2b1714c8d85e505e9eccee549723773aaab Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 15 May 2018 21:20:00 -0500 Subject: Move files to webAO folder; GoldenLayout works! --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 508a968..0914cb9 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "babel": "babel ui.js -o ui.b.js", "webpack": "webpack", + "deploy": "cross-env NODE_ENV=production webpack -p", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { @@ -20,10 +21,12 @@ "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", + "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", + "cross-env": "^5.1.5", + "uglify-es": "3.3.9", "webpack": "^4.8.3", - "webpack-cli": "^2.1.3", - "uglify-es": "3.3.9" + "webpack-cli": "^2.1.3" } } -- cgit