-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "tommi.space",
"version": "2.0.0",
"description": "Tommi’s personal website",
"scripts": {
"start": "ELEVENTY_ENV=development eleventy --serve --watch --incremental",
"build": "ELEVENTY_ENV=production eleventy",
"debug": "DEBUG=Eleventy* bun run start",
"clean": "del-cli dist"
},
"repository": {
"type": "git",
"url": "[email protected]:tommi/tommi.space.git"
},
"keywords": [
"11ty",
"blog",
"digital-garden",
"digital-humanities",
"indieweb",
"jam",
"life",
"notes",
"personal-website",
"poetry",
"resume",
"static-site",
"webrings",
"weird",
"zettelkasten"
],
"author": "Tommi",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/xplosionmind/tommi.space/issues"
},
"homepage": "https://tommi.space",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@photogabble/eleventy-plugin-interlinker": "1.1.0-rc4",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"csv-parse": "^5.5.5",
"eleventy-plugin-embed-everything": "^1.18.2",
"eleventy-plugin-toc": "^1.1.5",
"eleventy-sass": "^2.2.4",
"html-minifier-terser": "^7.2.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-wikilinks": "^1.4.0",
"reurl": "1.0.0-rc.2"
}
}