2019-03-31 14:37:35 -04:00
|
|
|
{
|
2019-10-10 22:45:50 -04:00
|
|
|
"name": "@docusaurus/plugin-content-docs",
|
2020-10-19 13:44:26 -04:00
|
|
|
"version": "2.0.0-alpha.66",
|
2019-10-10 22:45:50 -04:00
|
|
|
"description": "Docs content plugin for Docusaurus",
|
2019-10-07 07:28:33 -04:00
|
|
|
"main": "lib/index.js",
|
2020-08-27 05:40:14 -04:00
|
|
|
"types": "src/plugin-content-docs.d.ts",
|
2019-10-07 07:28:33 -04:00
|
|
|
"scripts": {
|
2020-07-01 12:30:44 -04:00
|
|
|
"build": "tsc",
|
2020-06-16 08:40:46 -04:00
|
|
|
"watch": "tsc --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",
|
2019-10-07 07:28:33 -04:00
|
|
|
"devDependencies": {
|
2020-10-19 13:44:26 -04:00
|
|
|
"@docusaurus/module-type-aliases": "2.0.0-alpha.66",
|
2020-08-17 11:50:22 -04:00
|
|
|
"@types/picomatch": "^2.2.1",
|
2020-04-05 07:07:44 -04:00
|
|
|
"commander": "^5.0.0",
|
2020-07-24 10:22:51 -04:00
|
|
|
"picomatch": "^2.1.1"
|
2019-10-07 07:28:33 -04:00
|
|
|
},
|
2019-03-31 14:37:35 -04:00
|
|
|
"dependencies": {
|
2020-10-19 13:44:26 -04:00
|
|
|
"@docusaurus/core": "2.0.0-alpha.66",
|
|
|
|
|
"@docusaurus/mdx-loader": "2.0.0-alpha.66",
|
|
|
|
|
"@docusaurus/types": "2.0.0-alpha.66",
|
|
|
|
|
"@docusaurus/utils": "2.0.0-alpha.66",
|
|
|
|
|
"@docusaurus/utils-validation": "2.0.0-alpha.66",
|
2020-10-26 10:18:51 -04:00
|
|
|
"joi": "^17.2.1",
|
2020-08-03 06:12:57 -04:00
|
|
|
"chalk": "^3.0.0",
|
2019-11-29 23:52:26 -05:00
|
|
|
"execa": "^3.4.0",
|
2019-07-17 11:59:13 -04:00
|
|
|
"fs-extra": "^8.1.0",
|
|
|
|
|
"globby": "^10.0.1",
|
2019-11-22 05:55:22 -05:00
|
|
|
"import-fresh": "^3.2.1",
|
2019-10-11 00:45:39 -04:00
|
|
|
"loader-utils": "^1.2.3",
|
2020-08-03 06:12:57 -04:00
|
|
|
"lodash": "^4.17.19",
|
2020-04-03 13:24:30 -04:00
|
|
|
"lodash.flatmap": "^4.5.0",
|
|
|
|
|
"lodash.groupby": "^4.6.0",
|
|
|
|
|
"lodash.pick": "^4.4.0",
|
|
|
|
|
"lodash.pickby": "^4.6.0",
|
2020-07-21 05:16:08 -04:00
|
|
|
"lodash.sortby": "^4.6.0",
|
2020-04-24 00:18:54 -04:00
|
|
|
"remark-admonitions": "^1.2.1",
|
2020-08-17 11:50:22 -04:00
|
|
|
"shelljs": "^0.8.4",
|
|
|
|
|
"utility-types": "^3.10.0",
|
2020-09-11 12:36:13 -04:00
|
|
|
"webpack": "^4.44.1"
|
2019-03-31 14:37:35 -04:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2019-05-06 08:25:04 -04:00
|
|
|
"react": "^16.8.4",
|
2019-06-06 05:53:47 -04:00
|
|
|
"react-dom": "^16.8.4"
|
2019-05-06 08:25:04 -04:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2020-05-27 11:18:48 -04:00
|
|
|
"node": ">=10.15.1"
|
2019-03-31 14:37:35 -04:00
|
|
|
}
|
|
|
|
|
}
|