{ "name": "yoho-activity-platform", "version": "1.0.0", "private": true, "description": "A New Yohobuy Project With Express", "repository": { "type": "git", "url": "http://git.yoho.cn/fe/yoho-activity-platform.git" }, "scripts": { "start": "NODE_ENV=\"production\" node app.js", "dev": "nodemon -e js,hbs -i public/ -i build/ app.js", "static": "webpack-dev-server --config ./build/webpack.dev.config.js", "build": "webpack --config ./build/webpack.prod.config.js", "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", "migration-add": "node ./build/migration/add.js", "migration-script": "node ./build/migration/update.js --script", "migration": "node ./build/migration/update.js", "lint-js": "lint-js", "precommit": "lint-commit", "publish": "npm run build && pm2 start process.json" }, "config": { "lintJs": [ { "title": "JS", "path": [ "." ] } ] }, "license": "MIT", "dependencies": { "animate.css": "^3.5.2", "bluebird": "^3.4.7", "body-parser": "^1.17.2", "camelcase": "^4.1.0", "captchapng": "0.0.1", "cheerio": "^0.22.0", "compression": "^1.6.2", "connect-memcached": "^0.2.0", "connect-multiparty": "^2.0.0", "cookie-parser": "^1.4.3", "cookie-session": "^2.0.0-beta.2", "cors": "^2.8.3", "cssnano": "^3.10.0", "express": "^4.15.3", "fast-safe-stringify": "^1.2.0", "feed": "^1.1.0", "geetest": "^4.1.2", "influx-batch-sender": "^0.1.9", "jsonp": "^0.2.1", "lodash": "^4.17.4", "mOxie": "^1.5.5", "memory-cache": "^0.1.6", "moment": "^2.18.1", "mysql": "^2.13.0", "mysql2": "^1.6.1", "nodemailer": "^4.4.1", "nodemailer-smtp-transport": "^2.7.4", "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", "plupload": "^2.3.3", "qiniu": "^7.0.4", "qiniu-js": "^1.0.22", "querystring": "^0.2.0", "request": "^2.81.0", "request-promise": "^4.2.1", "semver": "^5.3.0", "sequelize": "^4.38.0", "serve-favicon": "^2.4.3", "sitemap": "^1.12.0", "url": "^0.11.0", "uuid": "^3.1.0", "whatwg-fetch": "^2.0.3", "xlsx": "^0.11.16", "xlsx-style": "^0.8.13", "yoho-md5": "^2.0.0", "yoho-node-lib": "^0.6.33", "yoho-zookeeper": "^1.0.8" }, "devDependencies": { "autoprefixer": "^7.0.1", "babel-core": "^6.22.1", "babel-eslint": "^7.2.3", "babel-loader": "^6.2.10", "babel-plugin-istanbul": "^3.1.2", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-env": "^1.2.1", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.22.0", "bootpag": "^1.0.7", "bootstrap": "^3.3.7", "bootstrap-daterangepicker": "^2.1.25", "css-loader": "^1.0.0", "eslint": "^3.19.0", "eslint-config-yoho": "^1.0.1", "eslint-loader": "^1.7.1", "eslint-plugin-html": "^2.0.3", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^2.0.0", "font-awesome": "^4.7.0", "gentelella": "^1.3.0", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.0", "gulp-concat": "^2.6.0", "gulp-rename": "^1.2.2", "gulp-ruby-sass": "^2.0.6", "gulp-sass": "^3.1.0", "gulp-uglify": "^1.5.3", "handlebars-loader": "^1.5.0", "happypack": "^3.1.0", "husky": "^0.13.4", "install": "^0.10.1", "iview": "^3.1.2", "iview-loader": "^1.2.2", "jquery": "^3.2.1", "moment": "^2.18.1", "nodemon": "^1.11.0", "npm": "^5.0.4", "nprogress": "^0.2.0", "optimist": "^0.6.1", "postcss-assets": "^4.0.1", "postcss-calc": "^6.0.0", "postcss-center": "^1.0.0", "postcss-clearfix": "^1.0.0", "postcss-crip": "^2.0.1", "postcss-import": "^10.0.0", "postcss-loader": "^2.0.0", "postcss-position": "^0.5.0", "postcss-pxtorem": "^4.0.1", "postcss-scss": "^1.0.0", "postcss-short": "^4.1.0", "postcss-sprites": "^4.2.1", "postcss-use": "^2.3.0", "precss": "^1.4.0", "sass-loader": "^7.1.0", "shelljs": "^0.7.6", "style-loader": "^0.23.0", "stylelint": "^8.3.0", "stylelint-config-yoho": "^1.2.8", "stylelint-formatter-table": "^1.0.2", "stylelint-processor-html": "^1.0.0", "stylelint-webpack-plugin": "^0.7.0", "uglifyjs-webpack-plugin": "^0.4.6", "url-loader": "^1.1.1", "vue": "^2.3.3", "vue-loader": "^13.7.0", "vue-router": "^3.0.1", "vue-template-compiler": "^2.3.3", "webpack": "^2.6.1", "webpack-bundle-analyzer": "^2.8.2", "webpack-dev-server": "^2.4.5", "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-lazyload": "^1.9.12", "yoho-jquery-qrcode": "^0.14.0", "yoho-lint": "^1.0.1", "yoho-mlellipsis": "0.0.3", "yoho-qs": "^1.0.1", "yoho-swiper": "^3.3.1", "yoho-swiper2": "0.0.5" } }