mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
* build(deps-dev): bump @biomejs/biome from 2.1.4 to 2.2.2 Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.1.4 to 2.2.2. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.2.2/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update biome on the website as well * Fix messup in previus commit --------- 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>
61 lines
1.6 KiB
JSON
61 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",
|
|
"check": "biome check --write"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.8.1",
|
|
"@docusaurus/faster": "^3.8.1",
|
|
"@docusaurus/plugin-client-redirects": "^3.8.1",
|
|
"@docusaurus/plugin-content-docs": "^3.8.1",
|
|
"@docusaurus/preset-classic": "^3.8.1",
|
|
"@docusaurus/theme-common": "^3.8.1",
|
|
"@easyops-cn/docusaurus-search-local": "^0.52.1",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@xyflow/react": "^12.8.2",
|
|
"chart.js": "^4.5.0",
|
|
"clsx": "^2.1.1",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^19.1.1",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "^19.1.1",
|
|
"styled-components": "^6.1.19"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.2",
|
|
"@docusaurus/module-type-aliases": "^3.8.1",
|
|
"@docusaurus/tsconfig": "^3.8.1",
|
|
"@docusaurus/types": "^3.8.1",
|
|
"@types/react": "^19.1.10",
|
|
"typescript": "5.9.2",
|
|
"webpack": "5.101.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"
|
|
}
|
|
}
|