Files
afilmory/packages/builder/package.json
Innei 27ea01fbf1 refactor: remove blurhash replace to thumbhash
- Added Thumbhash component to replace Blurhash in PhotoViewer and PhotoMasonryItem for enhanced image loading performance.
- Updated the manifest version from 'v4' to 'v5' across multiple files to reflect the new data structure.
- Introduced thumbHash generation in the image processing pipeline, ensuring compatibility with existing thumbnail logic.
- Updated package dependencies to include thumbhash version 0.1.1.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 15:46:46 +08:00

26 lines
569 B
JSON

{
"name": "@afilmory/builder",
"type": "module",
"version": "0.0.1",
"private": true,
"exports": {
".": "./src/index.ts",
"./*": "./src/*"
},
"scripts": {
"cli": "tsx src/cli.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.837.0",
"@aws-sdk/s3-request-presigner": "3.837.0",
"@vingle/bmp-js": "^0.2.5",
"blurhash": "2.0.5",
"dotenv-expand": "catalog:",
"execa": "9.6.0",
"exiftool-vendored": "30.2.0",
"heic-convert": "2.1.0",
"heic-to": "1.1.14",
"sharp": "0.34.2",
"thumbhash": "0.1.1"
}
}