You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blog-astro/package.json

26 lines
588 B
JSON

{
"name": "blog-astro",
"type": "module",
"version": "0.0.3",
"packageManager": "pnpm@9.7.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.0.1",
"@astrojs/mdx": "^4.0.1",
"astro": "^5.0.3",
"fulldev-ui": "^0.4.33",
"typescript": "^5.7.2"
},
"devDependencies": {
"@unocss/preset-uno": "^0.64.1",
"unocss": "^0.64.1",
"wrangler": "^3.93.0"
}
}