noway.moe/package.json

31 lines
775 B
JSON
Raw 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-26 03:45:47 -07:00
"rehype-pretty-code": "^0.12.3",
2023-12-25 23:43:02 -07:00
"remark-gfm": "^4.0.0",
"remark-rehype": "^11.0.0",
"sharp": "^0.33.1",
2023-12-26 03:45:47 -07:00
"shiki": "^0.14.7",
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
}