feat: added unit conversion buttons

This commit is contained in:
Leyla Becker 2026-02-22 13:51:09 -06:00
parent 12df111c5e
commit a96734c394
10 changed files with 2624 additions and 1 deletions

View file

@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"build": "pnpm exec eleventy",
"dev": "pnpm exec eleventy --serve"
"dev": "pnpm exec eleventy --serve",
"test": "pnpm exec vitest run",
"test:watch": "pnpm exec vitest"
},
"keywords": [],
"author": "",
@ -20,5 +22,8 @@
"markdown-it-footnote": "^4.0.0",
"markdown-it-mermaid": "^0.2.5",
"markdown-it-task-lists": "^2.1.1"
},
"devDependencies": {
"vitest": "^4.0.18"
}
}