mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@docusaurus/plugin-debug",
|
|
"version": "2.0.0-beta.20",
|
|
"description": "Debug plugin for Docusaurus.",
|
|
"main": "lib/index.js",
|
|
"types": "src/plugin-debug.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js && prettier --config ../../.prettierrc --write \"lib/theme/**/*.js\"",
|
|
"watch": "run-p -c copy:watch build:watch",
|
|
"build:watch": "tsc --build --watch",
|
|
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-debug"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/core": "2.0.0-beta.20",
|
|
"@docusaurus/utils": "2.0.0-beta.20",
|
|
"fs-extra": "^10.1.0",
|
|
"react-json-view": "^1.21.3",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/types": "2.0.0-beta.20"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|