Files
hgtk-landingpage/package.json
2026-04-03 11:08:05 +08:00

17 lines
287 B
JSON

{
"name": "heguangtongkun-landing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.16.0"
},
"devDependencies": {
"typescript": "^5.6.0"
}
}