-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 960 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
{
"name": "rgon.github.io",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "eleventy --formats=liquid,md,gif,jpg",
"dryrun": "eleventy --dryrun",
"serve": "eleventy --serve --formats=liquid,md",
"clean": "rm -r docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgon/rgon.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rgon/rgon.github.io/issues"
},
"homepage": "https://github.com/rgon/rgon.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-img": "^2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"slugify": "^1.6.5"
},
"dependencies": {
"@quasibit/eleventy-plugin-sitemap": "^2.1.5",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it-anchor": "^8.6.2"
}
}