-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·45 lines (45 loc) · 1.21 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
{
"name": "hans.gerwitz.com",
"version": "12.0.1",
"description": "Personal website",
"author": "Hans Gerwitz",
"license": "CC-BY-4.0",
"scripts": {
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "https://github.com/gerwitz/hgc-12"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"clean-css": "^5.3.0",
"core-js": "^3.36.0",
"d3": "^6.7.0",
"eleventy-nbsp-filter": "^0.1.0",
"eleventy-plugin-metagen": "^1.7.11",
"h3-js": "^4.1.0",
"javascript-stringify": "^2.1.0",
"linkedom": "^0.15.6",
"lunr": "^2.3.9",
"markdown-it-anchor": "^8.6.4",
"markdown-it-attribution": "^0.1.4",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote-here": "^1.0.3",
"markdown-it-implicit-figures": "^0.10.0",
"markdown-it-link-attributes": "^4.0.1",
"moment": "^2.29.1",
"sass": "^1.51.0",
"tap-spot": "^1.1.1",
"twix": "^1.3.0"
},
"devDependencies": {
"dictionary-en": "^3.2.0",
"dictionary-nl": "^1.6.0",
"textlint": "^12.1.1",
"textlint-rule-spelling": "^0.3.0",
"textlint-rule-write-good": "^2.0.0"
}
}