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
2024-04-03 22:42:23 +05:30

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.5.15",
"sass": "^1.69.5",
"sharp": "^0.32.6"
}
}