2019-03-31 14:37:35 -04:00
|
|
|
{
|
2019-10-10 22:45:50 -04:00
|
|
|
"name": "@docusaurus/plugin-content-docs",
|
2020-05-19 06:55:03 -04:00
|
|
|
"version": "2.0.0-alpha.55",
|
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",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"tsc": "tsc"
|
|
|
|
|
},
|
2019-04-10 10:21:35 -04:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2019-03-31 14:37:35 -04:00
|
|
|
"license": "MIT",
|
2019-10-07 07:28:33 -04:00
|
|
|
"devDependencies": {
|
2020-05-19 06:55:03 -04:00
|
|
|
"@docusaurus/types": "^2.0.0-alpha.55",
|
2020-04-05 07:07:44 -04:00
|
|
|
"commander": "^5.0.0",
|
2019-11-22 05:55:22 -05:00
|
|
|
"picomatch": "^2.1.1"
|
2019-10-07 07:28:33 -04:00
|
|
|
},
|
2019-03-31 14:37:35 -04:00
|
|
|
"dependencies": {
|
2020-05-19 06:55:03 -04:00
|
|
|
"@docusaurus/mdx-loader": "^2.0.0-alpha.55",
|
|
|
|
|
"@docusaurus/utils": "^2.0.0-alpha.55",
|
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-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-04-24 00:18:54 -04:00
|
|
|
"remark-admonitions": "^1.2.1",
|
2020-04-25 15:34:48 -04:00
|
|
|
"shelljs": "^0.8.4"
|
2019-03-31 14:37:35 -04:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2019-05-16 03:33:32 -04:00
|
|
|
"@docusaurus/core": "^2.0.0",
|
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-01-12 00:24:11 -05:00
|
|
|
"node": ">=10.9.0"
|
2019-03-31 14:37:35 -04:00
|
|
|
}
|
|
|
|
|
}
|