]> BookStack Code Mirror - bookstack/blobdiff - package.json
Reorganised dev-deps and updated moment
[bookstack] / package.json
index 42e8923338f88fe570e71e173d271cf9a32db6bd..31b1ca48a53ac61bb285cfa27843a37a61db50cf 100644 (file)
@@ -9,6 +9,8 @@
   },
   "devDependencies": {
     "babelify": "^7.3.0",
+    "babel-polyfill": "^6.23.0",
+    "babel-preset-es2015": "^6.24.1",
     "browserify": "^14.3.0",
     "envify": "^4.0.0",
     "gulp": "^3.9.1",
@@ -18,7 +20,9 @@
     "gulp-minify-css": "1.2.4",
     "gulp-plumber": "1.1.0",
     "gulp-sass": "3.1.0",
+    "gulp-sourcemaps": "^2.6.1",
     "gulp-uglify": "2.1.2",
+    "gulp-util": "^3.0.8",
     "vinyl-buffer": "^1.0.0",
     "vinyl-source-stream": "^1.1.0",
     "watchify": "^3.9.0",
   },
   "dependencies": {
     "axios": "^0.16.1",
-    "babel-polyfill": "^6.23.0",
-    "babel-preset-es2015": "^6.24.1",
     "clipboard": "^1.7.1",
     "codemirror": "^5.26.0",
     "dropzone": "^4.0.1",
-    "gulp-sourcemaps": "^2.6.1",
-    "gulp-util": "^3.0.8",
     "markdown-it": "^8.3.1",
     "markdown-it-task-lists": "^2.0.0",
-    "moment": "^2.12.0",
+    "moment": "^2.21.0",
     "vue": "^2.2.6",
     "vuedraggable": "^2.14.1"
   },