package.json 4.98 KB
{
  "name": "yohoblk-wap",
  "version": "2.0.50",
  "private": true,
  "description": "A New Yohobuy Project With Express",
  "repository": {
    "type": "git",
    "url": "http://git.yoho.cn/fe/yohoblk-wap.git"
  },
  "scripts": {
    "start": "NODE_ENV=production node app.js",
    "dev": "node dev.js",
    "client": "NODE_ENV=production webpack --config ./build/webpack.client.conf.js",
    "server": "NODE_ENV=production webpack --config ./build/webpack.server.conf.js",
    "static": "webpack-dev-server --config ./public/build/webpack.dev.config.js",
    "build": "NODE_ENV=production webpack --config ./public/build/webpack.prod.config.js && node ./build/build.js",
    "build:node": "node ./build/node-build.js",
    "performance": "NODE_ENV=performance webpack --config ./public/build/webpack.prod.config.js",
    "online": "NODE_ENV=\"production\" node app.js",
    "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js",
    "lint-js": "eslint -c .eslintrc --cache --fix .",
    "lint-css": "stylelint --syntax scss --config .stylelintrc public/scss/**/*.css",
    "lint-vue": "eslint -c .eslintrc --cache --fix public/vue/**/*.vue || stylelint --syntax scss --extract --config .stylelintrc public/vue/**/*.vue",
    "precommit": "node lint.js"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^0.16.2",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-polyfill": "^6.26.0",
    "bluebird": "^3.4.2",
    "body-parser": "^1.15.2",
    "connect-multiparty": "^2.0.0",
    "connect-redis": "^3.3.3",
    "cookie-parser": "^1.4.3",
    "express": "^4.15.4",
    "express-session": "^1.14.1",
    "global": "^4.3.2",
    "happypack": "^3.1.0",
    "influxdb-winston": "^1.0.1",
    "lodash": "^4.15.0",
    "lodash-cli": "^4.17.4",
    "lru-cache": "^4.1.1",
    "mint-ui": "^1.0.2",
    "moment": "^2.14.1",
    "morgan": "^1.7.0",
    "oneapm": "^2.1.9",
    "request-promise": "^4.2.1",
    "serve-favicon": "^2.3.0",
    "uuid": "^2.0.2",
    "vue": "=2.5.13",
    "vue-awesome-swiper": "^3.0.6",
    "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.7.0",
    "vue-router": "=3.0.1",
    "vue-server-renderer": "=2.5.13",
    "vue-style-loader": "^3.0.3",
    "vue-swipe": "^2.0.3",
    "vue-template-compiler": "=2.5.13",
    "vue-touch": "2.0.0-beta.3",
    "vuex": "^3.0.1",
    "winston": "^2.2.0",
    "yoho-cookie": "1.2.0",
    "yoho-jquery": "^2.2.4",
    "yoho-md5": "^2.0.0",
    "yoho-node-lib": "=0.6.10",
    "yoho-qs": "1.0.1",
    "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",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-vue-jsx": "^3.5.0",
    "babel-preset-env": "^1.4.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-node6": "^0.4.0",
    "babel-preset-stage-2": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "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",
    "extract-text-webpack-plugin": "^2.1.0",
    "fastclick": "^1.0.6",
    "file-loader": "^0.11.1",
    "friendly-errors-webpack-plugin": "^1.6.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.17.5",
    "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-scss": "^1.0.2",
    "postcss-short": "^1.4.0",
    "postcss-sprites": "^4.2.1",
    "postcss-use": "^2.3.0",
    "precss": "^1.4.0",
    "rimraf": "^2.6.2",
    "sass-loader": "^6.0.6",
    "shelljs": "^0.7.3",
    "style-loader": "^0.17.0",
    "stylelint": "^8.4.0",
    "stylelint-config-yoho": "^1.2.12",
    "stylelint-processor-html": "^1.0.0",
    "uglifyjs-webpack-plugin": "^0.4.6",
    "url-loader": "^0.5.9",
    "webpack": "3.3",
    "webpack-bundle-analyzer": "^2.9.1",
    "webpack-cli": "=2.0.15",
    "webpack-dashboard": "^0.1.8",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-dev-server": "2.11.1",
    "webpack-hot-middleware": "^2.18.2",
    "webpack-merge": "^4.1.0",
    "webpack-node-externals": "^1.6.0",
    "webpack-stream": "^3.1.0",
    "webpack-uglify-parallel": "^0.1.3",
    "webpack-visualizer-plugin": "^0.1.11",
    "winston-daily-rotate-file": "^1.3.0"
  }
}