mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* chore: update yarn to 4.12.0 * ci(release): publish with yarn instead of npm * chore: update browsers list db Signed-off-by: Seren_Modz 21 <seren@kings-world.net> * chore(deps): add a resolution for react types docusaurus is using react types v18, while discordeno uses v19 Signed-off-by: Seren_Modz 21 <seren@kings-world.net> * fix: prefix the jsx element type with the react namespace Signed-off-by: Seren_Modz 21 <seren@kings-world.net> * chore(deps): update @rspack/core to v1.6.8 Signed-off-by: Seren_Modz 21 <seren@kings-world.net> --------- Signed-off-by: Seren_Modz 21 <seren@kings-world.net> Co-authored-by: Fleny <Fleny113@outlook.com>
60 lines
1.5 KiB
JSON
60 lines
1.5 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.9.2",
|
|
"@docusaurus/faster": "^3.9.2",
|
|
"@docusaurus/plugin-client-redirects": "^3.9.2",
|
|
"@docusaurus/plugin-content-docs": "^3.9.2",
|
|
"@docusaurus/preset-classic": "^3.9.2",
|
|
"@docusaurus/theme-common": "^3.9.2",
|
|
"@easyops-cn/docusaurus-search-local": "^0.52.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@xyflow/react": "^12.10.0",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.8",
|
|
"@docusaurus/module-type-aliases": "^3.9.2",
|
|
"@docusaurus/tsconfig": "^3.9.2",
|
|
"@docusaurus/types": "^3.9.2",
|
|
"@types/react": "^19.2.7",
|
|
"typescript": "5.9.3",
|
|
"webpack": "5.103.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^19.2.7"
|
|
},
|
|
"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"
|
|
}
|
|
}
|