-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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": "nex3.github.io",
"version": "1.0.0",
"scripts": {
"serve": "eleventy --serve",
"build": "run-s build:site fix:site",
"build:site": "eleventy",
"fix": "prettier -w .",
"fix:site": "prettier --ignore-path .prettierignore-site -w _site"
},
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@11ty/eleventy": "^3.0.0-beta.1",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@date-fns/tz": "^1.1.2",
"@shopify/prettier-plugin-liquid": "^1.5.0",
"cheerio": "^1.0.0",
"date-fns": "^4.0.0",
"dotenv": "^16.4.5",
"eleventy-auto-cache-buster": "^0.6.1",
"exif-be-gone": "^1.5.1",
"get-webmention-url": "^2.0.0",
"glightbox": "~3.2.0",
"glob": "^11.0.0",
"html-to-text": "^9.0.5",
"js-yaml": "^4.1.0",
"li": "^1.3.0",
"liquidjs": "^10.16.7",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-named-headings": "^1.1.0",
"masto": "^6.10.1",
"microformats-parser": "^2.0.2",
"node-fetch": "^3.3.2",
"npf2html": "^1.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"sanitize-html": "^2.13.0",
"sass": "^1.79.0",
"title-case": "^3.0.3",
"truncate-html": "^1.1.2",
"tumblr.js": "^5.0.0",
"yaml": "^2.5.1"
}
}