package.json 3.44 KB
{
  "name": "m-yohobuy-node",
  "version": "5.5.3",
  "private": true,
  "description": "A New Yohobuy Project With Express",
  "repository": {
    "type": "git",
    "url": "http://git.dev.yoho.cn/web/yohobuywap-node.git"
  },
  "scripts": {
    "start": "NODE_ENV=\"production\" node app.js",
    "dev": "nodemon -e js,hbs -i public/ app.js",
    "static": "webpack-dev-server --config ./public/build/webpack.dev.config.js",
    "build": "webpack --config ./public/build/webpack.prod.config.js",
    "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js",
    "lint-js": "eslint -c .eslintrc --cache .",
    "lint-css": "stylelint --syntax scss --config .stylelintrc 'public/scss/**/*.css'",
    "lint-vue-js": "eslint -c .eslintrc --cache public/vue",
    "lint-vue-css": "stylelint --syntax scss --extract --config .stylelintrc 'public/scss/**/*.vue'",
    "precommit": "node lint.js"
  },
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.4.7",
    "body-parser": "^1.16.1",
    "captchapng": "0.0.1",
    "cheerio": "^0.22.0",
    "client-sessions": "^0.7.0",
    "compression": "^1.6.2",
    "connect-memcached": "^0.2.0",
    "connect-multiparty": "^2.0.0",
    "cookie-parser": "^1.4.3",
    "express": "^4.14.1",
    "feed": "^0.3.1",
    "geetest": "^4.1.1",
    "lodash": "^4.17.4",
    "memory-cache": "^0.1.6",
    "moment": "^2.18.1",
    "oneapm": "^1.2.20",
    "passport": "^0.3.2",
    "passport-local": "^1.0.0",
    "passport-qq": "0.0.3",
    "passport-sina": "^0.1.0",
    "passport-strategy": "^1.0.0",
    "passport-weixin": "^0.1.0",
    "postcss-sprites": "^4.2.0",
    "request": "^2.81.0",
    "request-promise": "^3.0.0",
    "uuid": "^3.0.1",
    "xml2js": "^0.4.17",
    "yoho-express-session": "^2.0.0",
    "yoho-md5": "^2.0.0",
    "yoho-node-lib": "=0.2.11",
    "yoho-zookeeper": "^1.0.8"
  },
  "devDependencies": {
    "autoprefixer": "^6.7.4",
    "babel-core": "^6.24.0",
    "babel-loader": "^6.4.1",
    "babel-preset-env": "^1.2.2",
    "css-loader": "^0.27.3",
    "cssnano": "^3.10.0",
    "eslint": "^3.16.0",
    "eslint-config-yoho": "^1.0.1",
    "eslint-loader": "^1.6.3",
    "eslint-plugin-html": "^2.0.1",
    "extract-text-webpack-plugin": "^2.1.0",
    "handlebars-loader": "^1.4.0",
    "happypack": "^3.0.3",
    "husky": "^0.13.1",
    "nodemon": "^1.11.0",
    "postcss-assets": "^4.0.1",
    "postcss-calc": "^5.3.1",
    "postcss-center": "^1.0.0",
    "postcss-clearfix": "^1.0.0",
    "postcss-crip": "^2.0.1",
    "postcss-import": "^9.1.0",
    "postcss-loader": "^1.3.1",
    "postcss-position": "^0.5.0",
    "postcss-pxtorem": "^4.0.0",
    "postcss-scss": "^0.4.1",
    "postcss-short": "^3.0.3",
    "postcss-sprites": "^3.3.0",
    "postcss-use": "^2.3.0",
    "precss": "^1.4.0",
    "shelljs": "^0.7.6",
    "style-loader": "^0.16.0",
    "stylelint": "^7.9.0",
    "stylelint-config-yoho": "^1.2.8",
    "stylelint-processor-html": "^1.0.0",
    "stylelint-webpack-plugin": "^0.7.0",
    "vue": "^2.1.10",
    "vue-loader": "^11.2.0",
    "vue-template-compiler": "^2.1.10",
    "webpack": "^2.3.1",
    "webpack-dev-server": "^2.4.2",
    "webpack-uglify-parallel": "^0.1.3",
    "yoho-cookie": "^1.2.0",
    "yoho-fastclick": "^1.0.6",
    "yoho-hammer": "^2.0.7",
    "yoho-iscroll": "^5.2.0",
    "yoho-jquery": "^2.2.4",
    "yoho-jquery-lazyload": "^1.9.10",
    "yoho-jquery-qrcode": "^0.14.0",
    "yoho-mlellipsis": "0.0.3",
    "yoho-qs": "^1.0.1",
    "yoho-swiper": "^3.3.1",
    "yoho-swiper2": "0.0.5"
  }
}