46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"type": "module",
|
|
"name": "homepage-rewrite",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npx @11ty/eleventy --serve",
|
|
"build": "npx @11ty/eleventy",
|
|
"publish": "npx @11ty/eleventy && npx gh-pages -d dist -b gh-pages"
|
|
},
|
|
"keywords": [],
|
|
"author": "Joshua Seigler",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.0",
|
|
"@11ty/eleventy-fetch": "^5.1.0",
|
|
"@11ty/eleventy-img": "^6.0.4",
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
|
"@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",
|
|
"pagefind": "^1.3.0",
|
|
"vite-plugin-minify": "^2.1.0"
|
|
},
|
|
"prettier": {
|
|
"overrides": [
|
|
{
|
|
"files": "*.{js,ts}",
|
|
"options": {
|
|
"semi": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|