-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 909 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 909 Bytes
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
{
"name": "eleventy-sustained",
"version": "0.1.0",
"description": "A starter repository for a portfolio web site using the Eleventy static site generator.",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/verythorough/eleventy-sustained.git"
},
"author": {
"name": "Jessica Parsons"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/verythorough/eleventy-sustained/issues"
},
"homepage": "https://github.com/verythorough/eleventy-sustained#readme",
"devDependencies": {
"@11ty/eleventy": "^0.7.1",
"@11ty/eleventy-plugin-rss": "^1.0.6",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.1",
"luxon": "^1.0.0",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2"
}
}