Eleventy-Template/package.json

20 lines
430 B
JSON
Raw Permalink Normal View History

2024-01-31 15:45:41 +00:00
{
"name": "eleventy-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
2024-01-31 15:45:41 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7"
2024-01-31 15:45:41 +00:00
}
}