mirror of
https://github.com/gibbok/typescript-book
synced 2024-11-16 19:47:27 +01:00
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^6.1.1"
|
|
}
|
|
}
|