|
@@ -58,6 +58,7 @@
|
|
|
"express-form": "~0.12.0",
|
|
"express-form": "~0.12.0",
|
|
|
"express-session": "~1.14.0",
|
|
"express-session": "~1.14.0",
|
|
|
"googleapis": "=12.3.0",
|
|
"googleapis": "=12.3.0",
|
|
|
|
|
+ "graceful-fs": "^4.1.11",
|
|
|
"gulp": "~3.9.0",
|
|
"gulp": "~3.9.0",
|
|
|
"gulp-concat": "~2.6.0",
|
|
"gulp-concat": "~2.6.0",
|
|
|
"gulp-cssmin": "~0.1.7",
|
|
"gulp-cssmin": "~0.1.7",
|
|
@@ -106,6 +107,7 @@
|
|
|
"css-loader": "^0.27.1",
|
|
"css-loader": "^0.27.1",
|
|
|
"easy-livereload": "^1.2.0",
|
|
"easy-livereload": "^1.2.0",
|
|
|
"express-webpack-assets": "0.0.2",
|
|
"express-webpack-assets": "0.0.2",
|
|
|
|
|
+ "mkdirp": "^0.5.1",
|
|
|
"mocha": "~2.2.0",
|
|
"mocha": "~2.2.0",
|
|
|
"node-dev": "^3.1.3",
|
|
"node-dev": "^3.1.3",
|
|
|
"optimize-js-plugin": "0.0.4",
|
|
"optimize-js-plugin": "0.0.4",
|
|
@@ -115,6 +117,7 @@
|
|
|
"sass-loader": "^6.0.3",
|
|
"sass-loader": "^6.0.3",
|
|
|
"sinon": "~1.14.0",
|
|
"sinon": "~1.14.0",
|
|
|
"sinon-chai": "~2.7.0",
|
|
"sinon-chai": "~2.7.0",
|
|
|
|
|
+ "slash": "^1.0.0",
|
|
|
"style-loader": "^0.13.2",
|
|
"style-loader": "^0.13.2",
|
|
|
"to-string-loader": "^1.1.5",
|
|
"to-string-loader": "^1.1.5",
|
|
|
"webpack": "2.2.0",
|
|
"webpack": "2.2.0",
|
|
@@ -131,6 +134,9 @@
|
|
|
"clean:public": "npm run rimraf -- public/js",
|
|
"clean:public": "npm run rimraf -- public/js",
|
|
|
"clean:dll": "npm run rimraf -- dll",
|
|
"clean:dll": "npm run rimraf -- dll",
|
|
|
"clean": "npm cache clean && npm run rimraf -- public/js dll",
|
|
"clean": "npm cache clean && npm run rimraf -- public/js dll",
|
|
|
|
|
+ "generate-plugin-definitions-source": "mkdirp tmp/plugins && node bin/generate-plugin-definitions-source.js",
|
|
|
|
|
+ "prebuild:dev": "npm run generate-plugin-definitions-source",
|
|
|
|
|
+ "prebuild:prod": "npm run generate-plugin-definitions-source",
|
|
|
"prestart": "npm run build:prod",
|
|
"prestart": "npm run build:prod",
|
|
|
"rimraf": "rimraf",
|
|
"rimraf": "rimraf",
|
|
|
"server:watch": "node-dev app.js",
|
|
"server:watch": "node-dev app.js",
|