2020-06-14 03:30:04 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/plugin-debug",
|
2024-03-29 12:51:27 -04:00
|
|
|
"version": "3.2.0",
|
2021-01-14 11:16:26 -05:00
|
|
|
"description": "Debug plugin for Docusaurus.",
|
2020-06-14 03:30:04 -04:00
|
|
|
"main": "lib/index.js",
|
2021-11-12 11:47:27 -05:00
|
|
|
"types": "src/plugin-debug.d.ts",
|
2020-06-14 03:30:04 -04:00
|
|
|
"scripts": {
|
2022-05-18 09:34:34 -04:00
|
|
|
"build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js && prettier --config ../../.prettierrc --write \"lib/theme/**/*.js\"",
|
2022-05-18 07:18:32 -04:00
|
|
|
"watch": "run-p -c copy:watch build:watch",
|
|
|
|
|
"build:watch": "tsc --build --watch",
|
2022-05-18 09:34:34 -04:00
|
|
|
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
|
2020-06-14 03:30:04 -04:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2020-10-21 09:05:01 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
|
|
|
"directory": "packages/docusaurus-plugin-debug"
|
|
|
|
|
},
|
2020-06-14 03:30:04 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2024-03-29 12:51:27 -04:00
|
|
|
"@docusaurus/core": "3.2.0",
|
|
|
|
|
"@docusaurus/types": "3.2.0",
|
|
|
|
|
"@docusaurus/utils": "3.2.0",
|
2023-07-16 11:44:17 -04:00
|
|
|
"fs-extra": "^11.1.1",
|
2023-11-23 13:53:45 -05:00
|
|
|
"react-json-view-lite": "^1.2.0",
|
2023-07-16 11:44:17 -04:00
|
|
|
"tslib": "^2.6.0"
|
2020-06-14 03:30:04 -04:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-06-08 13:40:15 -04:00
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0"
|
2020-06-14 03:30:04 -04:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2023-09-28 10:45:25 -04:00
|
|
|
"node": ">=18.0"
|
2020-06-14 03:30:04 -04:00
|
|
|
}
|
|
|
|
|
}
|