mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
35 lines
842 B
JSON
35 lines
842 B
JSON
{
|
|
"name": "@docusaurus/plugin-rsdoctor",
|
|
"version": "3.6.2",
|
|
"description": "Rsdoctor plugin for Docusaurus.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"watch": "tsc --build --watch"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-rsdoctor"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/core": "3.6.2",
|
|
"@docusaurus/types": "3.6.2",
|
|
"@docusaurus/utils-validation": "3.6.2",
|
|
"@rsdoctor/rspack-plugin": "^0.4.6",
|
|
"@rsdoctor/webpack-plugin": "^0.4.6",
|
|
"tslib": "^2.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
}
|