mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 22:23:00 +00:00
* feat(v2): pluginify docs * feat(v2): implement docs plugin * fix(v2): fix bugs in docs plugin for translation and versioning
17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"name": "@docusaurus/plugin-content-docs",
|
|
"version": "1.0.0",
|
|
"description": "Documentation plugin for Docusaurus",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.4.0",
|
|
"@docusaurus/utils": "^1.0.0",
|
|
"fs-extra": "^7.0.1",
|
|
"globby": "^9.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/core": "^2.0.0"
|
|
}
|
|
}
|