{ "name": "@actual-app/web", "version": "24.7.0", "license": "MIT", "files": [ "build" ], "devDependencies": { "@juggle/resize-observer": "^3.4.0", "@playwright/test": "1.41.1", "@reach/listbox": "^0.18.0", "@react-aria/focus": "^3.16.0", "@react-aria/listbox": "^3.11.3", "@react-aria/utils": "^3.23.0", "@react-stately/collections": "^3.10.4", "@react-stately/list": "^3.10.2", "@rollup/plugin-inject": "^5.0.5", "@svgr/cli": "^8.1.0", "@swc/core": "^1.5.3", "@swc/helpers": "^0.5.11", "@swc/plugin-react-remove-properties": "^1.5.121", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/lodash": "^4", "@types/promise-retry": "^1.1.6", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.1", "@types/react-modal": "^3.16.0", "@types/react-redux": "^7.1.25", "@types/uuid": "^9.0.2", "@types/webpack-bundle-analyzer": "^4.6.3", "@use-gesture/react": "^10.3.0", "@vitejs/plugin-basic-ssl": "^1.1.0", "@vitejs/plugin-react-swc": "^3.6.0", "auto-text-size": "^0.2.3", "chokidar": "^3.5.3", "cross-env": "^7.0.3", "date-fns": "^2.30.0", "debounce": "^1.2.1", "downshift": "7.6.2", "focus-visible": "^4.1.5", "glamor": "^2.20.40", "inter-ui": "^3.19.3", "jest": "^27.5.1", "jest-watch-typeahead": "^2.2.2", "lodash": "^4.17.21", "mdast-util-newline-to-break": "^2.0.0", "memoize-one": "^6.0.0", "pikaday": "1.8.2", "promise-retry": "^2.0.1", "react": "18.2.0", "react-aria-components": "^1.1.1", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "18.2.0", "react-error-boundary": "^4.0.12", "react-hotkeys-hook": "^4.5.0", "react-markdown": "^8.0.7", "react-modal": "3.16.1", "react-redux": "7.2.9", "react-router-dom": "6.21.3", "react-simple-pull-to-refresh": "^1.3.3", "react-spring": "^9.7.3", "react-virtualized-auto-sizer": "^1.0.21", "recharts": "^2.10.4", "redux": "^4.2.1", "redux-thunk": "^2.4.2", "remark-gfm": "^3.0.1", "rollup-plugin-visualizer": "^5.12.0", "sass": "^1.70.0", "swc-loader": "^0.2.6", "terser-webpack-plugin": "^5.3.10", "usehooks-ts": "^3.0.1", "uuid": "^9.0.1", "vite": "^5.2.11", "vite-plugin-pwa": "^0.20.0", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0", "webpack-bundle-analyzer": "^4.10.1", "xml2js": "^0.6.2" }, "scripts": { "start": "cross-env PORT=3001 vite", "start:browser": "cross-env ./bin/watch-browser", "watch": "cross-env BROWSER=none yarn start", "build": "vite build", "build:browser": "cross-env ./bin/build-browser", "generate:icons": "rm src/icons/*/*.tsx; cd src/icons && svgr --template template.ts --index-template index-template.ts --typescript --expand-props start -d . .", "test": "vitest", "e2e": "npx playwright test --browser=chromium", "vrt": "cross-env VRT=true npx playwright test --browser=chromium" } }