diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-06-24 12:08:41 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-06-24 12:50:43 -0300 |
commit | f9a77c5c27aede4e5978eb55d9b7af781b680a1d (patch) | |
tree | d545e325ba1ae756fc2eac66fac1001b6753c40d /package.json |
feat!: initial commit
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..5bcaeec --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |