Files
bitburner-src/package.json
2026-03-16 12:44:29 -07:00

145 lines
4.8 KiB
JSON

{
"name": "bitburner",
"license": "SEE LICENSE IN license.txt",
"version": "3.0.0",
"main": "electron-main.js",
"author": {
"name": "Daniel Xie, hydroflame, et al."
},
"bugs": {
"url": "https://github.com/bitburner-official/bitburner-src/issues"
},
"dependencies": {
"@babel/standalone": "^7.26.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@mui/styles": "^5.18.0",
"@mui/system": "^5.18.0",
"@swc/wasm-web": "^1.9.3",
"@types/estree": "^1.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"acorn": "^8.11.3",
"acorn-jsx-walk": "^2.0.0",
"acorn-walk": "^8.3.2",
"ajv": "^8.18.0",
"arg": "^5.0.2",
"bcryptjs": "^2.4.3",
"clsx": "^1.2.1",
"convert-source-map": "^2.0.0",
"date-fns": "^2.30.0",
"fast-dice-coefficient": "1.0.3",
"hast-util-from-dom": "^5.0.1",
"hast-util-to-text": "^4.0.2",
"jszip": "^3.10.1",
"material-ui-color": "^1.2.0",
"material-ui-popup-state": "^1.9.3",
"monaco-vim": "^0.4.4",
"notistack": "^2.0.8",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-draggable": "^4.5.0",
"react-markdown": "^8.0.7",
"react-resizable": "^3.0.5",
"react-syntax-highlighter": "^15.6.6",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sprintf-js": "^1.1.3",
"tss-react": "^4.9.19",
"unist-util-visit-parents": "^5.1.3"
},
"description": "A cyberpunk-themed incremental game",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@electron/packager": "^18.4.4",
"@mathjax/src": "^4.1.0",
"@microsoft/api-documenter": "^7.26.34",
"@microsoft/api-extractor": "^7.52.13",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
"@swc/core": "^1.12.14",
"@types/babel__standalone": "^7.1.9",
"@types/bcryptjs": "^2.4.4",
"@types/convert-source-map": "^2.0.3",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.20",
"@types/react": "^17.0.89",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^17.0.26",
"@types/react-resizable": "^3.0.8",
"@types/sprintf-js": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-jest": "^29.7.0",
"babel-loader": "^10.0.0",
"babel-plugin-transform-barrels": "^1.0.17",
"css-loader": "^7.1.2",
"csstype": "3.1.3",
"electron": "^38.4.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.1.0",
"lodash": "^4.17.23",
"monaco-editor": "^0.55.1",
"monaco-editor-webpack-plugin": "^7.1.1",
"prettier": "^2.8.8",
"react-refresh": "^0.18.0",
"style-loader": "^4.0.0",
"tinybench": "^6.0.0",
"typescript": "^5.9.3",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"xml-formatter": "^3.6.7"
},
"overrides": {
"react-syntax-highlighter": {
"prismjs": "1.30.0"
}
},
"engines": {
"node": ">=24"
},
"homepage": "https://bitburner-official.github.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/bitburner-official/bitburner-src.git"
},
"scripts": {
"doc": "bash ./tools/doc.sh",
"format": "prettier -c --write .",
"format:report": "prettier -c .",
"start": "electron .app/index.html",
"start:dev": "webpack serve --progress --mode development",
"build": "bash ./tools/build.sh production",
"build:dev": "bash ./tools/build.sh development",
"lint": "eslint --fix --ext js,mjs,jsx,ts,mts,tsx --max-warnings 0 src test",
"lint:report": "eslint --ext js,mjs,jsx,ts,mts,tsx --max-warnings 0 src test",
"preinstall": "node ./tools/engines-check/engines-check.js",
"test": "jest",
"test:watch": "jest --watch",
"watch": "webpack --watch --mode production",
"watch:dev": "webpack --watch --mode development",
"electron": "bash ./tools/package-electron.sh",
"electron-win": "bash ./tools/package-electron.sh win",
"electron-linux": "bash ./tools/package-electron.sh linux",
"electron-mac": "bash ./tools/package-electron.sh mac",
"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"
}
}