web/package.json
2026-07-04 16:05:55 -03:00

26 lines
787 B
JSON

{
"name": "adrianvictor-new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@sardine/eleventy-plugin-external-links": "^1.4.0",
"eleventy-plugin-git-commit-date": "^1.0.2",
"eleventy-plugin-inline-link-favicon": "^1.1.0",
"eleventy-plugin-mastoarchive": "^0.2.0",
"eleventy-plugin-poison": "^1.0.1",
"eleventy-plugin-purgecss": "^0.6.0",
"eleventy-plugin-recent-changes": "^1.0.1",
"eleventy-plugin-webmentions": "^2.1.0"
}
}