mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 20:02:50 +00:00
112 lines
3.1 KiB
JSON
112 lines
3.1 KiB
JSON
{
|
|
"name": "docusaurus",
|
|
"description": "Easy to Maintain Open Source Documentation Websites",
|
|
"version": "1.7.2",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"documentation",
|
|
"websites",
|
|
"open source",
|
|
"docusaurus"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/Docusaurus.git"
|
|
},
|
|
"scripts": {
|
|
"prettier": "prettier --config ../.prettierrc --write \"**/*.js\"",
|
|
"lint": "eslint --cache \"lib/**/*.js\" \"examples/**/*.js\" \"website/**/*.js\"",
|
|
"test": "jest",
|
|
"start": "cd website && yarn start"
|
|
},
|
|
"jest": {
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"__fixtures__",
|
|
"v2"
|
|
],
|
|
"testURL": "http://localhost/",
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/jest.transform.js"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@babel/traverse": "^7.0.0",
|
|
"@babel/types": "^7.1.2",
|
|
"autoprefixer": "^9.1.5",
|
|
"babylon": "^6.17.4",
|
|
"chalk": "^2.1.0",
|
|
"classnames": "^2.2.6",
|
|
"color": "^2.0.1",
|
|
"commander": "^2.18.0",
|
|
"cross-spawn": "^6.0.5",
|
|
"crowdin-cli": "^0.3.0",
|
|
"cssnano": "^3.10.0",
|
|
"deepmerge": "^2.1.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"express": "^4.15.3",
|
|
"feed": "^1.1.0",
|
|
"fs-extra": "^5.0.0",
|
|
"gaze": "^1.1.2",
|
|
"glob": "^7.1.3",
|
|
"highlight.js": "^9.12.0",
|
|
"imagemin": "^6.0.0",
|
|
"imagemin-gifsicle": "^6.0.1",
|
|
"imagemin-jpegtran": "^6.0.0",
|
|
"imagemin-optipng": "^6.0.0",
|
|
"imagemin-svgo": "^7.0.0",
|
|
"lodash": "^4.17.11",
|
|
"markdown-toc": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"portfinder": "^1.0.17",
|
|
"postcss": "^7.0.1",
|
|
"prismjs": "^1.15.0",
|
|
"react": "^16.5.0",
|
|
"react-dev-utils": "^5.0.2",
|
|
"react-dom": "^16.5.0",
|
|
"remarkable": "^1.7.1",
|
|
"request": "^2.87.0",
|
|
"shelljs": "^0.7.8",
|
|
"sitemap": "^1.13.0",
|
|
"tcp-port-used": "^0.1.2",
|
|
"tiny-lr": "^1.1.1",
|
|
"tree-node-cli": "^1.2.5",
|
|
"truncate-html": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^8.2.5",
|
|
"babel-jest": "^23.6.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb": "17.0.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.9.1",
|
|
"filepath": "^1.1.0",
|
|
"front-matter": "^2.3.0",
|
|
"glob-promise": "^3.3.0",
|
|
"husky": "^0.14.3",
|
|
"jest": "^23.6.0",
|
|
"lint-staged": "^7.2.0",
|
|
"prettier": "^1.13.7",
|
|
"rimraf": "^2.6.2"
|
|
}
|
|
}
|