mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
32 lines
752 B
JSON
32 lines
752 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.34.2",
|
|
"@iconify-json/fa": "^1.2.1",
|
|
"@types/hast": "^3.0.4",
|
|
"astro": "^5.1.2",
|
|
"hast-util-from-html": "^2.0.3",
|
|
"hast-util-to-html": "^9.0.5",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"remark": "^15.0.1",
|
|
"remark-mdx": "^3.1.0",
|
|
"sharp": "^0.34.1",
|
|
"typescript": "^5.4.5",
|
|
"unist-util-visit": "^5.0.0",
|
|
"unplugin-icons": "^22.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdast": "^4.0.4"
|
|
}
|
|
}
|