1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"name": "cravodeabril.pt",
"type": "module",
"version": "0.1.0",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.2",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.4.1",
"@types/mdast": "^4.0.4",
"astro": "5.9.3",
"openpgp": "^6.1.1",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-smartypants": "^3.0.2",
"remark-toc": "^9.0.0",
"retext-smartypants": "^6.2.0",
"toml": "^3.0.0",
"typescript": "^5.8.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3",
"yaqrcode": "^0.2.1"
},
"devDependencies": {
"@openpgp/web-stream-tools": "^0.1.3"
}
}
|