guides/package.json

21 lines
482 B
JSON

{
"name": "guides",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro telemetry disable && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "netlify deploy --site=$NETLIFY_SITE_ID --dir=dist --prod"
},
"dependencies": {
"@astrojs/starlight": "^0.31.1",
"astro": "^5.1.5",
"sharp": "^0.32.5"
},
"devDependencies": {
"netlify-cli": "^18.0.2"
}
}