mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* Fixes to testing guide (for Windows only) * Fixed line ending detection for UNIX and Windows * Removed incorrect instructions about translations * Removed redudant heading and turned it into a note.
18 lines
619 B
JSON
18 lines
619 B
JSON
{
|
|
"scripts": {
|
|
"start": "node ../lib/start-server.js",
|
|
"build": "node ../lib/build-files.js",
|
|
"publish-gh-pages": "node ../lib/publish-gh-pages.js",
|
|
"examples": "node ../lib/copy-examples.js",
|
|
"write-translations": "node ../lib/write-translations.js",
|
|
"version": "node ../lib/version.js",
|
|
"rename-version": "node ../lib/rename-version.js",
|
|
"crowdin-upload": "crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master",
|
|
"crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.5.0",
|
|
"docusaurus": "../../Docusaurus/"
|
|
}
|
|
}
|