mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-29 23:10:07 +00:00
* build(deps-dev): bump typescript and typedoc Bumps [typescript](https://github.com/microsoft/TypeScript) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies needed to be updated together. Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) Updates `typedoc` from 0.26.11 to 0.27.1 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.26.11...v0.27.1) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update typedoc-plugin-markdown * Update website/yarn.lock * Bump typedoc & typedoc-plugin-markdown --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny <fleny113@outlook.com>
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus 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",
|
|
"lint": "biome lint --write",
|
|
"format": "biome format --write",
|
|
"setup-dd": ""
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "3.6.3",
|
|
"@docusaurus/faster": "^3.6.3",
|
|
"@docusaurus/plugin-client-redirects": "^3.6.3",
|
|
"@docusaurus/plugin-content-docs": "^3.6.3",
|
|
"@docusaurus/preset-classic": "3.6.3",
|
|
"@docusaurus/theme-common": "3.6.3",
|
|
"@easyops-cn/docusaurus-search-local": "^0.45.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"chart.js": "^4.4.6",
|
|
"clsx": "^2.1.1",
|
|
"prism-react-renderer": "^2.4.0",
|
|
"react": "^18.3.1",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"reactflow": "^11.11.4",
|
|
"styled-components": "^6.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@docusaurus/module-type-aliases": "3.6.3",
|
|
"@docusaurus/tsconfig": "3.6.3",
|
|
"@docusaurus/types": "3.6.3",
|
|
"@types/react": "^18.3.12",
|
|
"typescript": "5.7.2",
|
|
"webpack": "5.97.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
}
|