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
Raw Normal View History

2022-12-19 23:18:14 +00:00
{
"name": "sitio",
2023-11-12 09:37:38 +00:00
"//type": "module",
2022-12-19 23:18:14 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-11-12 09:37:38 +00:00
"pagefind": "pagefind --source build",
"build": "eleventy && pnpm pagefind",
"watch": "eleventy --watch",
2023-07-17 19:42:03 +00:00
"check": "tsc",
"refresh-feeds": "node feeds.js refresh"
2022-12-19 23:18:14 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-11-12 09:37:38 +00:00
"@11ty/eleventy": "^2.0.1",
2022-12-19 23:18:14 +00:00
"@types/commonmark": "^0.27.5",
"@types/node": "^18.11.18",
2023-11-12 09:37:38 +00:00
"typescript": "^5.2.2"
2022-12-19 23:18:14 +00:00
},
"dependencies": {
2023-04-16 18:58:25 +00:00
"domutils": "^3.0.1",
2023-11-12 09:37:38 +00:00
"eleventy-plugin-automatic-noopener": "^2.0.2",
"htmlparser2": "^8.0.2",
2023-11-12 09:37:38 +00:00
"markdown-it-wikilinks": "^1.4.0",
"pagefind": "^0.12.0",
"zod": "^3.22.4"
2022-12-19 23:18:14 +00:00
}
}