mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
* build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.4 Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.8.3 to 1.9.4. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update biome configs / website package.json & lock If we de-sync the website package.json and lock it will make the scripts in website/package.json crash for the invalid biome config --------- 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> Co-authored-by: ITOH <to@itoh.at>
62 lines
1.6 KiB
JSON
62 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.5.2",
|
|
"@docusaurus/plugin-content-docs": "^3.5.2",
|
|
"@docusaurus/preset-classic": "3.5.2",
|
|
"@docusaurus/theme-common": "3.5.2",
|
|
"@easyops-cn/docusaurus-search-local": "^0.44.5",
|
|
"@mdx-js/react": "^3.0.1",
|
|
"chart.js": "^4.4.4",
|
|
"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.5.2",
|
|
"@docusaurus/tsconfig": "3.5.2",
|
|
"@docusaurus/types": "3.5.2",
|
|
"@types/react": "^18.3.11",
|
|
"esbuild-loader": "^4.2.2",
|
|
"typescript": "5.5.4",
|
|
"webpack": "5.95.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|