{
  "name": "@actual-app/web",
  "version": "23.6.0",
  "license": "MIT",
  "files": [
    "build"
  ],
  "devDependencies": {
    "@juggle/resize-observer": "^3.1.2",
    "@playwright/test": "^1.29.1",
    "@reach/listbox": "^0.18.0",
    "@react-aria/focus": "^3.8.0",
    "@react-aria/listbox": "^3.6.1",
    "@react-aria/utils": "^3.13.3",
    "@react-stately/collections": "^3.4.3",
    "@react-stately/list": "^3.5.3",
    "@svgr/cli": "^6.5.1",
    "@testing-library/react": "14.0.0",
    "@testing-library/user-event": "14.4.3",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.1",
    "@types/react-modal": "^3.16.0",
    "@types/react-router-dom": "^5.3.3",
    "@types/uuid": "^9.0.2",
    "@types/webpack-bundle-analyzer": "^4.6.0",
    "chokidar": "^3.5.3",
    "cross-env": "^7.0.3",
    "customize-cra": "^1.0.0",
    "date-fns": "^2.29.3",
    "debounce": "^1.2.0",
    "downshift": "7.6.0",
    "focus-visible": "^4.1.1",
    "formik": "^0.11.10",
    "glamor": "^2.20.40",
    "hotkeys-js": "3.10.3",
    "inter-ui": "^3.19.3",
    "jest": "^27.0.0",
    "jest-watch-typeahead": "^2.2.2",
    "memoize-one": "^6.0.0",
    "pikaday": "1.8.0",
    "react": "18.2.0",
    "react-app-rewired": "^2.2.1",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-dnd-multi-backend": "^8.0.1",
    "react-dnd-touch-backend": "^16.0.1",
    "react-dom": "18.2.0",
    "react-merge-refs": "^1.1.0",
    "react-modal": "3.16.1",
    "react-redux": "7.2.1",
    "react-router-dom": "6.11.2",
    "react-scripts": "^5.0.1",
    "react-spring": "^9.7.1",
    "react-virtualized-auto-sizer": "^1.0.2",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "sass": "^1.63.6",
    "uuid": "^9.0.0",
    "victory": "^36.6.8",
    "webpack-bundle-analyzer": "^4.9.0"
  },
  "scripts": {
    "start": "cross-env PORT=3001 react-app-rewired start",
    "start:browser": "cross-env ./bin/watch-browser",
    "watch": "cross-env BROWSER=none yarn start",
    "build": "cross-env INLINE_RUNTIME_CHUNK=false react-app-rewired build",
    "build:browser": "cross-env ./bin/build-browser",
    "test": "react-app-rewired test",
    "e2e": "npx playwright test --browser=chromium"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "<rootDir>/src/setupTests.js"
    ]
  }
}