-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 990 Bytes
/
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
{
"name": "11ty-sia-blog",
"version": "0.0.1",
"description": "An Eleventy blog starter forked from eleventy-base-blog but with Sia's opinions",
"scripts": {
"build": "npx eleventy",
"start": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/siakaramalegos/11ty-sia-blog.git"
},
"author": {
"name": "Sia Karamalegos",
"email": "[email protected]",
"url": "https://sia.codes/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/siakaramalegos/11ty-sia-blog/issues"
},
"homepage": "https://github.com/siakaramalegos/11ty-sia-blog",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"clean-css": "^5.1.5",
"luxon": "^1.26.0",
"markdown-it": "^12.1.0",
"markdown-it-anchor": "^8.1.2"
}
}