change html

This commit is contained in:
2026-08-24 15:37:08 +08:00
parent 3325bc52ef
commit 0487879eee
139 changed files with 9789 additions and 1684 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "fiveq-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@fontsource/manrope": "^5.2.8",
"@iconify-json/lucide": "^1.2.32",
"astro": "^5.7.10",
"astro-icon": "^1.1.5"
}
}