mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@docusaurus/migrate",
|
|
"version": "2.0.0-beta.19",
|
|
"description": "A CLI tool to migrate from older versions of Docusaurus.",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"watch": "tsc -p tsconfig.build.json --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-migrate"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"docusaurus-migrate": "bin/index.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.17.10",
|
|
"@docusaurus/logger": "2.0.0-beta.19",
|
|
"@docusaurus/utils": "2.0.0-beta.19",
|
|
"@mapbox/hast-util-to-jsx": "^2.0.0",
|
|
"color": "^4.2.3",
|
|
"commander": "^5.1.0",
|
|
"fs-extra": "^10.1.0",
|
|
"hast-util-to-string": "^1.0.4",
|
|
"html-tags": "^3.2.0",
|
|
"import-fresh": "^3.3.0",
|
|
"jscodeshift": "^0.13.1",
|
|
"rehype-parse": "^7.0.1",
|
|
"remark-parse": "^8.0.2",
|
|
"remark-stringify": "^8.1.0",
|
|
"semver": "^7.3.7",
|
|
"tslib": "^2.4.0",
|
|
"unified": "^9.2.2",
|
|
"unist-util-visit": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/color": "^3.0.3",
|
|
"@types/jscodeshift": "^0.11.5"
|
|
}
|
|
}
|