mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-21 13:32:20 +00:00
install sharp so the website can actually build
This commit is contained in:
parent
f3b23b14f0
commit
1f878d5874
2 changed files with 8 additions and 10 deletions
|
@ -14,8 +14,9 @@
|
|||
"astro": "^4.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"prettier": "~3.3.2",
|
||||
"typescript": "^5.5.2",
|
||||
"@astrojs/check": "^0.7.0"
|
||||
"sharp": "^0.33.4",
|
||||
"typescript": "^5.5.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,6 +21,9 @@ importers:
|
|||
prettier:
|
||||
specifier: ~3.3.2
|
||||
version: 3.3.2
|
||||
sharp:
|
||||
specifier: ^0.33.4
|
||||
version: 0.33.4
|
||||
typescript:
|
||||
specifier: ^5.5.2
|
||||
version: 5.5.2
|
||||
|
@ -2691,13 +2694,11 @@ snapshots:
|
|||
dependencies:
|
||||
color-name: 1.1.4
|
||||
simple-swizzle: 0.2.2
|
||||
optional: true
|
||||
|
||||
color@4.2.3:
|
||||
dependencies:
|
||||
color-convert: 2.0.1
|
||||
color-string: 1.9.1
|
||||
optional: true
|
||||
|
||||
comma-separated-tokens@2.0.3: {}
|
||||
|
||||
|
@ -2725,8 +2726,7 @@ snapshots:
|
|||
|
||||
dequal@2.0.3: {}
|
||||
|
||||
detect-libc@2.0.3:
|
||||
optional: true
|
||||
detect-libc@2.0.3: {}
|
||||
|
||||
deterministic-object-hash@2.0.2:
|
||||
dependencies:
|
||||
|
@ -2982,8 +2982,7 @@ snapshots:
|
|||
|
||||
import-meta-resolve@4.1.0: {}
|
||||
|
||||
is-arrayish@0.3.2:
|
||||
optional: true
|
||||
is-arrayish@0.3.2: {}
|
||||
|
||||
is-binary-path@2.1.0:
|
||||
dependencies:
|
||||
|
@ -3695,7 +3694,6 @@ snapshots:
|
|||
'@img/sharp-wasm32': 0.33.4
|
||||
'@img/sharp-win32-ia32': 0.33.4
|
||||
'@img/sharp-win32-x64': 0.33.4
|
||||
optional: true
|
||||
|
||||
shebang-command@2.0.0:
|
||||
dependencies:
|
||||
|
@ -3714,7 +3712,6 @@ snapshots:
|
|||
simple-swizzle@0.2.2:
|
||||
dependencies:
|
||||
is-arrayish: 0.3.2
|
||||
optional: true
|
||||
|
||||
sisteransi@1.0.5: {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue