This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/package.json

32 lines
740 B
JSON

{
"name": "sitio",
"//type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pagefind": "pagefind --source build",
"build": "eleventy && pnpm pagefind",
"watch": "eleventy --watch",
"check": "tsc",
"refresh-feeds": "node feeds.js refresh"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@types/commonmark": "^0.27.5",
"@types/node": "^18.11.18",
"typescript": "^5.2.2"
},
"dependencies": {
"domutils": "^3.0.1",
"eleventy-plugin-automatic-noopener": "^2.0.2",
"htmlparser2": "^8.0.2",
"markdown-it-wikilinks": "^1.4.0",
"pagefind": "^0.12.0",
"zod": "^3.22.4"
}
}