mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
50f39183cf
* 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
17 lines
320 B
JSON
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"
|
|
}
|
|
}
|