From f9a77c5c27aede4e5978eb55d9b7af781b680a1d Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Tue, 24 Jun 2025 12:08:41 -0300 Subject: feat!: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3