aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index c6d1738..1aad9ce 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "MIT",
"scripts": {
- "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
+ "start": "concurrent \"npm run tsc:w\" \"npm run lite\"",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
@@ -17,15 +17,17 @@
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
- "systemjs": "0.19.22",
+ "systemjs": "0.19.17",
"zone.js": "0.5.15"
},
"devDependencies": {
+ "clean-css": "^3.4.10",
"concurrently": "^2.0.0",
"lite-server": "^2.1.0",
"proxy-middleware": "^0.15.0",
"typescript": "^1.8.2",
"typings": "^0.6.8",
+ "uglify-js": "^2.6.2",
"url": "^0.11.0"
}
}