Files
blog/package.json
2025-11-17 22:37:18 +08:00

20 lines
403 B
JSON

{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "./scripts/deploy.sh"
},
"dependencies": {
"@astrojs/sitemap": "^3.6.0",
"@astrojs/solid-js": "^5.1.3",
"astro": "^5.15.8",
"modern-normalize": "^3.0.1",
"solid-js": "^1.9.10"
}
}