feat: 使用 Astro 框架重构网站
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "fiveq-website",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.7.10",
|
||||
"astro-icon": "^1.1.5",
|
||||
"@iconify-json/lucide": "^1.2.32"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user