-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
{
"name": "tommi.space",
"version": "2.0.0",
"description": "Tommi’s personal website",
"scripts": {
"eleventy:watch": "ELEVENTY_ENV=development eleventy --serve --watch --incremental",
"eleventy:build": "ELEVENTY_ENV=production eleventy",
"sass:watch": "sass --watch --style=compressed styles:www",
"sass:build": "sass --style=compressed styles/:www"
},
"type": "module",
"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": "^3.0.1-alpha.3",
"@11ty/eleventy-img": "^6.0.0",
"@uncenter/eleventy-plugin-toc": "^1.0.3",
"csv-parse": "^5.6.0",
"eleventy-plugin-embed-everything": "^1.19.0",
"eleventy-plugin-robotstxt": "^1.0.0",
"html-minifier-terser": "^7.2.0",
"js-yaml": "^4.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-task-lists": "^2.1.1",
"pagefind": "^1.3.0",
"sass": "^1.82.0",
"utopia-core-scss": "^1.2.1"
}
}