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

40 lines
1.1 KiB
JSON

{
"name": "coryd.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"astro": "astro",
"update:deps": "npm upgrade && ncu && npx @astrojs/upgrade",
"build:worker": "node scripts/worker-build.mjs $WORKER_NAME",
"deploy:worker": "wrangler deploy --env production --config workers/$npm_config_worker/wrangler.toml"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/react": "^3.6.2",
"@supabase/supabase-js": "^2.46.1",
"@tabler/icons-react": "^3.22.0",
"astro": "^4.16.13",
"luxon": "^3.5.0",
"minisearch": "7.1.0",
"rehype-prism-plus": "2.0.0",
"rehype-stringify": "10.0.1",
"remark": "15.0.1",
"remark-footnotes": "4.0.1",
"remark-rehype": "11.1.1",
"truncate-html": "1.1.2",
"typescript": "5.6.3",
"youtube-video-element": "^1.1.6"
},
"devDependencies": {
"dotenv-flow": "4.1.0",
"fast-xml-parser": "4.5.0",
"html-to-text": "9.0.5",
"i18n-iso-countries": "7.13.0",
"ics": "^3.8.1",
"slugify": "1.6.6"
}
}