aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-05-15 21:20:00 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2018-05-15 21:20:00 -0500
commit5685e2b1714c8d85e505e9eccee549723773aaab (patch)
tree9cb8a263087218bcc84686f871cd6e70abdc673c /package.json
parentc26ac0e636a71b850fa316f5bead6ba263b55492 (diff)
Move files to webAO folder; GoldenLayout works!
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
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"
}
}