docusaurus/website/package.json
Joel Marcey 4f669ccca2
Enable Translations for docusaurus.io (#548)
There are some translations for Spanish for Docusaurus -- not complete, but still a good start to enable for our site.
I figure it is time to enable all the crucial features that the project provides for its main site, huh? 😄
2018-04-12 08:10:41 -07:00

19 lines
670 B
JSON

{
"scripts": {
"start": "node ../lib/start-server.js",
"start-debug": "node --inspect ../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 --config ../crowdin.yaml upload sources --auto-update -b master",
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
},
"dependencies": {
"async": "^2.5.0",
"docusaurus": "../../Docusaurus/"
}
}