bitburner-src/package.json

133 lines
4.5 KiB
JSON
Raw Normal View History

2018-02-26 17:29:16 +01:00
{
2021-09-15 18:22:36 +02:00
"name": "bitburner",
"license": "SEE LICENSE IN license.txt",
2023-10-03 01:46:57 +02:00
"version": "2.5.1",
2021-09-15 18:22:36 +02:00
"main": "electron-main.js",
2018-02-26 17:29:16 +01:00
"author": {
"name": "Daniel Xie, Olivier Gagnon, et al."
2018-02-26 17:29:16 +01:00
},
"bugs": {
"url": "https://github.com/bitburner-official/bitburner-src/issues"
2018-02-26 17:29:16 +01:00
},
"dependencies": {
2021-09-17 01:23:03 +02:00
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.0",
2023-10-08 00:52:48 +02:00
"@mui/material": "^5.14.12",
"@mui/styles": "^5.11.2",
"@mui/system": "^5.0.3",
2022-07-16 05:34:27 +02:00
"@types/estree": "^1.0.0",
2023-07-12 23:10:52 +02:00
"@types/react-syntax-highlighter": "^15.5.7",
"acorn": "^8.8.1",
2022-07-16 05:34:27 +02:00
"acorn-walk": "^8.2.0",
"arg": "^5.0.2",
2022-03-16 22:45:46 +01:00
"bcryptjs": "^2.4.3",
"better-react-mathjax": "^2.0.2",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"escodegen": "^2.0.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.3",
2021-12-13 01:39:53 +01:00
"js-sha256": "^0.9.0",
"jszip": "^3.10.1",
"material-ui-color": "^1.2.0",
"material-ui-popup-state": "^1.5.3",
"monaco-vim": "^0.3.5",
"notistack": "^2.0.8",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
2021-09-17 00:05:16 +02:00
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
2021-09-17 00:15:04 +02:00
"react-dom": "^17.0.2",
2021-10-05 06:59:40 +02:00
"react-draggable": "^4.4.4",
2023-07-12 23:10:52 +02:00
"react-markdown": "^8.0.7",
2021-10-05 07:23:20 +02:00
"react-resizable": "^3.0.4",
2023-07-12 23:10:52 +02:00
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"sprintf-js": "^1.1.2"
2018-02-26 17:29:16 +01:00
},
"description": "A cyberpunk-themed incremental game",
2018-02-26 17:29:16 +01:00
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@microsoft/api-documenter": "^7.21.3",
"@microsoft/api-extractor": "^7.34.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/bcryptjs": "^2.4.2",
"@types/escodegen": "^0.0.7",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.4.0",
"@types/jquery": "^3.5.16",
"@types/lodash": "^4.14.191",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.52",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^17.0.20",
"@types/react-resizable": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
2023-10-05 01:46:08 +02:00
"electron": "^26.2.4",
"electron-packager": "^17.1.1",
2023-10-23 10:49:12 +02:00
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jsdom": "^20.0.3",
2021-03-08 04:49:55 +01:00
"lodash": "^4.17.21",
"monaco-editor": "^0.35.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "^2.8.1",
"raw-loader": "^4.0.2",
"react-refresh": "^0.14.0",
"source-map": "^0.7.4",
"start-server-and-test": "^1.15.2",
"style-loader": "^3.3.1",
2023-10-23 10:49:12 +02:00
"typescript": "^5.2.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
2018-02-26 17:29:16 +01:00
},
"engines": {
"node": ">=14"
2018-02-26 17:29:16 +01:00
},
2023-07-31 04:08:36 +02:00
"homepage": "https://bitburner-official.github.io/",
2018-02-26 17:29:16 +01:00
"repository": {
"type": "git",
2023-07-31 04:08:36 +02:00
"url": "git+https://github.com/bitburner-official/bitburner-src.git"
2018-02-26 17:29:16 +01:00
},
"scripts": {
"doc": "bash ./tools/doc.sh",
"format": "prettier -c --write .",
2022-03-21 03:02:36 +01:00
"format:report": "prettier -c .",
"start": "electron .app/index.html",
"start:dev": "webpack serve --progress --env devServer --mode development",
"build": "bash ./tools/build.sh production",
"build:dev": "bash ./tools/build.sh development",
2022-05-25 21:40:57 +02:00
"lint": "eslint --fix --ext js,jsx,ts,tsx --max-warnings 0 src",
2023-02-11 21:18:32 +01:00
"lint:report": "eslint --ext js,jsx,ts,tsx --max-warnings 0 src",
"preinstall": "node ./tools/engines-check/engines-check.js",
2021-08-27 01:24:29 +02:00
"test": "jest",
"test:watch": "jest --watch",
"watch": "webpack --watch --mode production",
2021-09-15 18:22:36 +02:00
"watch:dev": "webpack --watch --mode development",
"electron": "bash ./tools/package-electron.sh",
"electron:packager-all": "electron-packager .package bitburner --platform all --arch x64,armv7l,arm64,mips64el --out .build --overwrite --icon .package/icon.png",
"preversion": "npm install && npm run test",
"version": "sh ./tools/build-release.sh && git add --all",
2022-04-14 21:01:43 +02:00
"postversion": "git push -u origin dev && git push --tags",
"changelog": "node tools/fetch-changelog/index.js --from=$(cat last_changelog_hash) > changelog.md"
2021-09-15 18:22:36 +02:00
}
2022-04-12 20:08:10 +02:00
}