mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
7362d1809f
In order to shave off ~0.02MiB of the bundle size, needed to continue referencing the minified file. Ideally future changes can utilize code splitting, tree shaking, and minification in WebPack to use normal references.
105 lines
2.7 KiB
JSON
105 lines
2.7 KiB
JSON
{
|
|
"author": {
|
|
"name": "Daniel Xie"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/danielyxie/bitburner/issues"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "^5.0.0",
|
|
"acorn-dynamic-import": "^2.0.0",
|
|
"ajv": "^5.1.5",
|
|
"ajv-keywords": "^2.0.0",
|
|
"async": "^2.1.2",
|
|
"bluebird": "^3.5.1",
|
|
"brace": "^0.11.1",
|
|
"decimal.js": "7.2.3",
|
|
"enhanced-resolve": "^3.4.0",
|
|
"escope": "^3.6.0",
|
|
"file-saver": "^1.3.3",
|
|
"interpret": "^1.0.0",
|
|
"jquery": "^3.3.1",
|
|
"json-loader": "^0.5.4",
|
|
"json5": "^0.5.1",
|
|
"jsplumb": "^2.6.8",
|
|
"jszip": "^3.1.5",
|
|
"loader-runner": "^2.3.0",
|
|
"loader-utils": "^1.1.0",
|
|
"memory-fs": "~0.4.1",
|
|
"mkdirp": "~0.5.0",
|
|
"node-libs-browser": "^2.0.0",
|
|
"numeral": "2.0.6",
|
|
"source-map": "^0.5.3",
|
|
"sprintf-js": "^1.1.1",
|
|
"supports-color": "^4.2.1",
|
|
"tapable": "^0.2.7",
|
|
"uglifyjs-webpack-plugin": "^0.4.6",
|
|
"uuid": "^3.2.1",
|
|
"w3c-blob": "0.0.1",
|
|
"watchpack": "^1.4.0",
|
|
"webpack-sources": "^1.0.1",
|
|
"yargs": "^8.0.2"
|
|
},
|
|
"description": "A cyberpunk-themed incremental game",
|
|
"devDependencies": {
|
|
"beautify-lint": "^1.0.3",
|
|
"benchmark": "^2.1.1",
|
|
"bundle-loader": "~0.5.0",
|
|
"chai": "^4.1.2",
|
|
"chai-as-promised": "^7.1.1",
|
|
"codacy-coverage": "^2.0.1",
|
|
"codecov.io": "^0.1.2",
|
|
"coffee-loader": "~0.7.1",
|
|
"coffee-script": "^1.10.0",
|
|
"coveralls": "^2.11.2",
|
|
"css-loader": "^0.28.3",
|
|
"es6-promise-polyfill": "^1.1.1",
|
|
"eslint": "^4.3.0",
|
|
"eslint-plugin-node": "^5.1.1",
|
|
"express": "~4.13.1",
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
"file-loader": "^0.11.2",
|
|
"i18n-webpack-plugin": "^1.0.0",
|
|
"istanbul": "^0.4.5",
|
|
"jade": "^1.11.0",
|
|
"jade-loader": "~0.8.0",
|
|
"js-beautify": "^1.5.10",
|
|
"less": "^2.5.1",
|
|
"less-loader": "^4.0.3",
|
|
"lodash": "^4.17.4",
|
|
"mocha": "^3.2.0",
|
|
"mocha-lcov-reporter": "^1.0.0",
|
|
"nsp": "^2.6.1",
|
|
"raw-loader": "~0.5.0",
|
|
"react": "^15.2.1",
|
|
"react-dom": "^15.2.1",
|
|
"script-loader": "~0.7.0",
|
|
"should": "^11.1.1",
|
|
"simple-git": "^1.65.0",
|
|
"sinon": "^2.3.2",
|
|
"style-loader": "^0.18.1",
|
|
"url-loader": "~0.5.0",
|
|
"val-loader": "^1.0.2",
|
|
"vm-browserify": "~0.0.0",
|
|
"webpack": "^4.1.1",
|
|
"webpack-cli": "^2.0.12",
|
|
"webpack-dev-middleware": "^1.9.0",
|
|
"webpack-dev-server": "^3.1.4",
|
|
"worker-loader": "^0.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.3.0 <5.0.0 || >=5.10"
|
|
},
|
|
"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"
|
|
},
|
|
"version": "0.35.1"
|
|
}
|