Blame view

package.json 3.85 KB
xuqi authored
1
{
毕凯 authored
2
  "name": "yohobuy-node",
yyq authored
3
  "version": "6.5.24",
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-multiparty": "^2.0.0",
32
    "connect-redis": "^3.3.3",
毕凯 authored
33
    "cookie-parser": "^1.4.3",
周少峰 authored
34
    "csurf": "^1.9.0",
周少峰 authored
35
    "dnscache": "^1.0.1",
xuqi authored
36
    "express": "^4.13.1",
周少峰 authored
37
    "handlebars": "4.0.5",
毕凯 authored
38
    "lodash": "^4.13.1",
xuqi authored
39
    "md5": "^2.1.0",
陈轩 authored
40
    "moment": "^2.14.1",
xuqi authored
41
    "morgan": "^1.7.0",
姜枫 authored
42
    "oneapm": "^1.2.20",
毕凯 authored
43
    "passport": "^0.3.2",
姜枫 authored
44
    "passport-douban": "0.0.1",
姜枫 authored
45
    "passport-local": "^1.0.0",
姜枫 authored
46
    "passport-qq": "0.0.3",
姜枫 authored
47
    "passport-renren": "^0.1.3",
姜枫 authored
48 49
    "passport-sina": "^0.1.0",
    "passport-strategy": "1.x.x",
毕凯 authored
50
    "passport-weixin": "^0.1.0",
yyq authored
51
    "path-to-regexp": "^2.2.0",
52
    "redis": "^2.7.1",
htoooth authored
53
    "request": "^2.81.0",
刘传洋 authored
54
    "request-ip": "^1.2.2",
李奇 authored
55
    "request-promise": "^3.0.0",
周奇琪 authored
56
    "serve-favicon": "^2.3.0",
周少峰 authored
57
    "sitemap": "^1.12.1",
htoooth authored
58
    "urlencode": "^1.1.0",
毕凯 authored
59
    "uuid": "^2.0.2",
周少峰 authored
60
    "yoho-express-session": "^2.0.0",
陈峰 authored
61
    "yoho-node-lib": "=0.6.11",
周少峰 authored
62
    "yoho-zookeeper": "^1.0.8"
xuqi authored
63 64 65
  },
  "devDependencies": {
    "autoprefixer": "^6.3.6",
yyq authored
66 67
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
yyq authored
68 69
    "babel-plugin-transform-regenerator": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
yyq authored
70 71
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
72
    "bootstrap": "^3.3.7",
yyq authored
73 74 75
    "css-loader": "^0.27.3",
    "cssnano": "^3.10.0",
    "eslint": "^3.16.0",
htoooth authored
76
    "eslint-config-yoho": "^1.0.9",
yyq authored
77 78
    "eslint-loader": "^1.6.3",
    "extract-text-webpack-plugin": "^2.1.0",
yyq authored
79
    "handlebars": "4.0.5",
htoooth authored
80
    "handlebars-loader": "^1.4.0",
周少峰 authored
81
    "happypack": "^3.0.3",
ccbikai authored
82
    "husky": "^0.11.4",
83
    "jquery-ui": "^1.12.1",
84
    "nodemon": "1.9.2",
xuqi authored
85
    "postcss-assets": "^4.0.1",
毕凯 authored
86
    "postcss-cachebuster": "^0.1.3",
yyq authored
87
    "postcss-calc": "^5.3.1",
xuqi authored
88 89
    "postcss-center": "^1.0.0",
    "postcss-clearfix": "^1.0.0",
yyq authored
90 91 92
    "postcss-crip": "^2.0.1",
    "postcss-import": "^9.1.0",
    "postcss-loader": "^1.3.1",
毕凯 authored
93
    "postcss-opacity": "^4.0.0",
毕凯 authored
94
    "postcss-position": "^0.5.0",
yyq authored
95
    "postcss-pxtorem": "^4.0.0",
周少峰 authored
96
    "postcss-scss": "^1.0.2",
yyq authored
97 98 99
    "postcss-short": "^3.0.3",
    "postcss-sprites": "^4.2.0",
    "postcss-use": "^2.3.0",
xuqi authored
100
    "precss": "^1.4.0",
yyq authored
101
    "regenerator-runtime": "^0.11.1",
102 103
    "rewire": "^2.5.1",
    "shelljs": "^0.7.0",
yyq authored
104
    "style-loader": "^0.16.0",
yyq authored
105 106
    "stylelint": "^8.4.0",
    "stylelint-config-yoho": "^1.2.11",
郝肖肖 authored
107
    "stylelint-formatter-table": "^1.0.3",
周少峰 authored
108
    "stylelint-webpack-plugin": "^0.7.0",
yyq authored
109 110
    "webpack": "^2.3.1",
    "webpack-dev-server": "^2.4.2",
htoooth authored
111
    "yoho-eventproxy": "^0.3.6",
毕凯 authored
112
    "yoho-handlebars": "^4.0.5",
毕凯 authored
113
    "yoho-jquery": "^1.12.4",
htoooth authored
114
    "yoho-jquery-dotdotdot": "0.0.1",
115
    "yoho-jquery-lazyload": "1.9.7",
刘传洋 authored
116
    "yoho-jquery-pjax": "0.0.1",
毕凯 authored
117
    "yoho-jquery-placeholder": "^2.3.1",
htoooth authored
118
    "yoho-jquery-qrcode": "^0.14.0",
陈峰 authored
119
    "yoho-qs": "^1.0.1",
hongweigao authored
120
    "yoho-slider": "0.0.2",
hongweigao authored
121
    "yoho-swiper": "^3.3.1"
xuqi authored
122 123
  }
}