typescript-book/website/package.json

24 lines
508 B
JSON
Raw Permalink Normal View History

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
2024-01-18 07:47:15 +01:00
"astro": "astro",
"deploy": "npm run build && npx gh-pages -d dist"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/starlight": "^0.15.3",
"astro": "^4.0.1",
"sharp": "^0.32.5",
"typescript": "^5.3.3"
2024-01-18 07:47:15 +01:00
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
2024-01-18 07:47:15 +01:00
}