mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 15:08:39 +00:00
* Change `npm run` to `yarn` * Export `commander` program if required as module * Move `prestart` (cli.md generation) to build.js * Normalize script names * Change `yarn prestart` to `node lib/build.js` * Use local built CSS and fonts * Move stylesheet after the first paragraph * Remove prestart script
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"scripts": {
|
|
"start": "node lib/build.js && docusaurus-start",
|
|
"build": "node lib/build.js && docusaurus-build",
|
|
"publish-gh-pages": "node lib/build.js && docusaurus-publish",
|
|
"write-translations": "docusaurus-write-translations",
|
|
"version": "node lib/build.js && docusaurus-version",
|
|
"rename-version": "docusaurus-rename-version"
|
|
},
|
|
"devDependencies": {
|
|
"docusaurus": "^1.3.2",
|
|
"fs-extra": "^7.0.0",
|
|
"remarkable-embed": "^0.4.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|