mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* 🔖 (25.4.0) * Remove used release notes * Remove used release notes --------- Co-authored-by: matt-fidd <81489167+matt-fidd@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
99 lines
3.1 KiB
JSON
99 lines
3.1 KiB
JSON
{
|
|
"name": "@actual-app/web",
|
|
"version": "25.4.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.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.79",
|
|
"@types/react-dom": "^18.2.25",
|
|
"@types/react-grid-layout": "^1",
|
|
"@types/react-modal": "^3.16.3",
|
|
"@types/uuid": "^9.0.8",
|
|
"@types/webpack-bundle-analyzer": "^4.6.4",
|
|
"@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",
|
|
"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": "18.2.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": "18.2.0",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-grid-layout": "^1.4.4",
|
|
"react-hotkeys-hook": "^4.5.1",
|
|
"react-i18next": "^14.1.3",
|
|
"react-markdown": "^8.0.7",
|
|
"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": "^9.7.5",
|
|
"react-stately": "^3.33.0",
|
|
"react-swipeable": "^7.0.2",
|
|
"react-virtualized-auto-sizer": "^1.0.25",
|
|
"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.14",
|
|
"usehooks-ts": "^3.0.2",
|
|
"uuid": "^9.0.1",
|
|
"vite": "^5.2.14",
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"vitest": "^1.6.1",
|
|
"webpack": "^5.98.0",
|
|
"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"
|
|
}
|
|
}
|