Authored by 陈峰

commit

... ... @@ -68,10 +68,41 @@
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "3.3",
"webpack-node-externals": "^1.6.0",
"vue-loader": "^13.0.2",
"url-loader": "^0.5.9",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.2.4",
"vue-infinite-scroll": "^2.0.1",
"vue-lazyload": "^1.0.6",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"vuex": "^2.4.0",
"postcss-assets": "^4.1.0",
"postcss-cachebuster": "^0.1.3",
"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-loader": "^2.0.5",
"postcss-position": "^0.5.0",
"postcss-pxtorem": "^3.3.1",
"postcss-short": "^1.4.0",
"postcss-sprites": "^4.2.1",
"postcss-use": "^2.3.0",
"precss": "^1.4.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"eventsource": "^1.0.5",
"fastclick": "^1.0.6",
"file-loader": "^0.11.1",
"node-sass": "^4.5.3",
"autoprefixer": "^7.0.1",
"style-loader": "^0.17.0",
"yoho-store": "^1.3.20"
},
"devDependencies": {
"autoprefixer": "^7.0.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
... ... @@ -85,48 +116,17 @@
"babel-preset-es2015-node6": "^0.4.0",
"babel-preset-stage-2": "^6.24.1",
"chokidar": "^1.7.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"eslint": "^3.3.1",
"eslint-config-yoho": "^1.0.1",
"eslint-plugin-html": "^1.5.2",
"eventsource": "^1.0.5",
"fastclick": "^1.0.6",
"file-loader": "^0.11.1",
"handlebars-loader": "^1.5.0",
"husky": "^0.11.6",
"jquery": "2.2.4",
"memory-fs": "^0.4.1",
"node-sass": "^4.5.3",
"nodemon": "^1.10.2",
"postcss-assets": "^4.1.0",
"postcss-cachebuster": "^0.1.3",
"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-loader": "^2.0.5",
"postcss-position": "^0.5.0",
"postcss-pxtorem": "^3.3.1",
"postcss-short": "^1.4.0",
"postcss-sprites": "^4.2.1",
"postcss-use": "^2.3.0",
"precss": "^1.4.0",
"style-loader": "^0.17.0",
"stylelint": "^7.1.0",
"stylelint-config-yoho": "^1.2.7",
"stylelint-processor-html": "^1.0.0",
"url-loader": "^0.5.9",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.2.4",
"vue-infinite-scroll": "^2.0.1",
"vue-lazyload": "^1.0.6",
"vue-loader": "^13.0.2",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"vuex": "^2.4.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dashboard": "^0.1.8",
"webpack-dev-middleware": "^1.12.0",
... ...