This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-astro/package.json

44 lines
1.3 KiB
JSON

{
"name": "coryd.dev",
"type": "module",
"version": "1.6.0",
"scripts": {
"start": "astro dev",
"build": "astro build",
"astro": "astro",
"clean": "rimraf dist",
"sitemap:generate": "node scripts/sitemap-generate.mjs",
"update": "npm upgrade && ncu && npx @astrojs/upgrade && npm i && node scripts/sitemap-generate.mjs",
"update:deps": "npm upgrade && ncu && npx @astrojs/upgrade && npm i"
},
"dependencies": {
"@astrojs/netlify": "^6.0.0",
"@supabase/supabase-js": "^2.46.2",
"astro": "^5.0.1",
"cdn-cache-control": "^1.2.0",
"highlight.js": "11.10.0",
"sanitize-html": "2.13.1",
"youtube-video-element": "^1.1.6"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@cdransf/astro-tabler-icons": "1.3.0",
"astro-embed": "0.9.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"fast-xml-parser": "4.5.0",
"html-to-text": "9.0.5",
"i18n-iso-countries": "7.13.0",
"ics": "^3.8.1",
"markdown-it": "14.1.0",
"markdown-it-anchor": "9.2.0",
"markdown-it-footnote": "4.0.0",
"minisearch": "7.1.1",
"rimraf": "6.0.1",
"slugify": "1.6.6",
"terser": "5.36.0",
"truncate-html": "1.1.2"
}
}