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.
23 lines
487 B
JSON
23 lines
487 B
JSON
{
|
|
"name": "blog-astro",
|
|
"type": "module",
|
|
"version": "0.0.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/reset": "^0.64.1",
|
|
"unocss": "^0.64.1"
|
|
}
|
|
} |