{ "type": "module", "name": "homepage-rewrite", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "npx @11ty/eleventy --incremental --serve", "build": "npx @11ty/eleventy", "publish": "npx @11ty/eleventy && npx gh-pages -d dist -b gh-pages" }, "keywords": [], "author": "Joshua Seigler", "license": "ISC", "dependencies": { "@11ty/eleventy": "^3.1.0", "@11ty/eleventy-fetch": "^5.1.0", "@11ty/eleventy-plugin-rss": "^2.0.4", "@11ty/eleventy-plugin-vite": "^6.0.0", "@mdit/plugin-footnote": "^0.22.0", "@mdit/plugin-spoiler": "^0.21.0", "@types/node": "^24.0.5", "@types/umami": "^2.10.0", "dayjs": "^1.11.11", "eleventy-plugin-clean": "^2.0.1", "eleventy-plugin-toc": "^1.1.5", "fast-xml-parser": "^5.2.5", "gh-pages": "^6.3.0", "markdown-it-anchor": "^9.0.1", "markdown-it-link-attributes": "^4.0.1", "markdown-it-prism": "^3.0.0", "pagefind": "^1.3.0", "vite-plugin-minify": "^2.1.0" } }