Files
leecat.art/package.json

27 lines
833 B
JSON
Raw Normal View History

2026-02-17 20:03:12 -08:00
{
"name": "leecat.art",
"version": "1.0.0",
"description": "Lee's personal website, take 2, built with 11ty",
"main": "index.js",
"scripts": {
2026-02-19 12:07:10 -08:00
"build": "rm -rf _site && npx @11ty/eleventy",
"start": "rm -rf _site && npx @11ty/eleventy --serve --quiet"
2026-02-17 20:03:12 -08:00
},
"keywords": [],
"author": "Lee Cattarin",
"license": "AGPL-3.0-only",
"type": "module",
"devDependencies": {
2026-02-17 21:11:03 -08:00
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.5",
2026-02-19 12:07:10 -08:00
"@11ty/eleventy-plugin-bundle": "^3.0.7",
"@11ty/eleventy-plugin-rss": "^2.0.4",
2026-02-18 16:29:21 -08:00
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@mdit/plugin-attrs": "^0.24.2",
2026-02-19 12:07:10 -08:00
"@zachleat/heading-anchors": "https://github.com/lee0c/heading-anchors/tarball/main",
"lodash-es": "^4.17.23",
"luxon": "^3.7.2"
2026-02-17 20:03:12 -08:00
}
}