2019-03-31 14:37:35 -04:00
|
|
|
{
|
2019-10-10 22:45:50 -04:00
|
|
|
"name": "@docusaurus/plugin-content-docs",
|
2022-05-27 12:29:11 -04:00
|
|
|
"version": "2.0.0-beta.21",
|
2021-01-14 11:16:26 -05:00
|
|
|
"description": "Docs plugin for Docusaurus.",
|
2019-10-07 07:28:33 -04:00
|
|
|
"main": "lib/index.js",
|
2022-04-08 21:08:18 -04:00
|
|
|
"sideEffects": false,
|
2022-01-07 11:04:21 -05:00
|
|
|
"exports": {
|
2022-04-27 11:47:59 -04:00
|
|
|
"./src/*": "./src/*",
|
2022-06-15 13:15:11 -04:00
|
|
|
"./client": {
|
|
|
|
|
"type": "./lib/client/index.d.ts",
|
|
|
|
|
"default": "./lib/client/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./server": {
|
|
|
|
|
"type": "./lib/server-export.d.ts",
|
|
|
|
|
"default": "./lib/server-export.js"
|
|
|
|
|
},
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./src/plugin-content-docs.d.ts",
|
|
|
|
|
"default": "./lib/index.js"
|
|
|
|
|
}
|
2022-01-07 11:04:21 -05:00
|
|
|
},
|
2020-08-27 05:40:14 -04:00
|
|
|
"types": "src/plugin-content-docs.d.ts",
|
2019-10-07 07:28:33 -04:00
|
|
|
"scripts": {
|
2022-05-17 03:21:44 -04:00
|
|
|
"build": "tsc --build",
|
2022-05-18 07:18:32 -04:00
|
|
|
"watch": "tsc --build --watch"
|
2019-10-07 07:28:33 -04:00
|
|
|
},
|
2019-04-10 10:21:35 -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-content-docs"
|
|
|
|
|
},
|
2019-03-31 14:37:35 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2022-05-27 12:29:11 -04:00
|
|
|
"@docusaurus/core": "2.0.0-beta.21",
|
|
|
|
|
"@docusaurus/logger": "2.0.0-beta.21",
|
|
|
|
|
"@docusaurus/mdx-loader": "2.0.0-beta.21",
|
2022-05-28 11:52:05 -04:00
|
|
|
"@docusaurus/module-type-aliases": "2.0.0-beta.21",
|
|
|
|
|
"@docusaurus/types": "2.0.0-beta.21",
|
2022-05-27 12:29:11 -04:00
|
|
|
"@docusaurus/utils": "2.0.0-beta.21",
|
|
|
|
|
"@docusaurus/utils-validation": "2.0.0-beta.21",
|
2022-05-28 11:52:05 -04:00
|
|
|
"@types/react-router-config": "^5.0.6",
|
2021-04-15 10:20:11 -04:00
|
|
|
"combine-promises": "^1.1.0",
|
2022-04-17 05:32:41 -04:00
|
|
|
"fs-extra": "^10.1.0",
|
2022-02-12 02:29:40 -05:00
|
|
|
"import-fresh": "^3.3.0",
|
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
|
"lodash": "^4.17.21",
|
2022-04-22 23:55:01 -04:00
|
|
|
"tslib": "^2.4.0",
|
2020-08-17 11:50:22 -04:00
|
|
|
"utility-types": "^3.10.0",
|
2022-06-04 09:05:53 -04:00
|
|
|
"webpack": "^5.73.0"
|
2019-03-31 14:37:35 -04:00
|
|
|
},
|
2021-12-05 10:07:34 -05:00
|
|
|
"devDependencies": {
|
2022-05-27 12:29:11 -04:00
|
|
|
"@docusaurus/types": "2.0.0-beta.21",
|
2022-02-12 02:29:40 -05:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
|
|
|
|
"@types/picomatch": "^2.3.0",
|
2021-12-05 10:07:34 -05:00
|
|
|
"commander": "^5.1.0",
|
2022-01-22 06:47:35 -05:00
|
|
|
"escape-string-regexp": "^4.0.0",
|
2022-02-12 02:29:40 -05:00
|
|
|
"picomatch": "^2.3.1",
|
2022-05-28 11:52:05 -04:00
|
|
|
"shelljs": "^0.8.5"
|
2021-12-05 10:07:34 -05:00
|
|
|
},
|
2019-03-31 14:37:35 -04:00
|
|
|
"peerDependencies": {
|
2021-02-12 11:04:45 -05:00
|
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
2019-05-06 08:25:04 -04:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2022-05-26 05:44:18 -04:00
|
|
|
"node": ">=16.14"
|
2019-03-31 14:37:35 -04:00
|
|
|
}
|
|
|
|
|
}
|