Files
afilmory/packages/builder/package.json
Innei 42c217e2f8 chore(deps): update package versions across the project
- Bumped versions for several dependencies including `@types/node`, `eslint`, `sharp`, `vite`, and various `@tanstack/react-query` packages to their latest releases for improved stability and features.
- Updated Tailwind CSS related packages to version 4.1.17 for consistency across the project.
- Adjusted other dependencies such as `jotai`, `lucide-react`, and `tailwind-merge` to their latest versions to ensure compatibility and access to new features.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-12 23:57:37 +08:00

47 lines
1.0 KiB
JSON

{
"name": "@afilmory/builder",
"type": "module",
"version": "0.1.3",
"exports": {
".": "./src/index.ts",
"./*": "./src/*"
},
"scripts": {
"build": "tsdown",
"bump": "nbump",
"cli": "tsx src/cli.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.929.0",
"@aws-sdk/node-http-handler": "3.374.0",
"@aws-sdk/s3-request-presigner": "3.929.0",
"@vingle/bmp-js": "^0.2.5",
"blurhash": "2.0.5",
"c12": "^3.3.2",
"dotenv-expand": "catalog:",
"execa": "9.6.0",
"exiftool-vendored": "31.1.0",
"heic-convert": "2.1.0",
"heic-to": "1.3.0",
"sharp": "0.34.5",
"thumbhash": "0.1.1"
},
"devDependencies": {
"@afilmory/utils": "workspace:*",
"tsdown": "0.16.3"
},
"publishConfig": {
"access": "public",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js"
}
}
}
}