Refactor code structure for improved readability and maintainability

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-10 14:45:38 +08:00
parent bfeb0685ea
commit 898bd18c44
6 changed files with 581 additions and 508 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.11.1",
"packageManager": "pnpm@10.12.1",
"repository": {
"type": "git",
"url": "https://github.com/Iris-Photo-Gallery/Iris"
@@ -20,9 +20,9 @@
"test:svg-font": "tsx scripts/test-svg-text.ts"
},
"dependencies": {
"@t3-oss/env-core": "0.13.6",
"@t3-oss/env-core": "0.13.8",
"dotenv": "16.5.0",
"zod": "3.25.51"
"zod": "3.25.57"
},
"devDependencies": {
"@innei/prettier": "0.15.0",
@@ -37,7 +37,7 @@
"tsx": "4.19.4",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-bundle-analyzer": "0.22.0",
"vite-bundle-analyzer": "0.22.2",
"vite-plugin-babel": "1.3.1",
"vite-plugin-checker": "0.9.3",
"vite-tsconfig-paths": "5.1.4"