{ "name": "@actual-app/web", "version": "25.3.1", "license": "MIT", "files": [ "build" ], "devDependencies": { "@actual-app/components": "workspace:*", "@emotion/css": "^11.13.4", "@fontsource/redacted-script": "^5.0.21", "@juggle/resize-observer": "^3.4.0", "@playwright/test": "1.41.1", "@rollup/plugin-inject": "^5.0.5", "@swc/core": "^1.5.3", "@swc/helpers": "^0.5.11", "@swc/plugin-react-remove-properties": "^1.5.121", "@testing-library/dom": "9.2.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/debounce": "^1.2.4", "@types/lodash": "^4", "@types/promise-retry": "^1.1.6", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.1", "@types/react-grid-layout": "^1", "@types/react-modal": "^3.16.0", "@types/uuid": "^9.0.8", "@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", "i18next": "^23.11.5", "i18next-parser": "^9.0.0", "i18next-resources-to-backend": "^1.2.1", "inter-ui": "^3.19.3", "lodash": "^4.17.21", "loot-core": "workspace:*", "mdast-util-newline-to-break": "^2.0.0", "memoize-one": "^6.0.0", "pikaday": "1.8.2", "promise-retry": "^2.0.1", "prop-types": "^15.8.1", "re-resizable": "^6.9.17", "react": "18.2.0", "react-aria": "^3.38.0", "react-aria-components": "^1.7.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "18.2.0", "react-error-boundary": "^4.0.12", "react-grid-layout": "^1.4.4", "react-hotkeys-hook": "^4.5.0", "react-i18next": "^14.1.2", "react-markdown": "^8.0.7", "react-modal": "3.16.1", "react-redux": "^9.2.0", "react-router-dom": "6.21.3", "react-simple-pull-to-refresh": "^1.3.3", "react-spring": "^9.7.3", "react-stately": "^3.33.0", "react-swipeable": "^7.0.2", "react-virtualized-auto-sizer": "^1.0.21", "recharts": "^2.10.4", "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.14", "vite-plugin-pwa": "^0.20.0", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.1", "webpack": "^5.98.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:i18n": "i18next", "test": "vitest", "e2e": "npx playwright test --browser=chromium", "vrt": "cross-env VRT=true npx playwright test --browser=chromium" } }