mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
52a80ad236
* Make command `cd` without arguments an alias for `cd /` (#853) In most shells `cd` without arguments takes you to the home directory of the current user. I keep trying to do this due to muscle memory from working in terminals, so I figured I'd make it do something useful. There is no home directory in the game, but going to / is the closest thing we have, since that is the starting point for the user in the game. * Add new `backdoor` terminal command (#852) * Add the backdoor command to the terminal This command will perform a manual hack without rewarding money. It will be used for the story, mainly for faction hacking tests * Add tab completion for backdoor command * Add help text for backdoor command * Change condition syntax to be more consistent with others * Extract reused code block so it is always called after actions * Update documentation for new backdoor command Modified references to manual hack as it isn't for factions anymore * Remove extra parenthesis * Rename manuallyHacked to backdoorInstalled * Fix typo * Change faction test messages to use backdoor instad of hack * Rename more instances of manuallyHacked * fixed typo in helptext of darkweb buy (#858) * Fix typos and unify descriptions of augmentations (#859) Made an attempt to... - give all "+rep% company/faction" the same text - make all augmentations with a single effect use a single line to describe the effect - make all effects end with a period * Made Cashroot starter kit display its tooltip with the money formatted properly and in gold * fix typo in docs (#860) * Initial code for Casino Card Deck implementation * Casino Blackjack Implementation * Update some tools (eslint, typescript) * Blackjack code cleanup * Update README_contribution * Update ScriptHelpers.js (#861) expand error message * More augmentation typo fixes (#862) * Add Netscript function getCurrentScript (#856) Add netscript function that returns the current script. * Added milestones menu to guide new players. (#865) Milestone menu * fix typos in milestones (#866) Co-authored-by: sschmidTU <s.schmid@phonicscore.com> * Corrupt location title when backdoor is installed (#864) * Add corruptableText component * Corrupt location title if backdoor is installed * Formatting * Add helper to check value of backdoorInstalled Helper could be oneline but it would make it less readable * Fix some formatting * Add settings option to disable text effects * Import useState * getRunningScript (#867) * Replaced getCurrentScript with getRunningScript * Bunch of smaller fixes (#904) Fix #884 Fix #879 Fix #878 Fix #876 Fix #874 Fix #873 Fix #887 Fix #891 Fix #895 * rework the early servers to be more noob friendly (#903) * v0.51.6 Co-authored-by: Andreas Eriksson <2691182+AndreasTPC@users.noreply.github.com> Co-authored-by: Jack <jackdewinter1@gmail.com> Co-authored-by: Teun Pronk <5228255+Crownie88@users.noreply.github.com> Co-authored-by: Pimvgd <Pimvgd@gmail.com> Co-authored-by: Daniel Xie <daniel.xie@flockfreight.com> Co-authored-by: Simon <33069673+sschmidTU@users.noreply.github.com> Co-authored-by: sschmidTU <s.schmid@phonicscore.com>
129 lines
3.8 KiB
JSON
129 lines
3.8 KiB
JSON
{
|
|
"author": {
|
|
"name": "Daniel Xie"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/danielyxie/bitburner/issues"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"@types/numeral": "0.0.25",
|
|
"@types/react": "^16.8.6",
|
|
"@types/react-dom": "^16.8.2",
|
|
"acorn": "^6.2.0",
|
|
"acorn-walk": "^6.2.0",
|
|
"ajv": "^5.1.5",
|
|
"ajv-keywords": "^2.0.0",
|
|
"arg": "^5.0.0",
|
|
"async": "^2.6.1",
|
|
"autosize": "^4.0.2",
|
|
"brace": "^0.11.1",
|
|
"codemirror": "^5.43.0",
|
|
"decimal.js": "7.2.3",
|
|
"enhanced-resolve": "^4.0.0",
|
|
"escodegen": "^1.11.0",
|
|
"escope": "^3.6.0",
|
|
"file-saver": "^1.3.8",
|
|
"interpret": "^1.0.0",
|
|
"jquery": "^3.3.1",
|
|
"jshint": "^2.10.2",
|
|
"json-loader": "^0.5.4",
|
|
"jsplumb": "^2.6.8",
|
|
"jszip": "^3.1.5",
|
|
"loader-runner": "^2.3.0",
|
|
"loader-utils": "^1.1.0",
|
|
"memory-fs": "~0.4.1",
|
|
"normalize.css": "^8.0.0",
|
|
"numeral": "2.0.6",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"react-modal": "^3.12.1",
|
|
"sprintf-js": "^1.1.1",
|
|
"tapable": "^1.0.0",
|
|
"uuid": "^3.2.1",
|
|
"w3c-blob": "0.0.1"
|
|
},
|
|
"description": "A cyberpunk-themed incremental game",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@types/chai": "^4.1.7",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/mocha": "^5.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"babel-loader": "^8.0.5",
|
|
"beautify-lint": "^1.0.3",
|
|
"benchmark": "^2.1.1",
|
|
"bundle-loader": "~0.5.0",
|
|
"chai": "^4.2.0",
|
|
"css-loader": "^0.28.11",
|
|
"es6-promise-polyfill": "^1.1.1",
|
|
"eslint": "^7.24.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"file-loader": "^1.1.11",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"i18n-webpack-plugin": "^1.0.0",
|
|
"istanbul": "^0.4.5",
|
|
"js-beautify": "^1.5.10",
|
|
"jsdom": "^15.0.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"json5": "^1.0.1",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^4.1.0",
|
|
"lodash": "^4.17.21",
|
|
"mini-css-extract-plugin": "^0.4.1",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^6.1.4",
|
|
"mochapack": "^1.1.1",
|
|
"node-sass": "^5.0.0",
|
|
"null-loader": "^1.0.0",
|
|
"raw-loader": "~0.5.0",
|
|
"sass-loader": "^7.0.3",
|
|
"script-loader": "~0.7.0",
|
|
"should": "^11.1.1",
|
|
"simple-git": "^1.96.0",
|
|
"sinon": "^2.3.2",
|
|
"source-map": "^0.7.3",
|
|
"style-loader": "^0.21.0",
|
|
"stylelint": "^9.2.1",
|
|
"stylelint-declaration-use-variable": "^1.6.1",
|
|
"stylelint-order": "^0.8.1",
|
|
"ts-loader": "^4.5.0",
|
|
"typescript": "^4.2.4",
|
|
"uglify-es": "^3.3.9",
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
"url-loader": "^1.0.1",
|
|
"watchpack": "^1.6.0",
|
|
"webpack": "^4.12.0",
|
|
"webpack-cli": "^3.0.4",
|
|
"webpack-dev-middleware": "^3.1.3",
|
|
"webpack-dev-server": "^3.2.1",
|
|
"worker-loader": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8 || <=9"
|
|
},
|
|
"homepage": "https://github.com/danielyxie/bitburner",
|
|
"license": "SEE LICENSE IN license.txt",
|
|
"name": "bitburner",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danielyxie/bitburner.git"
|
|
},
|
|
"scripts": {
|
|
"start:dev": "webpack-dev-server --progress --env.devServer --mode development",
|
|
"build": "webpack --mode production",
|
|
"build:dev": "webpack --mode development",
|
|
"build:test": "webpack --config webpack.config-test.js",
|
|
"lint": "npm run lint:jsts & npm run lint:style",
|
|
"lint:jsts": "eslint '*.{js,jsx,ts,tsx}' './src/**/*.{js,jsx,ts,tsx}' './test/**/*.{js,jsx,ts,tsx}' './utils/**/*.{js,jsx,ts,tsx}'",
|
|
"lint:style": "stylelint ./css/*",
|
|
"preinstall": "node ./scripts/engines-check.js",
|
|
"test": "mochapack --webpack-config webpack.config-test.js -r jsdom-global/register ./test/index.js",
|
|
"watch": "webpack --watch --mode production",
|
|
"watch:dev": "webpack --watch --mode development"
|
|
},
|
|
"version": "0.51.5"
|
|
}
|