This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
/
package.json
74 lines (74 loc) · 1.83 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
{
"name": "made-mistakes",
"version": "1.2.0",
"description": "Made Mistakes built with Jekyll, Gulp, and Netlify.",
"repository": {
"type": "git",
"url": "git://github.com/mmistakes/made-mistakes-jekyll.git"
},
"keywords": [
"jekyll",
"gulp",
"netlify"
],
"author": "Michael Rose",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmistakes/made-mistakes-jekyll/issues"
},
"dependencies": {
"autoprefixer": "^9.4.7",
"breakpoint-sass": "^2.7.1",
"browser-sync": "^2.26.4",
"concurrent-transform": "^1.0.0",
"critical": "0.7.3",
"cssnano": "^4.1.10",
"del": "^2.2.0",
"glob": "^7.0.6",
"gulp": "^4.0.0",
"gulp-asset-cache": "^1.1.5",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-empty": "^0.1.1",
"gulp-filter": "^5.1.0",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-pretty-data": "^0.1.2",
"gulp-rename": "^1.4.0",
"gulp-responsive": "2.12.0",
"gulp-rev": "^9.0.0",
"gulp-rsync": "^0.0.8",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^2.1.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.7",
"lity": "^2.3.1",
"modularscale-sass": "^3.0.8",
"node-sass": "^4.11.0",
"postcss": "^6.0.13",
"require-dir": "^1.2.0",
"rev-del": "^2.0.0",
"shelljs": "^0.8.3",
"submit-sitemap": "^0.1.3",
"through2": "^3.0.0",
"yargs": "^13.1.0",
"snyk": "^1.189.0"
},
"browserslist": [
"last 2 versions",
"> 5%"
],
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}