0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/examples/starlog/package.json
Erika 50f39183cf
fix: pin Sharp at old version (#9653)
* fix: pin Sharp at old version

* chore: changeset

* fix: try out a bigger range

* chore: lockfile

* fix: try again with just one version...

* fix: lockfile

* chore: use caret versions

* chore: changeset
2024-01-10 10:46:36 -05:00

17 lines
320 B
JSON

{
"name": "@example/starlog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.1.1",
"sass": "^1.69.5",
"sharp": "^0.32.6"
}
}