...
|
...
|
@@ -30,17 +30,15 @@ |
|
|
},
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"bluebird": "^3.3.5",
|
|
|
"bluebird": "^3.4.0",
|
|
|
"body-parser": "^1.15.0",
|
|
|
"connect-memcached": "^0.2.0",
|
|
|
"cookie-parser": "^1.4.1",
|
|
|
"express": "^4.13.1",
|
|
|
"express-handlebars": "^3.0.0",
|
|
|
"express-session": "^1.13.0",
|
|
|
"influxdb-winston": "^1.0.1",
|
|
|
"lodash": "^4.12.0",
|
|
|
"md5": "^2.1.0",
|
|
|
"memcached": "^2.2.1",
|
|
|
"memcached": "^2.2.2",
|
|
|
"morgan": "^1.7.0",
|
|
|
"oneapm": "^1.2.20",
|
|
|
"request-promise": "^3.0.0",
|
...
|
...
|
@@ -48,15 +46,14 @@ |
|
|
"uuid": "^2.0.2",
|
|
|
"winston": "^2.2.0",
|
|
|
"winston-daily-rotate-file": "^1.0.1",
|
|
|
"yoho-connect-memcached": "0.0.1",
|
|
|
"yoho-express-session": "^1.0.0"
|
|
|
"yoho-connect-memcached": "^1.0.3",
|
|
|
"yoho-express-session": "^1.0.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"autoprefixer": "^6.3.6",
|
|
|
"ava": "^0.14.0",
|
|
|
"babel-cli": "^6.8.0",
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
"babel-register": "^6.8.0",
|
|
|
"babel-preset-es2015": "^6.9.0",
|
|
|
"babel-register": "^6.9.0",
|
|
|
"eslint": "^2.10.2",
|
|
|
"eslint-config-yoho": "^1.0.1",
|
|
|
"gulp": "^3.9.1",
|
...
|
...
|
@@ -66,7 +63,6 @@ |
|
|
"gulp-sourcemaps": "^2.0.0-alpha",
|
|
|
"gulp-util": "^3.0.7",
|
|
|
"husky": "^0.11.4",
|
|
|
"mocha": "^2.4.5",
|
|
|
"nodemon": "1.9.2",
|
|
|
"nyc": "^6.4.3",
|
|
|
"postcss-assets": "^4.0.1",
|
...
|
...
|
@@ -83,7 +79,7 @@ |
|
|
"postcss-use": "^2.0.2",
|
|
|
"precss": "^1.4.0",
|
|
|
"shelljs": "^0.7.0",
|
|
|
"stylelint": "^6.3.3",
|
|
|
"stylelint": "^6.4.1",
|
|
|
"stylelint-config-yoho": "^1.2.3",
|
|
|
"webpack": "^1.13.0",
|
|
|
"webpack-dev-server": "^1.14.1",
|
...
|
...
|
|