Blame view

package.json 3.54 KB
xuqi authored
1
{
xuqi authored
2
  "name": "m-yohobuy-node",
郭成尧 authored
3
  "version": "5.6.4",
ccbikai authored
4
  "private": true,
xuqi authored
5 6 7
  "description": "A New Yohobuy Project With Express",
  "repository": {
    "type": "git",
ccbikai authored
8
    "url": "http://git.dev.yoho.cn/web/yohobuywap-node.git"
xuqi authored
9
  },
ccbikai authored
10
  "scripts": {
沈志敏 authored
11
    "start": "NODE_ENV=\"production\" node app.js",
ccbikai authored
12
    "dev": "nodemon -e js,hbs -i public/ app.js",
沈志敏 authored
13
    "static": "webpack-dev-server --config ./public/build/webpack.dev.config.js",
沈志敏 authored
14
    "build": "webpack --config ./public/build/webpack.prod.config.js",
ccbikai authored
15
    "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js",
郭成尧 authored
16
    "lint-js": "eslint -c .eslintrc --cache .",
17
    "lint-css": "stylelint --syntax scss --cache --config .stylelintrc 'public/scss/**/*.css'",
沈志敏 authored
18
    "lint-vue-js": "eslint -c .eslintrc --cache public/vue",
19
    "lint-vue-css": "stylelint --syntax scss --extract --cache --config .stylelintrc 'public/scss/**/*.vue'",
沈志敏 authored
20 21
    "lint-all": "node lint-all.js",
    "precommit": "node lint-commit.js"
biao authored
22
  },
xuqi authored
23 24
  "license": "MIT",
  "dependencies": {
ccbikai(👎🏻🍜) authored
25
    "bluebird": "^3.4.7",
ccbikai(👎🏻🍜) authored
26
    "body-parser": "^1.16.1",
陈轩 authored
27
    "captchapng": "0.0.1",
ccbikai authored
28
    "cheerio": "^0.22.0",
姜枫 authored
29
    "client-sessions": "^0.7.0",
姜枫 authored
30
    "compression": "^1.6.2",
31
    "connect-memcached": "^0.2.0",
ccbikai authored
32
    "connect-multiparty": "^2.0.0",
ccbikai authored
33
    "cookie-parser": "^1.4.3",
ccbikai(👎🏻🍜) authored
34
    "express": "^4.14.1",
ccbikai(👎🏻🍜) authored
35
    "feed": "^1.0.2",
ccbikai(👎🏻🍜) authored
36
    "geetest": "^4.1.1",
ccbikai(👎🏻🍜) authored
37
    "lodash": "^4.17.4",
38
    "memory-cache": "^0.1.6",
ccbikai(👎🏻🍜) authored
39
    "moment": "^2.18.1",
姜枫 authored
40
    "oneapm": "^1.2.20",
姜枫 authored
41
    "passport": "^0.3.2",
42 43 44 45
    "passport-local": "^1.0.0",
    "passport-qq": "0.0.3",
    "passport-sina": "^0.1.0",
    "passport-strategy": "^1.0.0",
ccbikai authored
46
    "passport-weixin": "^0.1.0",
陈峰 authored
47
    "request": "^2.81.0",
毕凯 authored
48
    "request-promise": "^3.0.0",
郭成尧 authored
49
    "uuid": "^3.0.1",
郭成尧 authored
50
    "xml2js": "^0.4.17",
51
    "yoho-express-session": "^2.0.0",
52
    "yoho-md5": "^2.0.0",
郭成尧 authored
53
    "yoho-node-lib": "=0.2.23",
54
    "yoho-zookeeper": "^1.0.8"
xuqi authored
55 56
  },
  "devDependencies": {
ccbikai(👎🏻🍜) authored
57
    "autoprefixer": "^6.7.4",
ccbikai(👎🏻🍜) authored
58
    "babel-core": "^6.24.1",
沈志敏 authored
59
    "babel-loader": "^6.4.1",
60
    "babel-polyfill": "^6.23.0",
ccbikai(👎🏻🍜) authored
61
    "babel-preset-env": "^1.3.3",
ccbikai(👎🏻🍜) authored
62
    "css-loader": "^0.28.0",
沈志敏 authored
63
    "cssnano": "^3.10.0",
ccbikai(👎🏻🍜) authored
64
    "eslint": "^3.19.0",
ccbikai authored
65
    "eslint-config-yoho": "^1.0.1",
ccbikai(👎🏻🍜) authored
66
    "eslint-loader": "^1.7.1",
ccbikai(👎🏻🍜) authored
67
    "eslint-plugin-html": "^2.0.1",
沈志敏 authored
68
    "extract-text-webpack-plugin": "^2.1.0",
69
    "handlebars-loader": "^1.4.0",
沈志敏 authored
70
    "happypack": "^3.0.3",
ccbikai(👎🏻🍜) authored
71
    "husky": "^0.13.3",
ccbikai(👎🏻🍜) authored
72
    "nodemon": "^1.11.0",
xuqi authored
73
    "postcss-assets": "^4.0.1",
ccbikai authored
74
    "postcss-calc": "^5.3.1",
xuqi authored
75 76
    "postcss-center": "^1.0.0",
    "postcss-clearfix": "^1.0.0",
ccbikai(👎🏻🍜) authored
77
    "postcss-crip": "^2.0.1",
ccbikai(👎🏻🍜) authored
78 79
    "postcss-import": "^9.1.0",
    "postcss-loader": "^1.3.1",
ccbikai authored
80
    "postcss-position": "^0.5.0",
ccbikai(👎🏻🍜) authored
81
    "postcss-pxtorem": "^4.0.0",
ccbikai(👎🏻🍜) authored
82
    "postcss-scss": "^0.4.1",
ccbikai(👎🏻🍜) authored
83
    "postcss-short": "^3.0.3",
ccbikai(👎🏻🍜) authored
84
    "postcss-sprites": "^4.2.0",
ccbikai authored
85
    "postcss-use": "^2.3.0",
xuqi authored
86
    "precss": "^1.4.0",
ccbikai(👎🏻🍜) authored
87
    "shelljs": "^0.7.6",
ccbikai(👎🏻🍜) authored
88 89
    "style-loader": "^0.16.1",
    "stylelint": "^7.10.1",
ccbikai(👎🏻🍜) authored
90
    "stylelint-config-yoho": "^1.2.8",
沈志敏 authored
91
    "stylelint-formatter-table": "^1.0.2",
ccbikai(👎🏻🍜) authored
92
    "stylelint-processor-html": "^1.0.0",
沈志敏 authored
93
    "stylelint-webpack-plugin": "^0.7.0",
ccbikai(👎🏻🍜) authored
94 95 96 97
    "vue": "^2.2.6",
    "vue-loader": "^11.3.4",
    "vue-template-compiler": "^2.2.6",
    "webpack": "^2.3.3",
沈志敏 authored
98
    "webpack-dev-server": "^2.4.2",
99
    "webpack-uglify-parallel": "^0.1.3",
ccbikai(👎🏻🍜) authored
100
    "yoho-cookie": "^1.2.0",
ccbikai authored
101 102
    "yoho-fastclick": "^1.0.6",
    "yoho-hammer": "^2.0.7",
ccbikai authored
103
    "yoho-iscroll": "^5.2.0",
ccbikai authored
104
    "yoho-jquery": "^2.2.4",
105
    "yoho-jquery-lazyload": "^1.9.10",
zzzzzzz authored
106
    "yoho-jquery-qrcode": "^0.14.0",
ccbikai authored
107
    "yoho-mlellipsis": "0.0.3",
ccbikai(👎🏻🍜) authored
108
    "yoho-qs": "^1.0.1",
109
    "yoho-swiper": "^3.3.1",
徐炜 authored
110
    "yoho-swiper2": "0.0.5"
xuqi authored
111 112
  }
}