|
@@ -40,9 +40,14 @@
|
|
|
"webpack": "webpack"
|
|
"webpack": "webpack"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "assets-webpack-plugin": "^3.5.1",
|
|
|
"async": "~1.5.0",
|
|
"async": "~1.5.0",
|
|
|
"aws-sdk": "~2.2.26",
|
|
"aws-sdk": "~2.2.26",
|
|
|
"axios": "0.15.x",
|
|
"axios": "0.15.x",
|
|
|
|
|
+ "babel-core": "^6.24.0",
|
|
|
|
|
+ "babel-loader": "^6.4.1",
|
|
|
|
|
+ "babel-preset-es2015": "^6.24.0",
|
|
|
|
|
+ "babel-preset-react": "^6.23.0",
|
|
|
"basic-auth-connect": "~1.0.0",
|
|
"basic-auth-connect": "~1.0.0",
|
|
|
"body-parser": "~1.14.1",
|
|
"body-parser": "~1.14.1",
|
|
|
"bootstrap-sass": "~3.3.6",
|
|
"bootstrap-sass": "~3.3.6",
|
|
@@ -54,7 +59,9 @@
|
|
|
"connect-redis": "~2.1.0",
|
|
"connect-redis": "~2.1.0",
|
|
|
"consolidate": "~0.14.0",
|
|
"consolidate": "~0.14.0",
|
|
|
"cookie-parser": "~1.3.4",
|
|
"cookie-parser": "~1.3.4",
|
|
|
|
|
+ "copy-webpack-plugin": "^4.0.0",
|
|
|
"csrf": "~3.0.3",
|
|
"csrf": "~3.0.3",
|
|
|
|
|
+ "css-loader": "^0.27.3",
|
|
|
"debug": "~2.2.0",
|
|
"debug": "~2.2.0",
|
|
|
"diff": "~3.2.0",
|
|
"diff": "~3.2.0",
|
|
|
"diff2html": "~2.0.12",
|
|
"diff2html": "~2.0.12",
|
|
@@ -64,6 +71,7 @@
|
|
|
"express": "~4.14.0",
|
|
"express": "~4.14.0",
|
|
|
"express-form": "~0.12.0",
|
|
"express-form": "~0.12.0",
|
|
|
"express-session": "~1.14.0",
|
|
"express-session": "~1.14.0",
|
|
|
|
|
+ "express-webpack-assets": "0.0.2",
|
|
|
"googleapis": "=12.3.0",
|
|
"googleapis": "=12.3.0",
|
|
|
"graceful-fs": "^4.1.11",
|
|
"graceful-fs": "^4.1.11",
|
|
|
"highlight.js": "~9.9.0",
|
|
"highlight.js": "~9.9.0",
|
|
@@ -76,49 +84,41 @@
|
|
|
"jquery.cookie": "~1.4.1",
|
|
"jquery.cookie": "~1.4.1",
|
|
|
"marked": "~0.3.5",
|
|
"marked": "~0.3.5",
|
|
|
"method-override": "~2.3.1",
|
|
"method-override": "~2.3.1",
|
|
|
|
|
+ "mkdirp": "~0.5.1",
|
|
|
"moment": "~2.13.0",
|
|
"moment": "~2.13.0",
|
|
|
"mongoose": "4.7.x",
|
|
"mongoose": "4.7.x",
|
|
|
"mongoose-paginate": "5.0.x",
|
|
"mongoose-paginate": "5.0.x",
|
|
|
"morgan": "~1.7.0",
|
|
"morgan": "~1.7.0",
|
|
|
"multer": "~1.2.1",
|
|
"multer": "~1.2.1",
|
|
|
|
|
+ "node-sass": "^4.5.0",
|
|
|
"nodemailer": "~2.7.0",
|
|
"nodemailer": "~2.7.0",
|
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
|
|
|
+ "optimize-js-plugin": "0.0.4",
|
|
|
"react": "~15.0.1",
|
|
"react": "~15.0.1",
|
|
|
"react-dom": "~15.0.1",
|
|
"react-dom": "~15.0.1",
|
|
|
"redis": "~2.6.5",
|
|
"redis": "~2.6.5",
|
|
|
"reveal.js": "~3.4.0",
|
|
"reveal.js": "~3.4.0",
|
|
|
|
|
+ "rimraf": "^2.6.1",
|
|
|
|
|
+ "sass-loader": "^6.0.3",
|
|
|
|
|
+ "slash": "^1.0.0",
|
|
|
"socket.io": "~1.7.0",
|
|
"socket.io": "~1.7.0",
|
|
|
"socket.io-client": "~1.7.0",
|
|
"socket.io-client": "~1.7.0",
|
|
|
"sprintf": "~0.1.5",
|
|
"sprintf": "~0.1.5",
|
|
|
- "swig": "~1.4.0"
|
|
|
|
|
|
|
+ "style-loader": "^0.16.1",
|
|
|
|
|
+ "swig": "~1.4.0",
|
|
|
|
|
+ "webpack": "2.2.0",
|
|
|
|
|
+ "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
|
|
|
|
|
+ "webpack-merge": "~3.0.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "assets-webpack-plugin": "^3.5.1",
|
|
|
|
|
- "babel-core": "^6.24.0",
|
|
|
|
|
- "babel-loader": "^6.4.1",
|
|
|
|
|
- "babel-preset-es2015": "^6.24.0",
|
|
|
|
|
- "babel-preset-react": "^6.23.0",
|
|
|
|
|
"chai": "~1.10.0",
|
|
"chai": "~1.10.0",
|
|
|
"concurrently": "^3.4.0",
|
|
"concurrently": "^3.4.0",
|
|
|
- "copy-webpack-plugin": "^4.0.0",
|
|
|
|
|
- "css-loader": "^0.27.3",
|
|
|
|
|
"easy-livereload": "^1.2.0",
|
|
"easy-livereload": "^1.2.0",
|
|
|
- "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",
|
|
|
- "node-sass": "^4.5.0",
|
|
|
|
|
- "optimize-js-plugin": "0.0.4",
|
|
|
|
|
"proxyquire": "~1.4.0",
|
|
"proxyquire": "~1.4.0",
|
|
|
- "rimraf": "^2.6.1",
|
|
|
|
|
- "sass-loader": "^6.0.3",
|
|
|
|
|
"sinon": "~1.14.0",
|
|
"sinon": "~1.14.0",
|
|
|
- "sinon-chai": "~2.7.0",
|
|
|
|
|
- "slash": "^1.0.0",
|
|
|
|
|
- "style-loader": "^0.16.1",
|
|
|
|
|
- "webpack": "2.2.0",
|
|
|
|
|
- "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
|
|
|
|
|
- "webpack-merge": "~3.0.0"
|
|
|
|
|
|
|
+ "sinon-chai": "~2.7.0"
|
|
|
},
|
|
},
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": "6.x",
|
|
"node": "6.x",
|