noway.moe/package.json

35 lines
900 B
JSON
Raw Permalink Normal View History

2023-12-25 20:01:37 -07:00
{
"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",
2023-12-25 22:27:06 -07:00
"@astrojs/tailwind": "^5.0.4",
"astro": "^4.0.7",
2023-12-28 00:37:59 -07:00
"hastscript": "^8.0.0",
"rehype-autolink-headings": "^7.1.0",
2023-12-26 03:45:47 -07:00
"rehype-pretty-code": "^0.12.3",
2023-12-28 00:37:59 -07:00
"rehype-slug": "^6.0.0",
2023-12-25 23:43:02 -07:00
"remark-gfm": "^4.0.0",
"remark-rehype": "^11.0.0",
2024-07-07 16:28:28 -06:00
"sharp": "^0.33.4",
2023-12-26 03:45:47 -07:00
"shiki": "^0.14.7",
2024-07-07 16:17:01 -06:00
"shikiji": "^0.10.2",
2023-12-25 22:27:06 -07:00
"tailwindcss": "^3.4.0"
2023-12-25 20:01:37 -07:00
},
"devDependencies": {
"wrangler": "^3.22.1"
}
2023-12-25 22:27:06 -07:00
}