feat: add sharp for server-side image resizing
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a7ef31163f
commit
bafa36dd31
2 changed files with 5 additions and 9 deletions
|
|
@ -32,6 +32,7 @@
|
|||
"luxon": "^3.7.2",
|
||||
"multer": "^2.0.2",
|
||||
"nodemailer": "^7.0.4",
|
||||
"sharp": "^0.34.5",
|
||||
"stream-chat": "^9.8.0",
|
||||
"stripe": "^20.0.0",
|
||||
"ts-node": "^10.9.2"
|
||||
|
|
|
|||
|
|
@ -74,6 +74,9 @@ importers:
|
|||
nodemailer:
|
||||
specifier: ^7.0.4
|
||||
version: 7.0.10
|
||||
sharp:
|
||||
specifier: ^0.34.5
|
||||
version: 0.34.5
|
||||
stream-chat:
|
||||
specifier: ^9.8.0
|
||||
version: 9.24.0
|
||||
|
|
@ -1786,9 +1789,6 @@ packages:
|
|||
'@date-fns/tz@1.4.1':
|
||||
resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
|
||||
|
||||
'@emnapi/runtime@1.6.0':
|
||||
resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==}
|
||||
|
||||
'@emnapi/runtime@1.9.2':
|
||||
resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==}
|
||||
|
||||
|
|
@ -11390,11 +11390,6 @@ snapshots:
|
|||
|
||||
'@date-fns/tz@1.4.1': {}
|
||||
|
||||
'@emnapi/runtime@1.6.0':
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
optional: true
|
||||
|
||||
'@emnapi/runtime@1.9.2':
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
|
|
@ -11902,7 +11897,7 @@ snapshots:
|
|||
|
||||
'@img/sharp-wasm32@0.33.5':
|
||||
dependencies:
|
||||
'@emnapi/runtime': 1.6.0
|
||||
'@emnapi/runtime': 1.9.2
|
||||
optional: true
|
||||
|
||||
'@img/sharp-wasm32@0.34.5':
|
||||
|
|
|
|||
Loading…
Reference in a new issue