mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-25 05:54:03 -05:00
* @types/node (^22.19.21 → ^22.20.1) * eslint (^10.5.0 → ^10.7.0) * eslint-plugin-perfectionist (^5.9.0 → ^5.10.0) * knip (^6.17.1 → ^6.27.0) * lage (^2.15.13 → ^2.15.17) * vitest (^4.1.8 → ^4.1.10) * better-sqlite3 (^12.10.0 → ^12.11.1) * vite (^8.0.16 → ^8.1.5) * react-aria-components (^1.18.0 → ^1.19.0) * @storybook/addon-a11y (^10.4.4 → ^10.5.2) * @storybook/addon-docs (^10.4.4 → ^10.5.2) * @storybook/react-vite (^10.4.4 → ^10.5.2) * @vitejs/plugin-react (^6.0.2 → ^6.0.3) * eslint-plugin-storybook (^10.4.4 → ^10.5.2) * storybook (^10.4.4 → ^10.5.2) * @bufbuild/protobuf (^2.12.0 → ^2.12.1) * @bufbuild/protoc-gen-es (^2.12.0 → ^2.12.1) * @codemirror/language (^6.12.3 → ^6.12.4) * @uiw/react-codemirror (^4.25.10 → ^4.25.11) * csv-stringify (^6.7.0 → ^6.8.1) * es-toolkit (^1.47.1 → ^1.49.0) * i18next (^26.3.1 → ^26.3.6) * lru-cache (^11.5.1 → ^11.5.2) * react-aria (^3.49.0 → ^3.50.0) * react-hotkeys-hook (^5.3.2 → ^5.3.3) * react-i18next (^17.0.8 → ^17.0.10) * rolldown (^1.1.1 → ^1.2.0) * @docusaurus/core (^3.10.1 → ^3.10.2) * @docusaurus/plugin-content-docs (^3.10.1 → ^3.10.2) * @docusaurus/plugin-ideal-image (^3.10.1 → ^3.10.2) * @docusaurus/preset-classic (^3.10.1 → ^3.10.2) * @docusaurus/theme-common (^3.10.1 → ^3.10.2) * @docusaurus/theme-mermaid (^3.10.1 → ^3.10.2) * unist-util-visit-parents (^6.0.0 → ^6.0.2) * @docusaurus/module-type-aliases (^3.10.1 → ^3.10.2) * @docusaurus/types (^3.10.1 → ^3.10.2) * @oxlint/plugins (^1.69.0 → ^1.74.0) * @types/estree (^1.0.8 → ^1.0.9) * fast-check (^4.8.0 → ^4.9.0) * @capacitor/android (^8.0.0 → ^8.4.2) * @capacitor/core (^8.0.0 → ^8.4.2) * @capacitor/ios (^8.0.0 → ^8.4.2) * @capacitor/splash-screen (^8.0.1 → ^8.0.2) * @capgo/capacitor-updater (^8.50.1 → ^8.51.2) * @capacitor/cli (^8.0.0 → ^8.4.2) * @capgo/cli (^8.22.0 → ^8.28.2) * express-rate-limit (^8.5.2 → ^8.6.0) * @types/supertest (^7.2.0 → ^7.2.1) * http-proxy-middleware (^4.1.1 → ^4.2.0) * oxlint (^1.69.0 → ^1.74.0) & oxlint-tsgolint (^0.23.0 → ^0.25.0) * @codemirror/state (^6.6.0 → ^6.7.1) & @codemirror/view (^6.43.1 → ^6.43.6) * @tanstack/react-query (^5.101.0 → ^5.101.2) * recharts (^3.8.1 → ^3.9.2) * note * oxfmt (^0.44.0 → ^0.59.0) * @babel/core (^7.29.7 → ^8.0.1) * downshift (9.3.6 → 9.4.0) * react-router (7.17.0 → 8.2.0) * csv-parse (^6.2.1 → ^7.0.1) * pluggy-sdk (^0.85.3 → ^0.89.0) * yarn (4.13.0 -> 4.17.1) * yarn dedupe * Update VRT screenshots Auto-generated by VRT workflow PR: #8533 * crdt version bump * [autofix.ci] apply automated fixes * Update packageManager version to yarn@4.17.1 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
246 lines
10 KiB
JSON
246 lines
10 KiB
JSON
{
|
|
"name": "@actual-app/core",
|
|
"version": "26.7.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actualbudget/actual.git",
|
|
"directory": "packages/loot-core"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"@types",
|
|
"migrations",
|
|
"typings",
|
|
"default-db.sqlite",
|
|
"default-filesystem.mjs",
|
|
"default-filesystem.d.ts",
|
|
"!src/**/*.test.ts",
|
|
"!src/**/__tests__/**",
|
|
"!src/**/__snapshots__/**",
|
|
"!src/**/__mocks__/**",
|
|
"!@types/**/*.test.d.ts",
|
|
"!@types/**/*.test.d.ts.map",
|
|
"!@types/**/__tests__/**",
|
|
"!@types/**/__mocks__/**"
|
|
],
|
|
"imports": {
|
|
"#platform/server/asyncStorage": {
|
|
"electron": "./src/platform/server/asyncStorage/index.electron.ts",
|
|
"api": "./src/platform/server/asyncStorage/index.api.ts",
|
|
"default": "./src/platform/server/asyncStorage/index.ts"
|
|
},
|
|
"#platform/server/connection": {
|
|
"electron": "./src/platform/server/connection/index.electron.ts",
|
|
"api": "./src/platform/server/connection/index.api.ts",
|
|
"default": "./src/platform/server/connection/index.ts"
|
|
},
|
|
"#platform/server/fetch": {
|
|
"electron": "./src/platform/server/fetch/index.electron.ts",
|
|
"api": "./src/platform/server/fetch/index.api.ts",
|
|
"default": "./src/platform/server/fetch/index.ts"
|
|
},
|
|
"#platform/server/fs": {
|
|
"electron": "./src/platform/server/fs/index.electron.ts",
|
|
"api": "./src/platform/server/fs/index.api.ts",
|
|
"default": "./src/platform/server/fs/index.ts"
|
|
},
|
|
"#platform/server/fs/path-join": {
|
|
"electron": "./src/platform/server/fs/path-join.electron.ts",
|
|
"api": "./src/platform/server/fs/path-join.api.ts",
|
|
"default": "./src/platform/server/fs/path-join.ts"
|
|
},
|
|
"#platform/server/memory": {
|
|
"electron": "./src/platform/server/memory/index.electron.ts",
|
|
"api": "./src/platform/server/memory/index.api.ts",
|
|
"default": "./src/platform/server/memory/index.ts"
|
|
},
|
|
"#platform/server/sqlite": {
|
|
"electron": "./src/platform/server/sqlite/index.electron.ts",
|
|
"api": "./src/platform/server/sqlite/index.api.ts",
|
|
"default": "./src/platform/server/sqlite/index.ts"
|
|
},
|
|
"#platform/client/connection": {
|
|
"electron-renderer": "./src/platform/client/connection/index.electron.ts",
|
|
"default": "./src/platform/client/connection/index.ts"
|
|
},
|
|
"#server/encryption/encryption-internals": {
|
|
"electron": "./src/server/encryption/encryption-internals.electron.ts",
|
|
"api": "./src/server/encryption/encryption-internals.api.ts",
|
|
"default": "./src/server/encryption/encryption-internals.ts"
|
|
},
|
|
"#shared/platform": {
|
|
"electron": "./src/shared/platform.electron.ts",
|
|
"api": "./src/shared/platform.api.ts",
|
|
"default": "./src/shared/platform.ts"
|
|
},
|
|
"#mocks": "./src/mocks/index.ts",
|
|
"#platform/client/undo": "./src/platform/client/undo/index.ts",
|
|
"#platform/exceptions": "./src/platform/exceptions/index.ts",
|
|
"#platform/server/indexeddb": "./src/platform/server/indexeddb/index.ts",
|
|
"#platform/server/log": "./src/platform/server/log/index.ts",
|
|
"#server/aql": "./src/server/aql/index.ts",
|
|
"#server/db": "./src/server/db/index.ts",
|
|
"#server/encryption": "./src/server/encryption/index.ts",
|
|
"#server/importers": "./src/server/importers/index.ts",
|
|
"#server/rules": "./src/server/rules/index.ts",
|
|
"#server/sync": "./src/server/sync/index.ts",
|
|
"#server/transactions": "./src/server/transactions/index.ts",
|
|
"#types/models": "./src/types/models/index.ts",
|
|
"#platform/client/*": "./src/platform/client/*.ts",
|
|
"#platform/server/*": "./src/platform/server/*.ts",
|
|
"#platform/*": "./src/platform/*.ts",
|
|
"#server/*": "./src/server/*.ts",
|
|
"#shared/environment": {
|
|
"electron": "./src/shared/environment.ts",
|
|
"api": "./src/shared/environment.ts",
|
|
"default": "./src/shared/environment.browser.ts"
|
|
},
|
|
"#shared/*": "./src/shared/*.ts",
|
|
"#types/*": "./src/types/*.ts",
|
|
"#mocks/*": "./src/mocks/*.ts",
|
|
"#migrations/*": "./migrations/*.js",
|
|
"#*": "./src/*.ts"
|
|
},
|
|
"exports": {
|
|
"./client/accounts/*": "./src/client/accounts/*.ts",
|
|
"./client/app/*": "./src/client/app/*.ts",
|
|
"./client/budgets/*": "./src/client/budgets/*.ts",
|
|
"./client/data-hooks/schedules": "./src/client/data-hooks/schedules.tsx",
|
|
"./client/data-hooks/*": "./src/client/data-hooks/*.ts",
|
|
"./client/modals/*": "./src/client/modals/*.ts",
|
|
"./client/notifications/*": "./src/client/notifications/*.ts",
|
|
"./client/prefs/*": "./src/client/prefs/*.ts",
|
|
"./client/queries/*": "./src/client/queries/*.ts",
|
|
"./client/redux": "./src/client/redux/index.ts",
|
|
"./client/store": "./src/client/store/index.ts",
|
|
"./client/store/mock": "./src/client/store/mock.ts",
|
|
"./client/users/*": "./src/client/users/*.ts",
|
|
"./client/queries": "./src/client/queries.ts",
|
|
"./client/query-helpers": "./src/client/query-helpers.ts",
|
|
"./client/query-hooks": "./src/client/query-hooks.ts",
|
|
"./client/reports": "./src/client/reports.ts",
|
|
"./client/shared-listeners": "./src/client/shared-listeners.ts",
|
|
"./client/SpreadsheetProvider": "./src/client/SpreadsheetProvider.tsx",
|
|
"./client/transfer": "./src/client/transfer.ts",
|
|
"./client/undo": "./src/client/undo.ts",
|
|
"./mocks": "./src/mocks/index.ts",
|
|
"./platform/client/backend-worker": "./src/platform/client/backend-worker.ts",
|
|
"./platform/client/browser-preload": "./src/platform/client/browser-preload/index.ts",
|
|
"./platform/client/browser-server/coordinator": "./src/platform/client/browser-server/coordinator.ts",
|
|
"./platform/client/connection": {
|
|
"electron-renderer": "./src/platform/client/connection/index.electron.ts",
|
|
"api": "./src/platform/client/connection/index.api.ts",
|
|
"default": "./src/platform/client/connection/index.ts"
|
|
},
|
|
"./platform/client/undo": "./src/platform/client/undo/index.ts",
|
|
"./platform/exceptions": "./src/platform/exceptions/index.ts",
|
|
"./platform/server/asyncStorage": {
|
|
"electron": "./src/platform/server/asyncStorage/index.electron.ts",
|
|
"api": "./src/platform/server/asyncStorage/index.api.ts",
|
|
"default": "./src/platform/server/asyncStorage/index.ts"
|
|
},
|
|
"./platform/server/connection": {
|
|
"electron": "./src/platform/server/connection/index.electron.ts",
|
|
"api": "./src/platform/server/connection/index.api.ts",
|
|
"default": "./src/platform/server/connection/index.ts"
|
|
},
|
|
"./platform/server/fetch": {
|
|
"electron": "./src/platform/server/fetch/index.electron.ts",
|
|
"api": "./src/platform/server/fetch/index.api.ts",
|
|
"default": "./src/platform/server/fetch/index.ts"
|
|
},
|
|
"./platform/server/fs": {
|
|
"electron": "./src/platform/server/fs/index.electron.ts",
|
|
"api": "./src/platform/server/fs/index.api.ts",
|
|
"default": "./src/platform/server/fs/index.ts"
|
|
},
|
|
"./platform/server/log": "./src/platform/server/log/index.ts",
|
|
"./platform/server/sqlite": {
|
|
"electron": "./src/platform/server/sqlite/index.electron.ts",
|
|
"api": "./src/platform/server/sqlite/index.api.ts",
|
|
"default": "./src/platform/server/sqlite/index.ts"
|
|
},
|
|
"./server/budget/types/*": "./src/server/budget/types/*.d.ts",
|
|
"./server/*": "./src/server/*.ts",
|
|
"./shared/platform": {
|
|
"electron": "./src/shared/platform.electron.ts",
|
|
"api": "./src/shared/platform.api.ts",
|
|
"default": "./src/shared/platform.ts"
|
|
},
|
|
"./shared/environment": {
|
|
"electron": "./src/shared/environment.ts",
|
|
"api": "./src/shared/environment.ts",
|
|
"default": "./src/shared/environment.browser.ts"
|
|
},
|
|
"./shared/*": "./src/shared/*.ts",
|
|
"./types/models": "./src/types/models/index.ts",
|
|
"./types/*": "./src/types/*.ts",
|
|
"./typings/*": "./typings/*.ts",
|
|
"./lib-dist/electron/bundle.desktop.js": "./lib-dist/electron/bundle.desktop.js",
|
|
"./default-filesystem": {
|
|
"types": "./default-filesystem.d.ts",
|
|
"default": "./default-filesystem.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build:node": "cross-env NODE_ENV=production vite build --config ./vite.desktop.config.mts",
|
|
"watch:node": "cross-env NODE_ENV=development vite build --config ./vite.desktop.config.mts --watch",
|
|
"test": "npm-run-all -cp 'test:*'",
|
|
"test:node": "ENV=node vitest --run",
|
|
"test:web": "ENV=web vitest --run -c vitest.web.config.ts",
|
|
"typecheck": "tsgo -b && tsc-strict",
|
|
"build": "tsgo -b",
|
|
"prepack": "yarn build && node scripts/add-types-conditions.mts",
|
|
"postpack": "node scripts/restore-package-json.mts"
|
|
},
|
|
"dependencies": {
|
|
"@jlongster/sql.js": "^1.6.7",
|
|
"@rschedule/core": "^1.5.0",
|
|
"@rschedule/standard-date-adapter": "^1.5.0",
|
|
"absurd-sql": "0.0.54",
|
|
"better-sqlite3": "^12.11.1",
|
|
"csv-parse": "^7.0.1",
|
|
"csv-stringify": "^6.8.1",
|
|
"date-fns": "^4.4.0",
|
|
"es-toolkit": "^1.49.0",
|
|
"fflate": "^0.8.3",
|
|
"handlebars": "^4.7.9",
|
|
"hyperformula": "^3.3.0",
|
|
"lru-cache": "^11.5.2",
|
|
"mitt": "^3.0.1",
|
|
"uuid": "^14.0.1",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@actual-app/crdt": "workspace:*",
|
|
"@actual-app/vite-plugin-peggy": "workspace:*",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/jlongster__sql.js": "npm:@types/sql.js@latest",
|
|
"@types/node": "^22.20.1",
|
|
"@typescript/native-preview": "beta",
|
|
"assert": "^2.1.0",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"cross-env": "^10.1.0",
|
|
"crypto-browserify": "^3.12.1",
|
|
"fake-indexeddb": "^6.2.5",
|
|
"fast-check": "^4.9.0",
|
|
"jest-diff": "^30.4.1",
|
|
"jsverify": "^0.8.4",
|
|
"mockdate": "^3.0.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"path-browserify": "^1.0.1",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"timers-browserify": "^2.0.12",
|
|
"typescript-strict-plugin": "^2.4.4",
|
|
"util": "^0.12.5",
|
|
"vite": "^8.1.5",
|
|
"vite-plugin-node-polyfills": "patch:vite-plugin-node-polyfills@npm%3A0.28.0#~/.yarn/patches/vite-plugin-node-polyfills-npm-0.28.0-bac39616ee.patch",
|
|
"vitest": "^4.1.10",
|
|
"yargs": "^18.0.0"
|
|
}
|
|
}
|