mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
d25813f2cc
Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> Co-authored-by: Matthew Phillips <361671+matthewp@users.noreply.github.com>
17 lines
No EOL
319 B
JSON
17 lines
No EOL
319 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.0.5",
|
|
"sass": "^1.69.5",
|
|
"sharp": "^0.32.5"
|
|
}
|
|
} |