mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Test: Ran a separate server on port 3000 ``` Checking if port 3000 is free... Extracting translateable strings from files... Loading translation files... Generating Metadata for Docs.... Generating Metadata for Docs.... server.js triggered... Generating Metadata for Docs.... Extracting translateable strings from files... listening on port: 3000 Open http://localhost:3000/ Port 3000 is in use ``` Fixes #124
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"dependencies": {
|
|
"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",
|
|
"commander": "^2.11.0",
|
|
"crowdin-cli": "^0.3.0",
|
|
"diff": "^3.3.0",
|
|
"express": "^4.15.3",
|
|
"feed": "^1.1.0",
|
|
"fs-extra": "^3.0.1",
|
|
"glob": "^7.1.2",
|
|
"prettier": "^1.5.3",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-dom-factories": "^1.0.1",
|
|
"request": "^2.81.0",
|
|
"shelljs": "^0.7.8",
|
|
"sitemap": "^1.13.0",
|
|
"tcp-port-used": "^0.1.2"
|
|
},
|
|
"name": "docusaurus",
|
|
"version": "1.0.0-beta.5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebookexperimental/Docusaurus.git"
|
|
},
|
|
"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"
|
|
}
|
|
}
|