mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* @types/node (^22.19.10 → ^22.19.15) * baseline-browser-mapping (^2.9.19 → ^2.10.0) * eslint (^9.39.2 → ^9.39.3) * lage (^2.14.17 → ^2.14.19) * lint-staged (^16.2.7 → ^16.3.2) * minimatch (^10.1.2 → ^10.2.4) * oxlint (^1.47.0 → ^1.51.0) * rollup-plugin-visualizer (^6.0.5 → ^6.0.11) * @chromatic-com/storybook (^5.0.0 → ^5.0.1) * @storybook/addon-a11y (^10.2.7 → ^10.2.16) * @storybook/addon-docs (^10.2.7 → ^10.2.16) * @storybook/react-vite (^10.2.7 → ^10.2.16) * eslint-plugin-storybook (^10.2.7 → ^10.2.16) * storybook (^10.2.7 → ^10.2.16) * @codemirror/autocomplete (^6.20.0 → ^6.20.1) * @codemirror/lang-javascript (^6.2.4 → ^6.2.5) * @codemirror/language (^6.12.1 → ^6.12.2) * @rolldown/plugin-babel (~0.1.7 → ~0.1.8) * @swc/core (^1.15.11 → ^1.15.18) * @swc/helpers (^0.5.18 → ^0.5.19) * @tanstack/react-query (^5.90.20 → ^5.90.21) * @uiw/react-codemirror (^4.25.4 → ^4.25.7) * hyperformula (^3.1.1 → ^3.2.0) * i18next (^25.8.4 → ^25.8.14) * i18next-parser (^9.3.0 → ^9.4.0) * react-i18next (^16.5.4 → ^16.5.6) * react-virtualized-auto-sizer (^2.0.2 → ^2.0.3) * fs-extra (^11.3.3 → ^11.3.4) * @r74tech/docusaurus-plugin-panzoom (^2.4.0 → ^2.4.2) * lru-cache (^11.2.5 → ^11.2.6) * nodemon (^3.1.11 → ^3.1.14) * eslint-plugin-perfectionist (^4.15.1 → ^5.6.0) * downshift (9.0.10 → 9.3.2) * react-router (7.13.0 → 7.13.1) * @easyops-cn/docusaurus-search-local (^0.52.3 → ^0.55.1) * peggy (5.0.6 → 5.1.0) * @types/supertest (^6.0.3 → ^7.2.0) * note
106 lines
3.4 KiB
JSON
106 lines
3.4 KiB
JSON
{
|
|
"name": "@actual-app/web",
|
|
"version": "26.3.0",
|
|
"license": "MIT",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"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 --run",
|
|
"e2e": "npx playwright test --browser=chromium",
|
|
"vrt": "cross-env VRT=true npx playwright test --browser=chromium",
|
|
"playwright": "playwright",
|
|
"typecheck": "tsgo -b && tsc-strict"
|
|
},
|
|
"devDependencies": {
|
|
"@actual-app/components": "workspace:*",
|
|
"@actual-app/core": "workspace:*",
|
|
"@babel/core": "^7.29.0",
|
|
"@codemirror/autocomplete": "^6.20.1",
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
"@codemirror/language": "^6.12.2",
|
|
"@codemirror/state": "^6.5.4",
|
|
"@codemirror/view": "^6.38.7",
|
|
"@emotion/css": "^11.13.5",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@fontsource/redacted-script": "^5.2.8",
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@playwright/test": "1.58.2",
|
|
"@rolldown/plugin-babel": "~0.1.8",
|
|
"@rollup/plugin-inject": "^5.0.5",
|
|
"@swc/core": "^1.15.18",
|
|
"@swc/helpers": "^0.5.19",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "16.3.2",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/lodash": "^4",
|
|
"@types/pikaday": "^1.7.10",
|
|
"@types/promise-retry": "^1.1.6",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-modal": "^3.16.3",
|
|
"@typescript/native-preview": "^7.0.0-dev.20260309.1",
|
|
"@uiw/react-codemirror": "^4.25.7",
|
|
"@use-gesture/react": "^10.3.1",
|
|
"@vitejs/plugin-basic-ssl": "^2.2.0",
|
|
"@vitejs/plugin-react": "^6.0.0",
|
|
"auto-text-size": "^0.2.3",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"cmdk": "^1.1.1",
|
|
"cross-env": "^10.1.0",
|
|
"date-fns": "^4.1.0",
|
|
"downshift": "9.3.2",
|
|
"hyperformula": "^3.2.0",
|
|
"i18next": "^25.8.14",
|
|
"i18next-parser": "^9.4.0",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"jsdom": "^27.4.0",
|
|
"lodash": "^4.17.23",
|
|
"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.11.2",
|
|
"react": "19.2.4",
|
|
"react-aria": "^3.46.0",
|
|
"react-aria-components": "^1.15.1",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "19.2.4",
|
|
"react-error-boundary": "^6.0.3",
|
|
"react-grid-layout": "^2.2.2",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"react-i18next": "^16.5.6",
|
|
"react-markdown": "^10.1.0",
|
|
"react-modal": "3.16.3",
|
|
"react-redux": "^9.2.0",
|
|
"react-router": "7.13.1",
|
|
"react-simple-pull-to-refresh": "^1.3.4",
|
|
"react-spring": "^10.0.3",
|
|
"react-swipeable": "^7.0.2",
|
|
"react-virtualized-auto-sizer": "^2.0.3",
|
|
"recharts": "^3.7.0",
|
|
"rehype-external-links": "^3.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"rollup-plugin-visualizer": "^6.0.11",
|
|
"sass": "^1.97.3",
|
|
"typescript-strict-plugin": "^2.4.4",
|
|
"usehooks-ts": "^3.1.1",
|
|
"uuid": "^13.0.0",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"vitest": "^4.1.0",
|
|
"xml2js": "^0.6.2"
|
|
}
|
|
}
|