-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.63 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
58
59
60
{
"name": "uncenter.dev",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "eleventy --serve",
"build": "eleventy",
"debug": "DEBUG=Eleventy* eleventy",
"clean": "rm -rf dist/ .cache",
"lint": "biome check .",
"format": "biome format --write ."
},
"dependencies": {
"11ty.ts": "^0.0.5",
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-fetch": "^5.0.1",
"@11ty/eleventy-img": "^5.0.0",
"@aloskutov/eleventy-plugin-external-links": "^2.1.1",
"@catppuccin/palette": "^1.7.1",
"@ryanccn/eleventy-plugin-rss": "^1.2.2",
"@shikijs/markdown-it": "1.23.1",
"@shikijs/transformers": "1.23.1",
"@uncenter/eleventy-plugin-toc": "^1.0.3",
"browserslist": "^4.24.2",
"dotenv": "^16.4.5",
"eleventy-auto-cache-buster": "^0.6.1",
"eleventy-plugin-icons": "^4.5.1",
"eleventy-plugin-validate": "^0.1.3",
"eleventy-plugin-vento": "^4.0.1",
"html-minifier": "^4.0.0",
"image-size": "^1.1.1",
"lightningcss": "^1.28.1",
"linkedom": "^0.18.5",
"lodash.escape": "^4.0.1",
"lucide-static": "^0.460.0",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-kbd-better": "^1.2.5",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"nanohtml": "^1.10.0",
"picocolors": "^1.1.1",
"postcss": "^8.4.49",
"sass": "^1.81.0",
"simple-icons": "^13.17.0",
"tailwindcss": "^3.4.15",
"terser": "^5.36.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4"
},
"packageManager": "[email protected]"
}