{
  "name": "@mixer/webpack-bundle-compare",
  "version": "0.1.1",
  "description": "Tool to compare webpack bundle files",
  "main": "dist/index.js",
  "scripts": {
    "fmt": "prettier --write \"src/**/*.{tsx,ts}\" && npm run test:lint -- --fix",
    "test": "mocha --opts mocha.opts && npm run test:fmt && npm run test:lint",
    "test:fmt": "prettier --list-different \"src/**/*.{tsx,ts}\" || echo \"Run npm run fmt to fix formatting on these files\"",
    "test:lint": "tslint --project tsconfig.json \"src/**/*.{ts,tsx}\"",
    "build": "tsc -p tsconfig.package.json && webpack --config webpack.production.js",
    "start": "webpack serve",
    "prepare": "tsc -p tsconfig.package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mixer/webpack-bundle-compare.git"
  },
  "keywords": [
    "webpack",
    "bundle",
    "compare",
    "comparison",
    "analyzer"
  ],
  "author": "Connor Peet <connor@peet.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mixer/webpack-bundle-compare/issues"
  },
  "homepage": "https://github.com/mixer/webpack-bundle-compare#readme",
  "dependencies": {
    "bfj": "^7.0.2",
    "js-base64": "^3.6.0",
    "msgpack-lite": "^0.1.26"
  },
  "devDependencies": {
    "@mixer/retrieval": "^2.0.3",
    "@types/chai": "^4.2.17",
    "@types/cytoscape": "^3.14.15",
    "@types/filesize": "^4.2.0",
    "@types/fixed-data-table-2": "^0.8.4",
    "@types/js-base64": "^3.0.0",
    "@types/mocha": "^8.2.2",
    "@types/msgpack-lite": "^0.1.7",
    "@types/node": "^15.0.2",
    "@types/pako": "^1.0.1",
    "@types/react": "^17.0.5",
    "@types/react-dom": "^17.0.3",
    "@types/react-redux": "^7.1.16",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-tabs": "^2.3.2",
    "@types/sigmajs": "^1.0.27",
    "@types/webpack": "^5.28.0",
    "chai": "^4.3.4",
    "copy-webpack-plugin": "^8.1.1",
    "css-loader": "^5.2.4",
    "cytoscape": "^3.18.2",
    "cytoscape-dagre": "^2.3.2",
    "cytoscape-fcose": "^2.0.0",
    "dayjs": "^1.10.4",
    "filesize": "^6.3.0",
    "fixed-data-table-2": "^1.1.3",
    "flexboxgrid": "^6.3.1",
    "fs-extra": "^10.0.0",
    "html-webpack-plugin": "^5.3.1",
    "mocha": "^8.4.0",
    "node-sass": "^5.0.0",
    "normalize.css": "^8.0.1",
    "pako": "^2.0.3",
    "prettier": "^2.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-github-corner": "^2.5.0",
    "react-icons": "^4.2.0",
    "react-redux": "^7.2.4",
    "react-router-dom": "^5.2.0",
    "react-tabs": "^3.2.2",
    "redux": "^4.1.0",
    "redux-devtools-extension": "^2.13.9",
    "redux-observable": "^1.2.0",
    "reselect": "^4.0.0",
    "rxjs": "^6.0.0",
    "sass-loader": "^11.0.1",
    "sigma": "^1.2.1",
    "style-loader": "^2.0.0",
    "ts-loader": "^9.1.2",
    "ts-node": "^9.1.1",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "typesafe-actions": "^5.1.0",
    "typescript": "^4.2.4",
    "webpack": "^5.36.2",
    "webpack-cli": "^4.7.0",
    "webpack-dev-server": "^3.11.2",
    "worker-loader": "^3.0.8"
  },
  "prettier": {
    "trailingComma": "all",
    "singleQuote": true,
    "printWidth": 100,
    "arrowParens": "avoid",
    "tabWidth": 2
  }
}
