{
  "name": "@actual-app/web",
  "version": "4.0.2",
  "license": "MIT",
  "files": [
    "build"
  ],
  "devDependencies": {
    "@babel/core": "~7.14.3",
    "@jlongster/lively": "0.0.4",
    "@jlongster/sentry-metrics-actual": "^0.0.10",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
    "@reach/listbox": "^0.11.2",
    "@reactions/component": "^2.0.2",
    "@sentry/browser": "6.12.0",
    "@svgr/webpack": "2.4.1",
    "add": "^2.0.6",
    "babel-eslint": "9.0.0",
    "babel-loader": "8.0.4",
    "babel-preset-jwl-app": "6.1.12",
    "bezier-easing": "^2.0.3",
    "bfj": "6.1.1",
    "case-sensitive-paths-webpack-plugin": "2.1.2",
    "chalk": "2.4.1",
    "codemirror": "^5.37.0",
    "css-loader": "1.0.0",
    "date-fns": "2.0.0-alpha.27",
    "debounce": "^1.2.0",
    "dotenv": "6.0.0",
    "dotenv-expand": "4.2.0",
    "eslint": "5.6.0",
    "eslint-config-react-app": "3.0.5",
    "eslint-loader": "2.1.1",
    "eslint-plugin-flowtype": "2.50.1",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jsx-a11y": "6.1.2",
    "eslint-plugin-react": "7.11.1",
    "file-loader": "2.0.0",
    "focus-visible": "^4.1.1",
    "fork-ts-checker-webpack-plugin-alt": "0.4.14",
    "fs-extra": "7.0.0",
    "glamor": "^2.20.40",
    "html-webpack-plugin": "4.0.0-alpha.2",
    "http-client": "^4.3.1",
    "identity-obj-proxy": "3.0.0",
    "jwl-dev-utils": "^6.1.3",
    "load-js": "^3.0.3",
    "lodash.memoize": "^4.1.2",
    "mini-css-extract-plugin": "0.4.3",
    "mitt": "^1.1.2",
    "optimize-css-assets-webpack-plugin": "5.0.1",
    "perf-deets": "^1.0.15",
    "pnp-webpack-plugin": "1.1.0",
    "postcss-flexbugs-fixes": "4.1.0",
    "postcss-loader": "3.0.0",
    "postcss-preset-env": "6.3.1",
    "postcss-safe-parser": "4.0.1",
    "prop-types": "15.6.0",
    "raven-js": "^3.21.0",
    "react": "16.13.1",
    "react-addons-shallow-compare": "^15.6.0",
    "react-app-polyfill": "^0.1.3",
    "react-autosuggest": "9.3.2",
    "react-dnd": "^10.0.2",
    "react-dom": "16.13.1",
    "react-modal": "3.4.4",
    "react-redux": "7.2.1",
    "react-router": "5.2.0",
    "react-router-dom": "5.2.0",
    "react-spring": "^8.0.27",
    "react-virtualized-auto-sizer": "^1.0.2",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "resolve": "1.8.1",
    "sass-loader": "7.1.0",
    "style-loader": "0.23.0",
    "terser-webpack-plugin": "1.1.0",
    "url-loader": "1.1.1",
    "victory": "^0.26.1",
    "webpack": "4.19.1",
    "webpack-dev-server": "3.11.0",
    "webpack-manifest-plugin": "2.0.4",
    "workbox-webpack-plugin": "3.6.3",
    "worker-loader": "^3.0.8"
  },
  "scripts": {
    "start": "cross-env PORT=3001 node scripts/start.js",
    "start:browser": "./bin/watch-browser",
    "watch": "cross-env PORT=3001 node scripts/start.js",
    "build": "cross-env INLINE_RUNTIME_CHUNK=false node scripts/build.js",
    "build:browser": "./bin/build-browser"
  },
  "browserslist": [
    "electron 3.0"
  ]
}