volpe/package.json

29 lines
725 B
JSON

{
"name": "volpe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm exec eleventy",
"dev": "pnpm exec eleventy --serve",
"test": "pnpm exec vitest run",
"test:watch": "pnpm exec vitest"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"packageManager": "pnpm@10.28.0",
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"luxon": "^3.7.2",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mermaid": "^0.2.5",
"markdown-it-task-lists": "^2.1.1"
},
"devDependencies": {
"vitest": "^4.0.18"
}
}