package.json
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "express-yoho",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "eslint -c .eslintrc --fix --cache public/**/*.js",
"validate": "npm ls"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"gulp-util": "^3.0.7",
"hbs": "^3.1.1",
"lodash": "^4.6.1",
"morgan": "~1.6.1",
"request-promise": "^2.0.1",
"serve-favicon": "^2.3.0",
"shelljs": "^0.6.0"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel": "^6.5.2",
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-runtime": "^6.1.18",
"eslint-config-yoho": "^0.1.1",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"postcss-assets": "^4.0.1",
"postcss-calc": "^5.2.0",
"postcss-center": "^1.0.0",
"postcss-clearfix": "^1.0.0",
"postcss-crip": "^2.0.0",
"postcss-opacity": "^3.0.0",
"postcss-position": "^0.4.0",
"postcss-reporter": "^1.3.3",
"postcss-short": "^1.4.0",
"postcss-sprites": "^3.1.1",
"postcss-use": "^2.0.2",
"precommit-hook": "^3.0.0",
"precss": "^1.4.0",
"stylelint": "^5.2.1",
"stylelint-config-yoho": "^1.1.0",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}