0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/starlog/package.json
Mark Peck d25813f2cc
feat(examples): add starlog release notes theme
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>
2023-12-28 22:08:51 +01:00

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"
}
}