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

23 lines
489 B
JSON

{
"name": "blog-astro",
"type": "module",
"version": "0.0.2",
"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/node": "^8.3.4",
"astro": "^4.16.13",
"fulldev-ui": "^0.4.33",
"typescript": "^5.6.3"
},
"devDependencies": {
"unocss": "^0.64.1"
}
}