package.json 3.45 KB
{
  "name": "yohobuy-node",
  "version": "6.0.17",
  "private": true,
  "description": "A New Yohobuy Project With Express",
  "repository": {
    "type": "git",
    "url": "http://git.dev.yoho.cn/web/yohobuy-node.git"
  },
  "scripts": {
    "start": "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",
    "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 --config .stylelintrc 'public/scss/**/*.css'",
    "lint-all": "node lint-all.js",
    "precommit": "node lint-commit.js",
    "prod": "git pull && webpack --config ./public/build/webpack.prod.config.js && pm2 reload yohobuy-node"
  },
  "dependencies": {
    "bluebird": "^3.4.0",
    "blueimp-file-upload": "^9.14.0",
    "body-parser": "^1.15.0",
    "cheerio": "^0.22.0",
    "client-sessions": "^0.7.0",
    "clipboard": "^1.7.1",
    "compression": "^1.6.2",
    "connect-memcached": "^0.2.0",
    "connect-multiparty": "^2.0.0",
    "cookie-parser": "^1.4.3",
    "csurf": "^1.9.0",
    "express": "^4.13.1",
    "lodash": "^4.13.1",
    "md5": "^2.1.0",
    "moment": "^2.14.1",
    "morgan": "^1.7.0",
    "oneapm": "^1.2.20",
    "passport": "^0.3.2",
    "passport-douban": "0.0.1",
    "passport-local": "^1.0.0",
    "passport-qq": "0.0.3",
    "passport-renren": "^0.1.3",
    "passport-sina": "^0.1.0",
    "passport-strategy": "1.x.x",
    "passport-weixin": "^0.1.0",
    "redis": "^2.7.1",
    "request": "^2.81.0",
    "request-ip": "^1.2.2",
    "request-promise": "^3.0.0",
    "serve-favicon": "^2.3.0",
    "sitemap": "^1.12.1",
    "urlencode": "^1.1.0",
    "uuid": "^2.0.2",
    "yoho-express-session": "^2.0.0",
    "yoho-node-lib": "^0.2.28",
    "yoho-zookeeper": "^1.0.8"
  },
  "devDependencies": {
    "autoprefixer": "^6.3.6",
    "bootstrap": "^3.3.7",
    "css-loader": "^0.27.3",
    "cssnano": "^3.10.0",
    "eslint": "^3.16.0",
    "eslint-config-yoho": "^1.0.1",
    "eslint-loader": "^1.6.3",
    "extract-text-webpack-plugin": "^2.1.0",
    "happypack": "^3.0.3",
    "handlebars": "4.0.5",
    "handlebars-loader": "^1.4.0",
    "husky": "^0.11.4",
    "jquery-ui": "^1.12.1",
    "nodemon": "1.9.2",
    "postcss-assets": "^4.0.1",
    "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": "^9.1.0",
    "postcss-loader": "^1.3.1",
    "postcss-opacity": "^4.0.0",
    "postcss-position": "^0.5.0",
    "postcss-pxtorem": "^4.0.0",
    "postcss-short": "^3.0.3",
    "postcss-sprites": "^4.2.0",
    "postcss-use": "^2.3.0",
    "precss": "^1.4.0",
    "rewire": "^2.5.1",
    "shelljs": "^0.7.0",
    "style-loader": "^0.16.0",
    "stylelint": "^7.9.0",
    "stylelint-config-yoho": "^1.2.8",
    "stylelint-webpack-plugin": "^0.7.0",
    "stylelint-formatter-table": "^1.0.3",
    "webpack": "^2.3.1",
    "webpack-dev-server": "^2.4.2",
    "yoho-eventproxy": "^0.3.6",
    "yoho-handlebars": "^4.0.5",
    "yoho-jquery": "^1.12.4",
    "yoho-jquery-dotdotdot": "0.0.1",
    "yoho-jquery-lazyload": "1.9.7",
    "yoho-jquery-pjax": "0.0.1",
    "yoho-jquery-placeholder": "^2.3.1",
    "yoho-jquery-qrcode": "^0.14.0",
    "yoho-slider": "0.0.2",
    "yoho-swiper": "^3.3.1"
  }
}