-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "cyberbspace",
"version": "1.0.0",
"description": "personal website",
"main": ".eleventy.js",
"engines": {
"node": "~18.20.4",
"npm": "~10.9.0"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"clean-css": "^4.2.1",
"d3-geo": "^2.0.2",
"d3-geo-projection": "^3.0.0",
"dither-me-this": "^0.0.5",
"luxon": "^1.28.1",
"markdown-it": "^13.0.1",
"markdown-it-footnote": "^3.0.3"
},
"devDependencies": {
"fast-xml-parser": "^4.5.0",
"glob": "^11.0.0",
"spellchecker-cli": "^4.8.1",
"undici": "^6.21.0"
},
"scripts": {
"test": "test",
"build": "npx @11ty/eleventy",
"start": "npx eleventy --serve --formats=md",
"dither": "node ./bin/dither-all-images.js",
"reading": "node ./bin/fetch-currently-reading.js",
"spellcheck": "npx spellchecker --config .spellcheckerrc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riastrad/cyberbspace.git"
},
"keywords": [
"website",
"personal",
"eleventy",
"static"
],
"author": "@riastrad",
"license": "MIT",
"bugs": {
"url": "https://github.com/riastrad/cyberbspace/issues"
},
"homepage": "https://cyberb.space"
}