mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 20:52:48 +00:00
* docs(v2): Add READMEs to v2 packages Signed-off-by: Reece Dunham <me@rdil.rocks> * Update packages/docusaurus-remark-plugin-npm2yarn/package.json * Update packages/docusaurus/README.md * Update packages/docusaurus-plugin-sitemap/README.md Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
21 lines
509 B
JSON
21 lines
509 B
JSON
{
|
|
"name": "@docusaurus/module-type-aliases",
|
|
"version": "2.0.0-alpha.70",
|
|
"description": "Docusaurus module type aliases.",
|
|
"types": "./src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-module-type-aliases"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-helmet": "*",
|
|
"@types/react-router-dom": "*"
|
|
},
|
|
"license": "MIT"
|
|
}
|