Re-organized files

This commit is contained in:
Patrick Alvin Alcala 2025-09-15 10:43:56 +08:00
parent ea7be8fb39
commit 621faea4c2
53 changed files with 1434 additions and 1059 deletions

View file

@ -9,12 +9,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.0",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource-variable/montserrat": "^5.2.5",
"@kobalte/core": "^0.13.10",
"astro": "^5.8.2",
"astro-compressor": "^1.0.0",
"@astrojs/solid-js": "^5.1.1",
"@fontsource-variable/inter": "^5.2.6",
"@fontsource-variable/montserrat": "^5.2.7",
"@kobalte/core": "^0.13.11",
"astro": "^5.13.7",
"astro-compressor": "^1.1.2",
"astro-robots-txt": "^1.0.0",
"colord": "^2.9.3",
"crypto-js": "^4.2.0",
@ -22,12 +22,12 @@
"lightningcss": "^1.30.1",
"monaco-editor": "^0.52.2",
"nanostores": "^1.0.1",
"sharp": "^0.34.2",
"sharp": "^0.34.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.7"
"solid-js": "^1.9.9"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"sass-embedded": "^1.89.1"
"sass-embedded": "^1.92.1"
}
}