Authored by 陈峰

package

... ... @@ -31,7 +31,6 @@
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.1",
"handlebars-loader": "^1.5.0",
"happypack": "^3.1.0",
"influxdb-winston": "^1.0.1",
"lodash": "^4.15.0",
... ... @@ -40,27 +39,20 @@
"moment": "^2.14.1",
"morgan": "^1.7.0",
"oneapm": "^1.2.20",
"postcss-calc": "^5.3.1",
"postcss-center": "^1.0.0",
"postcss-clearfix": "^1.0.0",
"postcss-crip": "^2.0.1",
"postcss-import": "^10.0.0",
"postcss-position": "^0.5.0",
"postcss-short": "^1.4.0",
"postcss-use": "^2.3.0",
"request-promise": "^3.0.0",
"scss-loader": "0.0.1",
"serve-favicon": "^2.3.0",
"uuid": "^2.0.2",
"vue": "^2.4.2",
"vue-touch": "next",
"webpack-uglify-parallel": "^0.1.3",
"webpack-visualizer-plugin": "^0.1.11",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.3.0",
"yoho-jquery": "^2.2.4",
"yoho-md5": "^2.0.0",
"yoho-node-lib": "0.2.17"
"vue-swipe": "^2.0.3",
"yoho-node-lib": "0.2.17",
"yoho-cookie": "1.2.0",
"yoho-qs": "1.0.1",
"yoho-store": "^1.3.20"
},
"devDependencies": {
"autoprefixer": "^7.0.1",
... ... @@ -78,7 +70,7 @@
"extract-text-webpack-plugin": "^2.1.0",
"fastclick": "^1.0.6",
"file-loader": "^0.11.1",
"handlebars-loader": "^1.3.0",
"handlebars-loader": "^1.5.0",
"husky": "^0.11.6",
"jquery": "2.2.4",
"node-sass": "^4.5.3",
... ... @@ -88,16 +80,18 @@
"postcss-calc": "^5.3.1",
"postcss-center": "^1.0.0",
"postcss-clearfix": "^1.0.0",
"postcss-crip": "^2.0.0",
"postcss-loader": "^2.0.5",
"postcss-position": "^0.5.0",
"postcss-pxtorem": "^3.3.1",
"postcss-scss": "^1.0.0",
"postcss-short": "^1.4.0",
"postcss-sprites": "^4.2.1",
"postcss-use": "^2.2.0",
"postcss-crip": "^2.0.1",
"postcss-import": "^10.0.0",
"postcss-use": "^2.3.0",
"precss": "^1.4.0",
"sass-loader": "^6.0.6",
"scss-loader": "0.0.1",
"shelljs": "^0.7.3",
"style-loader": "^0.17.0",
"stylelint": "^7.1.0",
... ... @@ -110,16 +104,14 @@
"vue-lazyload": "^1.0.6",
"vue-loader": "^13.0.2",
"vue-style-loader": "^3.0.1",
"vue-swipe": "^2.0.3",
"vue-template-compiler": "^2.4.2",
"webpack": "3.3",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-dashboard": "^0.1.8",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0",
"webpack-stream": "^3.1.0",
"yoho-cookie": "1.2.0",
"yoho-qs": "1.0.1",
"yoho-store": "^1.3.20"
"webpack-uglify-parallel": "^0.1.3",
"webpack-visualizer-plugin": "^0.1.11",
"webpack-stream": "^3.1.0"
}
}
... ...