]> BookStack Code Mirror - bookstack/blobdiff - package.json
Migrated to custom gulp setup and conintue search interface
[bookstack] / package.json
index 1d7e8e26882cfb08ad1a1efaef657eb67febe8f4..9f2ce4c1ae6d96c8df3a599ae1c420b0e1a56db7 100644 (file)
@@ -1,30 +1,43 @@
 {
   "private": true,
   "scripts": {
-    "dev": "npm run development",
-    "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
-    "watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
-    "watch-poll": "npm run watch -- --watch-poll",
-    "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
-    "prod": "npm run production",
-    "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
+    "build": "gulp build",
+    "production": "gulp build --production",
+    "dev": "gulp",
+    "watch": "gulp"
   },
   "devDependencies": {
+    "babelify": "^7.3.0",
+    "browserify": "^14.3.0",
+    "envify": "^4.0.0",
+    "gulp": "3.9.1",
+    "gulp-autoprefixer": "3.1.1",
+    "gulp-clean-css": "^3.0.4",
+    "gulp-minify-css": "1.2.4",
+    "gulp-plumber": "1.1.0",
+    "gulp-sass": "3.1.0",
+    "gulp-uglify": "2.1.2",
+    "vinyl-buffer": "^1.0.0",
+    "vinyl-source-stream": "^1.1.0",
+    "watchify": "^3.9.0",
+    "yargs": "^7.1.0"
+  },
+  "dependencies": {
     "angular": "^1.5.5",
     "angular-animate": "^1.5.5",
     "angular-resource": "^1.5.5",
     "angular-sanitize": "^1.5.5",
-    "angular-ui-sortable": "^0.15.0",
-    "cross-env": "^3.2.3",
-    "dropzone": "^4.0.1",
-    "gulp": "^3.9.0",
-    "laravel-mix": "0.*",
-    "marked": "^0.3.5",
-    "moment": "^2.12.0"
-  },
-  "dependencies": {
+    "angular-ui-sortable": "^0.17.0",
     "axios": "^0.16.1",
+    "babel-preset-es2015": "^6.24.1",
     "clipboard": "^1.5.16",
+    "dropzone": "^4.0.1",
+    "gulp-util": "^3.0.8",
+    "marked": "^0.3.5",
+    "moment": "^2.12.0",
     "vue": "^2.2.6"
+  },
+  "browser": {
+    "vue": "vue/dist/vue.common.js"
   }
 }