mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
77 lines
2.4 KiB
JSON
77 lines
2.4 KiB
JSON
{
|
|
"name": "docusaurus",
|
|
"description": "Easy to Maintain Open Source Documentation Websites",
|
|
"version": "1.0.13",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"documentation",
|
|
"websites",
|
|
"open source",
|
|
"docusaurus"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/Docusaurus.git"
|
|
},
|
|
"scripts": {
|
|
"ci-check": "yarn prettier:diff",
|
|
"format:source": "prettier --config .prettierrc --write \"lib/**/*.js\"",
|
|
"format:examples": "prettier --config .prettierrc --write \"examples/**/*.js\"",
|
|
"nit:source": "prettier --config .prettierrc --list-different \"lib/**/*.js\"",
|
|
"nit:examples": "prettier --config .prettierrc --list-different \"examples/**/*.js\"",
|
|
"prettier": "yarn format:source && yarn format:examples",
|
|
"prettier:diff": "yarn nit:source && yarn nit:examples",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-register": "^6.24.1",
|
|
"babel-traverse": "^6.25.0",
|
|
"babylon": "^6.17.4",
|
|
"chalk": "^2.1.0",
|
|
"classnames": "^2.2.5",
|
|
"color": "^2.0.1",
|
|
"commander": "^2.11.0",
|
|
"crowdin-cli": "^0.3.0",
|
|
"cssnano": "^3.10.0",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"express": "^4.15.3",
|
|
"feed": "^1.1.0",
|
|
"fs-extra": "^5.0.0",
|
|
"glob": "^7.1.2",
|
|
"highlight.js": "^9.12.0",
|
|
"markdown-toc": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-dom-factories": "^1.0.1",
|
|
"remarkable": "^1.7.1",
|
|
"request": "^2.81.0",
|
|
"shelljs": "^0.7.8",
|
|
"sitemap": "^1.13.0",
|
|
"tcp-port-used": "^0.1.2"
|
|
},
|
|
"bin": {
|
|
"docusaurus-start": "./lib/start-server.js",
|
|
"docusaurus-build": "./lib/build-files.js",
|
|
"docusaurus-publish": "./lib/publish-gh-pages.js",
|
|
"docusaurus-examples": "./lib/copy-examples.js",
|
|
"docusaurus-write-translations": "./lib/write-translations.js",
|
|
"docusaurus-version": "./lib/version.js",
|
|
"docusaurus-rename-version": "./lib/rename-version.js",
|
|
"docusaurus-feed": "./lib/generate-feed.js"
|
|
},
|
|
"devDependencies": {
|
|
"filepath": "^1.1.0",
|
|
"front-matter": "^2.3.0",
|
|
"glob-promise": "^3.3.0",
|
|
"jest": "^21.2.1",
|
|
"prettier": "^1.9.1",
|
|
"rimraf": "^2.6.2"
|
|
}
|
|
}
|