mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
Refactor code structure for improved readability and maintainability
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@photo-gallery/ssr",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"packageManager": "pnpm@10.11.1",
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"description": "",
|
||||
"author": "Innei",
|
||||
"license": "ISC",
|
||||
@@ -25,9 +25,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/next-on-pages": "1.13.12",
|
||||
"@types/node": "22.15.30",
|
||||
"@types/react": "19.1.6",
|
||||
"@types/node": "22.15.31",
|
||||
"@types/react": "19.1.7",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"next": "15.3.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@photo-gallery/web",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"packageManager": "pnpm@10.11.1",
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Iris-Photo-Gallery/Iris"
|
||||
@@ -18,8 +18,8 @@
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "3.824.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.824.0",
|
||||
"@aws-sdk/client-s3": "3.826.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.826.0",
|
||||
"@essentials/request-timeout": "1.3.0",
|
||||
"@headlessui/react": "2.2.4",
|
||||
"@photo-gallery/data": "workspace:*",
|
||||
@@ -32,17 +32,17 @@
|
||||
"@radix-ui/react-tooltip": "1.2.7",
|
||||
"@react-hook/window-size": "3.1.1",
|
||||
"@remixicon/react": "4.6.0",
|
||||
"@t3-oss/env-core": "0.13.6",
|
||||
"@tanstack/react-query": "5.80.5",
|
||||
"@t3-oss/env-core": "0.13.8",
|
||||
"@tanstack/react-query": "5.80.6",
|
||||
"@use-gesture/react": "10.3.1",
|
||||
"@vercel/analytics": "1.5.0",
|
||||
"blurhash": "2.0.5",
|
||||
"clsx": "2.1.1",
|
||||
"consola": "3.4.2",
|
||||
"dotenv": "16.5.0",
|
||||
"es-toolkit": "1.38.0",
|
||||
"es-toolkit": "1.39.3",
|
||||
"exif-reader": "2.0.2",
|
||||
"foxact": "0.2.45",
|
||||
"foxact": "0.2.46",
|
||||
"fuji-recipes": "1.0.2",
|
||||
"heic-convert": "2.1.0",
|
||||
"heic-to": "1.1.13",
|
||||
@@ -67,7 +67,7 @@
|
||||
"swiper": "11.2.8",
|
||||
"tailwind-merge": "3.3.0",
|
||||
"usehooks-ts": "3.1.1",
|
||||
"zod": "3.25.51",
|
||||
"zod": "3.25.57",
|
||||
"zustand": "5.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -77,9 +77,9 @@
|
||||
"@tailwindcss/postcss": "4.1.8",
|
||||
"@tailwindcss/typography": "0.5.16",
|
||||
"@tailwindcss/vite": "4.1.8",
|
||||
"@types/react": "19.1.6",
|
||||
"@types/react": "19.1.7",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"@vitejs/plugin-react": "^4.5.1",
|
||||
"@vitejs/plugin-react": "^4.5.2",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
||||
"code-inspector-plugin": "0.20.12",
|
||||
"daisyui": "5.0.43",
|
||||
@@ -94,7 +94,7 @@
|
||||
"tailwindcss": "4.1.8",
|
||||
"tailwindcss-animate": "1.0.7",
|
||||
"tailwindcss-safe-area": "0.6.0",
|
||||
"tailwindcss-uikit-colors": "1.0.0-alpha.0",
|
||||
"tailwindcss-uikit-colors": "1.0.0-alpha.1",
|
||||
"vite-plugin-html": "3.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
"exif-reader": "2.0.2",
|
||||
"fuji-recipes": "1.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@photo-gallery/webgl-viewer",
|
||||
"type": "module",
|
||||
"version": "0.1.1",
|
||||
"packageManager": "pnpm@10.11.1",
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"description": "",
|
||||
"author": "Innei",
|
||||
"license": "MIT",
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "7.52.8",
|
||||
"@types/react": "19.1.6",
|
||||
"@types/react": "19.1.7",
|
||||
"nbump": "2.1.2",
|
||||
"tsdown": "0.12.7",
|
||||
"unplugin-dts": "1.0.0-beta.0",
|
||||
@@ -35,4 +35,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1041
pnpm-lock.yaml
generated
1041
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user