Documentation added ingame (#667)

This commit is contained in:
hydroflame
2023-07-12 17:10:52 -04:00
committed by GitHub
parent 6bd5ce38d5
commit 1a8b9a96ec
183 changed files with 9211 additions and 11734 deletions

View File

@@ -18,6 +18,7 @@
"@mui/styles": "^5.11.2",
"@mui/system": "^5.0.3",
"@types/estree": "^1.0.0",
"@types/react-syntax-highlighter": "^15.5.7",
"acorn": "^8.8.1",
"acorn-walk": "^8.2.0",
"arg": "^5.0.2",
@@ -41,7 +42,10 @@
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-markdown": "^8.0.7",
"react-resizable": "^3.0.4",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"sprintf-js": "^1.1.2"
},
"description": "A cyberpunk-themed incremental game",
@@ -123,6 +127,7 @@
"preversion": "npm install && npm run test",
"version": "sh ./tools/build-release.sh && git add --all",
"postversion": "git push -u origin dev && git push --tags",
"changelog": "node tools/fetch-changelog/index.js --from=$(cat last_changelog_hash) > changelog.md"
"changelog": "node tools/fetch-changelog/index.js --from=$(cat last_changelog_hash) > changelog.md",
"bundle-doc": "node tools/bundle-doc/index.js"
}
}