mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 21:42:50 +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>
131 lines
3.9 KiB
JSON
131 lines
3.9 KiB
JSON
{
|
|
"name": "@docusaurus/core",
|
|
"description": "Easy to Maintain Open Source Documentation Websites",
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"static site generator",
|
|
"webpack",
|
|
"documentation",
|
|
"websites",
|
|
"open source",
|
|
"docusaurus"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus"
|
|
},
|
|
"bin": {
|
|
"docusaurus": "bin/docusaurus.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js",
|
|
"watch": "run-p -c copy:watch build:watch",
|
|
"build:watch": "tsc --build --watch",
|
|
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/docusaurus/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.18.6",
|
|
"@babel/generator": "^7.18.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.18.6",
|
|
"@babel/preset-env": "^7.18.6",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@babel/runtime": "^7.18.6",
|
|
"@babel/runtime-corejs3": "^7.18.6",
|
|
"@babel/traverse": "^7.18.8",
|
|
"@docusaurus/cssnano-preset": "2.2.0",
|
|
"@docusaurus/logger": "2.2.0",
|
|
"@docusaurus/mdx-loader": "2.2.0",
|
|
"@docusaurus/react-loadable": "5.5.2",
|
|
"@docusaurus/utils": "2.2.0",
|
|
"@docusaurus/utils-common": "2.2.0",
|
|
"@docusaurus/utils-validation": "2.2.0",
|
|
"@slorber/static-site-generator-webpack-plugin": "^4.0.7",
|
|
"@svgr/webpack": "^6.2.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
"boxen": "^6.2.1",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"clean-css": "^5.3.0",
|
|
"cli-table3": "^0.6.2",
|
|
"combine-promises": "^1.1.0",
|
|
"commander": "^5.1.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"core-js": "^3.23.3",
|
|
"css-loader": "^6.7.1",
|
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
"cssnano": "^5.1.12",
|
|
"del": "^6.1.1",
|
|
"detect-port": "^1.3.0",
|
|
"escape-html": "^1.0.3",
|
|
"eta": "^1.12.3",
|
|
"file-loader": "^6.2.0",
|
|
"fs-extra": "^10.1.0",
|
|
"html-minifier-terser": "^6.1.0",
|
|
"html-tags": "^3.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"import-fresh": "^3.3.0",
|
|
"leven": "^3.1.0",
|
|
"lodash": "^4.17.21",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"postcss": "^8.4.14",
|
|
"postcss-loader": "^7.0.0",
|
|
"prompts": "^2.4.2",
|
|
"react-dev-utils": "^12.0.1",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-loadable": "npm:@docusaurus/react-loadable@5.5.2",
|
|
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
"react-router": "^5.3.3",
|
|
"react-router-config": "^5.1.1",
|
|
"react-router-dom": "^5.3.3",
|
|
"rtl-detect": "^1.0.4",
|
|
"semver": "^7.3.7",
|
|
"serve-handler": "^6.1.3",
|
|
"shelljs": "^0.8.5",
|
|
"terser-webpack-plugin": "^5.3.3",
|
|
"tslib": "^2.4.0",
|
|
"update-notifier": "^5.1.0",
|
|
"url-loader": "^4.1.1",
|
|
"wait-on": "^6.0.1",
|
|
"webpack": "^5.73.0",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-dev-server": "^4.9.3",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpackbar": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "2.2.0",
|
|
"@docusaurus/types": "2.2.0",
|
|
"@types/detect-port": "^1.3.2",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-router-config": "^5.0.6",
|
|
"@types/rtl-detect": "^1.0.0",
|
|
"@types/serve-handler": "^6.1.1",
|
|
"@types/update-notifier": "^5.1.0",
|
|
"@types/wait-on": "^5.3.1",
|
|
"@types/webpack-bundle-analyzer": "^4.4.1",
|
|
"react-test-renderer": "^17.0.2",
|
|
"tmp-promise": "^3.0.3",
|
|
"tree-node-cli": "^1.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.14"
|
|
}
|
|
}
|