mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
2113a56933
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
17 lines
321 B
JSON
17 lines
321 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.11.5",
|
|
"sass": "^1.77.8",
|
|
"sharp": "^0.33.3"
|
|
}
|
|
}
|