diff --git a/package.json b/package.json
index f33db06732268fdaea2cc901e4df9fd4961771eb..0b4646b65b9999a99f7044e0d15da79160ae1354 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,11 @@
   "author": "Maarch",
   "license": "GPL-3.0",
   "dependencies": {
+    "systemjs": "0.19.40",
+    "core-js": "^2.4.1",
+    "zone.js": "^0.7.4",
+  },
+  "devDependencies": {
     "@angular/common": "~2.4.0",
     "@angular/compiler": "~2.4.0",
     "@angular/core": "~2.4.0",
@@ -21,14 +26,10 @@
     "@angular/router": "~3.4.0",
 
     "angular-in-memory-web-api": "~0.2.4",
-    "systemjs": "0.19.40",
-    "core-js": "^2.4.1",
     "rxjs": "5.0.1",
-    "zone.js": "^0.7.4",
     "browserify": "^13.0.1",
-    "uglifyjs": "^2.4.10"
-  },
-  "devDependencies": {
+    "uglifyjs": "^2.4.10",
+
     "typescript": "~2.0.10",
     "@types/jquery": "~2.0.40"
   },