-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "blog",
"private": true,
"version": "1.0.0",
"author": "Andrew Branch <[email protected]>",
"license": "MIT",
"scripts": {
"start": "run-p dev:*",
"build": "run-s build:*",
"build:css": "unocss -c unocss.config.mjs",
"build:eleventy": "eleventy",
"dev:css": "unocss -c unocss.config.mjs --watch",
"dev:eleventy": "eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@iconify-json/mdi": "^1.1.55",
"@ryanxcharles/markdown-it-katex": "^4.0.2",
"@shopify/prettier-plugin-liquid": "^1.3.4",
"@unocss/cli": "^0.57.2",
"@unocss/reset": "^0.57.2",
"eleventy-plugin-embed-everything": "^1.17.0",
"eleventy-plugin-gen-favicons": "^1.1.2",
"image-size": "*",
"katex": "^0.16.9",
"kdl": "github:kdl-org/vscode-kdl",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^3.0.3",
"markdown-it-shikiji": "^0.9.11",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"shikiji": "^0.9.11",
"shikiji-transformers": "^0.9.11",
"unocss": "^0.57.2"
}
}