24 lines
599 B
JSON
24 lines
599 B
JSON
{
|
|
"name": "volpe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "pnpm exec eleventy",
|
|
"dev": "pnpm exec eleventy --serve"
|
|
},
|
|
"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"
|
|
}
|
|
}
|