Blame view

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