-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 974 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": "johnbwoodruff-blog",
"version": "1.0.0",
"description": "My personal website and blog",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch --port=3000",
"serve": "eleventy --serve --port=3000",
"start": "eleventy --serve --port=3000",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/johnbwoodruff/johnbwoodruff-blog.git"
},
"author": {
"name": "John Woodruff",
"email": "johnwoodruff91@gmail.com",
"url": "https://johnbwoodruff.com"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"@vidhill/fortawesome-brands-11ty-shortcode": "^1.0.2",
"luxon": "^1.26.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0",
"prettier": "^2.3.2"
},
"dependencies": {}
}