mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
dfddf80578
This updates the platform toggle to include Windows as well and to use the UAParser library to extract the OS from the UserAgent. This also improves the legibility of the platform selector pill and adds a new PlatformItem component that can be used to specify platform-specific content. This also adds a new Getting Started document with installation instructions and links to the different package manager listings.
79 lines
2.6 KiB
JSON
79 lines
2.6 KiB
JSON
{
|
|
"name": "waveterm-docs",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "USE_SIMPLE_CSS_MINIFIER=true docusaurus build",
|
|
"build-embedded": "EMBEDDED=true run build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.6.1",
|
|
"@docusaurus/plugin-content-docs": "^3.6.1",
|
|
"@docusaurus/plugin-debug": "^3.6.1",
|
|
"@docusaurus/plugin-ideal-image": "^3.6.1",
|
|
"@docusaurus/plugin-sitemap": "^3.6.1",
|
|
"@docusaurus/theme-classic": "^3.6.1",
|
|
"@docusaurus/theme-search-algolia": "^3.6.1",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@waveterm/docusaurus-og": "https://github.com/wavetermdev/docusaurus-og",
|
|
"clsx": "^2.1.1",
|
|
"prism-react-renderer": "^2.3.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-typescript-code-import": "^1.0.1",
|
|
"ua-parser-js": "^1.0.39"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.6.1",
|
|
"@docusaurus/tsconfig": "3.6.1",
|
|
"@docusaurus/types": "3.6.1",
|
|
"@eslint/js": "^9.15.0",
|
|
"@mdx-js/typescript-plugin": "^0.0.6",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"eslint": "^9.13.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-mdx": "^3.1.5",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-jsdoc": "^1.3.0",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"remark-cli": "^12.0.1",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-mdx": "^3.1.0",
|
|
"remark-preset-lint-consistent": "^6.0.0",
|
|
"remark-preset-lint-recommended": "^7.0.0",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.14.0"
|
|
},
|
|
"resolutions": {
|
|
"path-to-regexp@npm:2.2.1": "^3",
|
|
"cookie@0.6.0": "^0.7.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 3 chrome version",
|
|
"last 3 firefox version",
|
|
"last 5 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
},
|
|
"packageManager": "yarn@4.4.1"
|
|
}
|