feat: added unit conversion buttons
This commit is contained in:
parent
12df111c5e
commit
a96734c394
10 changed files with 2624 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue