Files
actual/packages/desktop-client/package.json

101 lines
3.1 KiB
JSON

{
"name": "@actual-app/web",
"version": "25.5.0",
"license": "MIT",
"files": [
"build"
],
"devDependencies": {
"@actual-app/components": "workspace:*",
"@emotion/css": "^11.13.5",
"@fontsource/redacted-script": "^5.0.22",
"@juggle/resize-observer": "^3.4.0",
"@playwright/test": "1.41.2",
"@rollup/plugin-inject": "^5.0.5",
"@swc/core": "^1.11.24",
"@swc/helpers": "^0.5.17",
"@swc/plugin-react-remove-properties": "^1.5.121",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/debounce": "^1.2.4",
"@types/lodash": "^4",
"@types/promise-retry": "^1.1.6",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/react-grid-layout": "^1",
"@types/react-modal": "^3.16.3",
"@types/uuid": "^9.0.8",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@use-gesture/react": "^10.3.1",
"@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.2",
"i18next-resources-to-backend": "^1.2.1",
"inter-ui": "^3.19.3",
"jsdom": "^26.1.0",
"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.18",
"react": "19.1.0",
"react-aria": "^3.38.1",
"react-aria-components": "^1.7.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "19.1.0",
"react-error-boundary": "^5.0.0",
"react-grid-layout": "^1.4.4",
"react-hotkeys-hook": "^4.5.1",
"react-i18next": "^14.1.3",
"react-markdown": "^10.1.0",
"react-modal": "3.16.3",
"react-redux": "^9.2.0",
"react-router-dom": "6.21.3",
"react-simple-pull-to-refresh": "^1.3.3",
"react-spring": "^10.0.0",
"react-stately": "^3.33.0",
"react-swipeable": "^7.0.2",
"react-virtualized-auto-sizer": "^1.0.26",
"recharts": "^2.15.3",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.70.0",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.14",
"usehooks-ts": "^3.1.1",
"uuid": "^9.0.1",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.0.9",
"webpack": "^5.99.8",
"webpack-bundle-analyzer": "^4.10.2",
"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"
}
}