Blame view

package.json 3.45 KB
xuqi authored
1
{
毕凯 authored
2
  "name": "yohobuy-node",
周少峰 authored
3
  "version": "5.9.93",
ccbikai authored
4
  "private": true,
xuqi authored
5 6 7 8 9
  "description": "A New Yohobuy Project With Express",
  "repository": {
    "type": "git",
    "url": "http://git.dev.yoho.cn/web/yohobuy-node.git"
  },
ccbikai authored
10 11
  "scripts": {
    "start": "node app.js",
毕凯 authored
12
    "dev": "nodemon -e js,hbs -i public/ app.js",
yyq authored
13 14
    "static": "webpack-dev-server --config ./public/build/webpack.dev.config.js",
    "build": "webpack --config ./public/build/webpack.prod.config.js",
ccbikai authored
15
    "online": "NODE_ENV=\"production\" node app.js",
毕凯 authored
16 17
    "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js",
    "lint-js": "eslint -c .eslintrc --cache --fix .",
yyq authored
18
    "lint-css": "stylelint --config .stylelintrc 'public/scss/**/*.css'",
郝肖肖 authored
19 20
    "lint-all": "node lint-all.js",
    "precommit": "node lint-commit.js",
yyq authored
21
    "prod": "git pull && webpack --config ./public/build/webpack.prod.config.js && pm2 reload yohobuy-node"
毕凯 authored
22
  },
xuqi authored
23
  "dependencies": {
毕凯 authored
24
    "bluebird": "^3.4.0",
李奇 authored
25
    "blueimp-file-upload": "^9.14.0",
xuqi authored
26
    "body-parser": "^1.15.0",
htoooth authored
27
    "cheerio": "^0.22.0",
28
    "client-sessions": "^0.7.0",
yyq authored
29
    "clipboard": "^1.7.1",
姜枫 authored
30
    "compression": "^1.6.2",
周少峰 authored
31
    "connect-memcached": "^0.2.0",
刘传洋 authored
32
    "connect-multiparty": "^2.0.0",
毕凯 authored
33
    "cookie-parser": "^1.4.3",
周少峰 authored
34
    "csurf": "^1.9.0",
xuqi authored
35
    "express": "^4.13.1",
毕凯 authored
36
    "lodash": "^4.13.1",
xuqi authored
37
    "md5": "^2.1.0",
陈轩 authored
38
    "moment": "^2.14.1",
xuqi authored
39
    "morgan": "^1.7.0",
姜枫 authored
40
    "oneapm": "^1.2.20",
毕凯 authored
41
    "passport": "^0.3.2",
姜枫 authored
42
    "passport-douban": "0.0.1",
姜枫 authored
43
    "passport-local": "^1.0.0",
姜枫 authored
44
    "passport-qq": "0.0.3",
姜枫 authored
45
    "passport-renren": "^0.1.3",
姜枫 authored
46 47
    "passport-sina": "^0.1.0",
    "passport-strategy": "1.x.x",
毕凯 authored
48
    "passport-weixin": "^0.1.0",
49
    "redis": "^2.7.1",
htoooth authored
50
    "request": "^2.81.0",
刘传洋 authored
51
    "request-ip": "^1.2.2",
李奇 authored
52
    "request-promise": "^3.0.0",
周奇琪 authored
53
    "serve-favicon": "^2.3.0",
周少峰 authored
54
    "sitemap": "^1.12.1",
htoooth authored
55
    "urlencode": "^1.1.0",
毕凯 authored
56
    "uuid": "^2.0.2",
周少峰 authored
57
    "yoho-express-session": "^2.0.0",
htoooth authored
58
    "yoho-node-lib": "=0.5.14",
周少峰 authored
59
    "yoho-zookeeper": "^1.0.8"
xuqi authored
60 61 62
  },
  "devDependencies": {
    "autoprefixer": "^6.3.6",
63
    "bootstrap": "^3.3.7",
yyq authored
64 65 66
    "css-loader": "^0.27.3",
    "cssnano": "^3.10.0",
    "eslint": "^3.16.0",
ccbikai authored
67
    "eslint-config-yoho": "^1.0.1",
yyq authored
68 69 70
    "eslint-loader": "^1.6.3",
    "extract-text-webpack-plugin": "^2.1.0",
    "happypack": "^3.0.3",
yyq authored
71
    "handlebars": "4.0.5",
htoooth authored
72
    "handlebars-loader": "^1.4.0",
ccbikai authored
73
    "husky": "^0.11.4",
74
    "jquery-ui": "^1.12.1",
75
    "nodemon": "1.9.2",
xuqi authored
76
    "postcss-assets": "^4.0.1",
毕凯 authored
77
    "postcss-cachebuster": "^0.1.3",
yyq authored
78
    "postcss-calc": "^5.3.1",
xuqi authored
79 80
    "postcss-center": "^1.0.0",
    "postcss-clearfix": "^1.0.0",
yyq authored
81 82 83
    "postcss-crip": "^2.0.1",
    "postcss-import": "^9.1.0",
    "postcss-loader": "^1.3.1",
毕凯 authored
84
    "postcss-opacity": "^4.0.0",
毕凯 authored
85
    "postcss-position": "^0.5.0",
yyq authored
86 87 88 89
    "postcss-pxtorem": "^4.0.0",
    "postcss-short": "^3.0.3",
    "postcss-sprites": "^4.2.0",
    "postcss-use": "^2.3.0",
xuqi authored
90
    "precss": "^1.4.0",
91 92
    "rewire": "^2.5.1",
    "shelljs": "^0.7.0",
yyq authored
93
    "style-loader": "^0.16.0",
yyq authored
94 95
    "stylelint": "^7.9.0",
    "stylelint-config-yoho": "^1.2.8",
yyq authored
96
    "stylelint-webpack-plugin": "^0.7.0",
郝肖肖 authored
97
    "stylelint-formatter-table": "^1.0.3",
yyq authored
98 99
    "webpack": "^2.3.1",
    "webpack-dev-server": "^2.4.2",
htoooth authored
100
    "yoho-eventproxy": "^0.3.6",
毕凯 authored
101
    "yoho-handlebars": "^4.0.5",
毕凯 authored
102
    "yoho-jquery": "^1.12.4",
htoooth authored
103
    "yoho-jquery-dotdotdot": "0.0.1",
104
    "yoho-jquery-lazyload": "1.9.7",
刘传洋 authored
105
    "yoho-jquery-pjax": "0.0.1",
毕凯 authored
106
    "yoho-jquery-placeholder": "^2.3.1",
htoooth authored
107
    "yoho-jquery-qrcode": "^0.14.0",
hongweigao authored
108
    "yoho-slider": "0.0.2",
hongweigao authored
109
    "yoho-swiper": "^3.3.1"
xuqi authored
110 111
  }
}