noway.moe/package.json
2024-07-07 16:28:28 -06:00

35 lines
900 B
JSON

{
"name": "astro-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pages:dev": "wrangler pages dev --compatibility-date=2023-12-18 -- astro dev",
"pages:deploy": "astro build && wrangler pages deploy ./dist"
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.4",
"astro": "^4.0.7",
"hastscript": "^8.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.12.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-rehype": "^11.0.0",
"sharp": "^0.33.4",
"shiki": "^0.14.7",
"shikiji": "^0.10.2",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"wrangler": "^3.22.1"
}
}