Files
zulip/help-beta/package.json
Anders Kaseorg c71aeae34d dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-02-26 16:20:47 -08:00

20 lines
402 B
JSON

{
"name": "help-beta",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.32.1",
"astro": "^5.1.2",
"sharp": "^0.33.5",
"typescript": "^5.4.5"
}
}