-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 KB
/
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": "static-quest",
"version": "1.0.0",
"description": "A dynamic webring",
"scripts": {
"build": "npx @11ty/eleventy",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve --watch",
"dev": "npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://codeberg.org/cjerrington/static.quest.git"
},
"author": {
"name": "Clayton Errington",
"email": "[email protected]",
"url": "https://static.quest/"
},
"license": "MIT",
"bugs": {
"url": "https://codeberg.org/cjerrington/static.quest/issues"
},
"homepage": "https://codeberg.org/cjerrington/static.quest#readme.md",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.6.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"simpledotcss": "^2.3.5"
}
}