mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 23:54:25 +00:00
89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"name": "@docusaurus/core",
|
|
"description": "Easy to Maintain Open Source Documentation Websites",
|
|
"version": "2.0.0-alpha.3",
|
|
"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"
|
|
},
|
|
"bin": {
|
|
"docusaurus": "bin/docusaurus.js"
|
|
},
|
|
"scripts": {
|
|
"docusaurus": "node bin/docusaurus"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/Docusaurus/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/polyfill": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@docusaurus/utils": "^2.0.0-alpha.3",
|
|
"@hot-loader/react-dom": "^16.8.4",
|
|
"babel-jest": "^24.1.0",
|
|
"babel-loader": "^8.0.0",
|
|
"babel-plugin-dynamic-import-node": "^2.2.0",
|
|
"cache-loader": "^2.0.1",
|
|
"chalk": "^2.4.1",
|
|
"chokidar": "^2.0.4",
|
|
"classnames": "^2.2.6",
|
|
"clean-webpack-plugin": "^2.0.1",
|
|
"commander": "^2.16.0",
|
|
"css-loader": "^1.0.0",
|
|
"docsearch.js": "^2.5.2",
|
|
"ejs": "^2.6.1",
|
|
"express": "^4.16.4",
|
|
"front-matter": "^3.0.1",
|
|
"fs-extra": "^7.0.0",
|
|
"globby": "^9.1.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"is-wsl": "^1.1.0",
|
|
"lodash": "^4.17.11",
|
|
"mini-css-extract-plugin": "^0.4.1",
|
|
"portfinder": "^1.0.13",
|
|
"react-dev-utils": "^8.0.0",
|
|
"react-helmet": "^6.0.0-beta",
|
|
"react-hot-loader": "^4.8.2",
|
|
"react-listener-provider": "^0.2.0",
|
|
"react-loadable": "^5.5.0",
|
|
"react-loadable-ssr-addon": "^0.1.6",
|
|
"react-perimeter": "^0.4.0",
|
|
"react-router-config": "^5.0.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"semver": "^6.0.0",
|
|
"shelljs": "^0.8.2",
|
|
"static-site-generator-webpack-plugin": "^3.4.2",
|
|
"style-loader": "^0.22.1",
|
|
"terser-webpack-plugin": "^1.2.3",
|
|
"webpack": "^4.29.6",
|
|
"webpack-bundle-analyzer": "^3.1.0",
|
|
"webpack-dev-server": "^3.2.1",
|
|
"webpack-merge": "^4.1.4",
|
|
"webpack-nicelog": "^2.3.1",
|
|
"webpack-node-externals": "^1.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|