-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.5 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "web-tools",
"version": "11.4.1",
"description": "Repository for tools and configurations common to all imgix web projects",
"repository": {
"type": "git",
"url": "https://github.com/imgix/web-tools"
},
"scripts": {
"lint": "npx eslint -c runcoms/.eslintrc --ext .js tools",
"lint:fix": "npx eslint -c runcoms/.eslintrc --ext .js tool --fix"
},
"author": "imgix",
"license": "BSD",
"main": "tools/web-tools.js",
"dependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.14.1",
"autoprefixer": "6.7.7",
"babelify": "^10.0.0",
"chalk": "1.1.3",
"change-case": "3.0.1",
"cheerio": "0.22.0",
"compression": "1.6.2",
"easy-table": "1.0.0",
"express": "4.15.2",
"glob": "7.0.3",
"gulp": "4.0.2",
"gulp-bro": "^2.0.0",
"gulp-clean": "0.3.2",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.2",
"gulp-debug": "3.1.0",
"gulp-filter": "5.0.0",
"gulp-header": "1.8.8",
"gulp-htmlhint": "0.3.1",
"gulp-htmlmin": "3.0.0",
"gulp-inject": "^5.0.5",
"gulp-jscs": "4.0.0",
"gulp-jshint": "2.0.4",
"gulp-json-lint": "0.1.0",
"gulp-postcss": "6.3.0",
"gulp-processhtml": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.1.2",
"gulp4-run-sequence": "^1.0.1",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "2.4.1",
"gulp-svgmin": "1.2.3",
"gulp-svgstore": "6.1.0",
"gulp-uglify-es": "^2.0.0",
"gulp-util": "3.0.8",
"jscs": "3.0.7",
"jshint": "2.9.4",
"lodash": "4.17.21",
"log-symbols": "1.0.2",
"lost": "8.0.0",
"main-bower-files": "2.13.1",
"main-npm-files": "1.3.0",
"morgan": "1.8.2",
"postcss-calc": "5.3.1",
"postcss-clearfix": "1.0.0",
"postcss-color-function": "3.0.0",
"postcss-color-rgba-fallback": "2.2.0",
"postcss-discard-comments": "2.0.4",
"postcss-each": "0.9.3",
"postcss-easings": "0.3.0",
"postcss-font-variant": "2.0.1",
"postcss-for": "2.1.1",
"postcss-import": "9.1.0",
"postcss-mixins": "5.4.1",
"postcss-nested": "1.0.0",
"postcss-pseudoelements": "3.0.0",
"postcss-scss": "0.4.1",
"postcss-selector-matches": "2.0.5",
"postcss-selector-not": "2.0.0",
"postcss-simple-vars": "3.0.0",
"q": "1.4.1",
"reporter-plus": "git+https://github.com/jayeb/reporter-plus.git#1.6.0",
"semver": "5.3.0",
"stream-combiner": "0.2.2",
"stylelint": "4.5.1",
"through2": "2.0.3",
"urijs": "^1.19.0",
"vinyl-fs": "2.4.4",
"yargs": "7.0.2"
}
}