mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 11:32:48 +00:00
Co-authored-by: Jan Peer Stoecklmair <jan.peer.stoecklmair@dynatrace.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com> Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: LittleboyHarry <littleboyharry@qq.com> Co-authored-by: Mikey O'Toole <mikey@homotechsual.dev> Co-authored-by: Jan Peer Stöcklmair <jan.oster94@gmail.com> Co-authored-by: Nguyễn Thành Nam <namnguyenthanh.work@gmail.com> Co-authored-by: Sanjaiyan Parthipan <parthipankalayini@gmail.com> Co-authored-by: Ramazan SANCAR <ramazansancar4545@gmail.com> Co-authored-by: mturoci <64769322+mturoci@users.noreply.github.com> Co-authored-by: Adnan Hashmi <56730784+adnanhashmi09@users.noreply.github.com> Co-authored-by: Pranav Joglekar <pranav2000joglekar@gmail.com> Co-authored-by: forgeRW <20483211+forgeRW@users.noreply.github.com> Co-authored-by: Masahiko Hara <pasora@sfc.wide.ad.jp> Co-authored-by: Johan Fagerberg <johanringmann@gmail.com> Co-authored-by: John Reilly <johnny_reilly@hotmail.com> Co-authored-by: Sam Wall <oss@samuelwall.co.uk> Co-authored-by: Jeferson S. Brito <30840709+jeferson-sb@users.noreply.github.com> Co-authored-by: evan <evanmccarthy@outlook.com> Co-authored-by: Xabier Lahuerta Vazquez <xlahuerta@protonmail.com> Co-authored-by: Forresst <forresst17@gmail.com> Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com> Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@docusaurus/migrate",
|
|
"version": "2.2.0",
|
|
"description": "A CLI tool to migrate from older versions of Docusaurus.",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.14"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"watch": "tsc --build --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/core": "^7.18.6",
|
|
"@babel/preset-env": "^7.18.6",
|
|
"@docusaurus/logger": "2.2.0",
|
|
"@docusaurus/utils": "2.2.0",
|
|
"@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",
|
|
"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"
|
|
}
|
|
}
|