-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 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
37
38
{
"name": "bgever-blog",
"description": "Personal blog of Bart Verkoeijen",
"private": true,
"version": "1.0.4",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/bgever/blog"
},
"author": {
"name": "Bart Verkoeijen",
"email": "[email protected]",
"url": "https://www.bgever.com/"
},
"bugs": {
"url": "https://github.com/bgever/blog/issues"
},
"homepage": "https://github.com/bgever/blog",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"luxon": "^1.25.0",
"markdown-it": "^12.1.0",
"markdown-it-anchor": "^8.1.0"
},
"dependencies": {
"@11ty/eleventy-navigation": "^0.3.2",
"clean-css": "^5.1.3",
"html-minifier": "^4.0.0",
"uglify-es": "^3.3.9"
}
}