fix build errors
This commit is contained in:
parent
bb748df37c
commit
1031de18ae
3 changed files with 1786 additions and 1747 deletions
|
@ -20,7 +20,7 @@ export default defineConfig({
|
|||
}),
|
||||
icon(),
|
||||
],
|
||||
output: "hybrid",
|
||||
output: "server",
|
||||
adapter: node({
|
||||
mode: "standalone",
|
||||
}),
|
||||
|
|
38
package.json
38
package.json
|
@ -13,29 +13,31 @@
|
|||
"@astrojs/check": "^0.5.10",
|
||||
"@astrojs/mdx": "^2.3.1",
|
||||
"@astrojs/node": "^8.3.3",
|
||||
"@astrojs/preact": "^3.3.0",
|
||||
"@astrojs/react": "^3.3.4",
|
||||
"@astrojs/preact": "^3.5.3",
|
||||
"@astrojs/react": "^3.6.2",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@fontsource-variable/epilogue": "^5.0.14",
|
||||
"@fontsource-variable/josefin-sans": "^5.0.21",
|
||||
"@fontsource-variable/lora": "^5.0.18",
|
||||
"@fontsource/open-sans": "^5.0.28",
|
||||
"@fontsource/vollkorn": "^5.0.20",
|
||||
"@iconify-json/ic": "^1.1.17",
|
||||
"@iconify-json/mdi": "^1.1.66",
|
||||
"astro": "^4.8.3",
|
||||
"astro-icon": "^1.1.0",
|
||||
"framer-motion": "^11.2.0",
|
||||
"preact": "^10.21.0",
|
||||
"@fontsource-variable/epilogue": "^5.1.0",
|
||||
"@fontsource-variable/josefin-sans": "^5.1.0",
|
||||
"@fontsource-variable/lora": "^5.1.0",
|
||||
"@fontsource/open-sans": "^5.1.0",
|
||||
"@fontsource/vollkorn": "^5.1.0",
|
||||
"@iconify-json/ic": "^1.2.0",
|
||||
"@iconify-json/mdi": "^1.2.0",
|
||||
"astro": "^4.15.6",
|
||||
"astro-icon": "^1.1.1",
|
||||
"framer-motion": "^11.5.4",
|
||||
"preact": "^10.24.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"typescript": "^5.4.5"
|
||||
"tailwindcss": "^3.4.11",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"@types/jquery": "^3.5.30",
|
||||
"@types/node": "^20.12.12",
|
||||
"sass": "^1.77.1"
|
||||
"@types/node": "^20.16.5",
|
||||
"@types/react": "^18.3.5",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"sass": "^1.78.0"
|
||||
}
|
||||
}
|
||||
|
|
3493
pnpm-lock.yaml
3493
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue