forked from gatsbyjs/gatsby-starter-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 931 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
35
36
{
"name": "@isaacs/blog.izs.me",
"version": "2.0.0",
"description": "Writing and Stuff from Isaac Z. Schlueter",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/blog.izs.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/isaacs/blog.izs.me/issues"
},
"homepage": "https://blog.izs.me/",
"dependencies": {
"@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",
"cheerio": "^1.0.0-rc.10",
"lodash": "^4.17.21",
"luxon": "^1.26.0",
"markdown-it": "^12.1.0",
"markdown-it-anchor": "^8.1.2",
"prettier": "^2.7.1"
}
}