-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 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
{
"name": "cartman-dev-blog",
"version": "2.0.0",
"description": "11ty Blog for Eric Cartman",
"scripts": {
"build": "npx eleventy && gulp && eleventy --watch",
"serve": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/cartman-dev/blog.git"
},
"author": {
"name": "Eric Cartman",
"email": "eric@cartman.dev",
"url": "https://cartman.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cartman-dev/blog/issues"
},
"homepage": "https://github.com/cartman-dev/blog#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-navigation": "^0.1.5",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"luxon": "^1.24.1",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.3.0"
},
"dependencies": {
"clean-css": "^4.2.3",
"gray-matter": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-flatmap": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-optimize-js": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-svgmin": "^2.2.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.11.1",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"sass": "^1.26.9",
"stylelint": "^13.6.1"
}
}