mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* feat(v2): Implement proof-of-concept Docusaurus Debug Dashboard * Ensure we show the exact boolean
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"name": "@docusaurus/plugin-debug",
|
|
"version": "2.0.0-alpha.56",
|
|
"description": "Debug plugin for Docusaurus",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"tsc": "tsc"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/types": "^2.0.0-alpha.56",
|
|
"@docusaurus/utils": "^2.0.0-alpha.56"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/core": "^2.0.0",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.1"
|
|
}
|
|
}
|