mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
* refactor: use TS project references instead of running tsc multiple times * deduplicate * dedup * eliminate --project * add swc config * add target
128 lines
3.8 KiB
JSON
128 lines
3.8 KiB
JSON
{
|
|
"name": "@docusaurus/core",
|
|
"description": "Easy to Maintain Open Source Documentation Websites",
|
|
"version": "2.0.0-beta.20",
|
|
"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 copyUntypedFiles.mjs",
|
|
"watch": "node copyUntypedFiles.mjs && tsc --watch"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/docusaurus/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.17.12",
|
|
"@babel/generator": "^7.17.12",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.17.12",
|
|
"@babel/preset-env": "^7.17.12",
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"@babel/runtime": "^7.17.9",
|
|
"@babel/runtime-corejs3": "^7.17.9",
|
|
"@babel/traverse": "^7.17.12",
|
|
"@docusaurus/cssnano-preset": "2.0.0-beta.20",
|
|
"@docusaurus/logger": "2.0.0-beta.20",
|
|
"@docusaurus/mdx-loader": "2.0.0-beta.20",
|
|
"@docusaurus/react-loadable": "5.5.2",
|
|
"@docusaurus/utils": "2.0.0-beta.20",
|
|
"@docusaurus/utils-common": "2.0.0-beta.20",
|
|
"@docusaurus/utils-validation": "2.0.0-beta.20",
|
|
"@slorber/static-site-generator-webpack-plugin": "^4.0.4",
|
|
"@svgr/webpack": "^6.2.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
"boxen": "^6.2.1",
|
|
"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": "^10.2.4",
|
|
"core-js": "^3.22.5",
|
|
"css-loader": "^6.7.1",
|
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
"cssnano": "^5.1.8",
|
|
"del": "^6.1.0",
|
|
"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.0",
|
|
"postcss": "^8.4.13",
|
|
"postcss-loader": "^6.2.1",
|
|
"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.2.0",
|
|
"react-router-config": "^5.1.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"remark-admonitions": "^1.2.1",
|
|
"rtl-detect": "^1.0.4",
|
|
"semver": "^7.3.7",
|
|
"serve-handler": "^6.1.3",
|
|
"shelljs": "^0.8.5",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"tslib": "^2.4.0",
|
|
"update-notifier": "^5.1.0",
|
|
"url-loader": "^4.1.1",
|
|
"wait-on": "^6.0.1",
|
|
"webpack": "^5.72.1",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-dev-server": "^4.9.0",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpackbar": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
|
|
"@docusaurus/types": "2.0.0-beta.20",
|
|
"@types/detect-port": "^1.3.2",
|
|
"@types/react-dom": "^18.0.4",
|
|
"@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.5.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|