add vite bundler

This commit is contained in:
Joshua Seigler 2025-06-28 01:19:24 -04:00
parent e9eeff880e
commit 320b777b99
7 changed files with 1260 additions and 142 deletions

View file

@ -5,9 +5,9 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"dev": "npx @11ty/eleventy --incremental --serve",
"build": "npx @11ty/eleventy",
"publish": "npx @11ty/eleventy && gh-pages -d dist -b gh-pages"
"publish": "npx @11ty/eleventy && npx gh-pages -d dist -b gh-pages"
},
"keywords": [],
"author": "Joshua Seigler",
@ -16,21 +16,20 @@
"@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-auto-cache-buster": "^0.8.1",
"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",
"prettier": "^3.3.1"
},
"devDependencies": {
"gh-pages": "^6.3.0",
"pagefind": "^1.3.0"
"pagefind": "^1.3.0",
"vite-plugin-minify": "^2.1.0"
}
}