mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:26 -05:00
* @types/node (^22.19.1 → ^22.19.3) * oxlint (^1.37.0 → ^1.38.0) * better-sqlite3 (^12.4.1 → ^12.5.0) * vitest (^4.0.9 → ^4.0.16) * react-aria-components (^1.13.0 → ^1.14.0) * @codemirror/autocomplete (^6.19.1 → ^6.20.0) * @codemirror/language (^6.11.3 → ^6.12.1) * @codemirror/state (^6.5.2 → ^6.5.3) * @swc/core (^1.15.2 → ^1.15.8) * @uiw/react-codemirror (^4.25.3 → ^4.25.4) * @vitejs/plugin-basic-ssl (^2.1.0 → ^2.1.3) * @vitejs/plugin-react (^5.1.1 → ^5.1.2) * hyperformula (^3.1.0 → ^3.1.1) * i18next (^25.6.2 → ^25.7.4) * jsdom (^27.2.0 → ^27.4.0) * react-aria (^3.44.0 → ^3.45.0) * @swc/helpers (^0.5.17 → ^0.5.18) * react-error-boundary (^6.0.0 → ^6.0.3) * react-grid-layout (^1.5.2 → ^1.5.3) * react-i18next (^16.3.3 → ^16.5.1) * react-simple-pull-to-refresh (^1.3.3 → ^1.3.4) * sass (^1.94.0 → ^1.97.2) * vite (^7.2.2 → ^7.3.1) * vite-plugin-pwa (^1.1.0 → ^1.2.0) * fs-extra (^11.3.2 → ^11.3.3) * @easyops-cn/docusaurus-search-local (^0.52.1 → ^0.52.2) * react (^19.2.0 → ^19.2.3) * react-dom (^19.2.0 → ^19.2.3) * @reduxjs/toolkit (^2.10.1 → ^2.11.2) * lru-cache (^11.2.2 → ^11.2.4) * ua-parser-js (^2.0.6 → ^2.0.7) * workbox-precaching (^7.3.0 → ^7.4.0) * winston (^3.18.3 → ^3.19.0) * supertest (^7.1.4 → ^7.2.2) * playwright (^1.56.0 → ^1.57.0) * stragglers * note * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
108 lines
4.2 KiB
JSON
108 lines
4.2 KiB
JSON
{
|
|
"name": "actual",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "A local-first personal finance system",
|
|
"homepage": "https://github.com/actualbudget/actual/",
|
|
"bugs": {
|
|
"url": "https://github.com/actualbudget/actual/issues/"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:actualbudget/actual.git"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "yarn start:browser",
|
|
"start:server": "yarn workspace @actual-app/sync-server start",
|
|
"start:server-monitor": "yarn workspace @actual-app/sync-server start-monitor",
|
|
"start:server-dev": "NODE_ENV=development BROWSER_OPEN=localhost:5006 yarn npm-run-all --parallel 'start:server-monitor' 'start'",
|
|
"start:desktop": "yarn desktop-dependencies && npm-run-all --parallel 'start:desktop-*'",
|
|
"start:docs": "yarn workspace docs start",
|
|
"desktop-dependencies": "npm-run-all --parallel rebuild-electron build:browser-backend build:plugins-service",
|
|
"start:desktop-node": "yarn workspace loot-core watch:node",
|
|
"start:desktop-client": "yarn workspace @actual-app/web watch",
|
|
"start:desktop-server-client": "yarn workspace @actual-app/web build:browser",
|
|
"start:desktop-electron": "yarn workspace desktop-electron watch",
|
|
"start:browser": "yarn workspace plugins-service build-dev && npm-run-all --parallel 'start:browser-*'",
|
|
"start:service-plugins": "yarn workspace plugins-service watch",
|
|
"start:browser-backend": "yarn workspace loot-core watch:browser",
|
|
"start:browser-frontend": "yarn workspace @actual-app/web start:browser",
|
|
"build:browser-backend": "yarn workspace loot-core build:browser",
|
|
"build:server": "yarn build:browser && yarn workspace @actual-app/sync-server build",
|
|
"build:browser": "./bin/package-browser",
|
|
"build:desktop": "./bin/package-electron",
|
|
"build:plugins-service": "yarn workspace plugins-service build",
|
|
"build:api": "yarn workspace @actual-app/api build",
|
|
"build:docs": "yarn workspace docs build",
|
|
"deploy:docs": "yarn workspace docs deploy",
|
|
"generate:i18n": "yarn workspace @actual-app/web generate:i18n",
|
|
"generate:release-notes": "ts-node ./bin/release-note-generator.ts",
|
|
"test": "lage test --continue",
|
|
"test:debug": "lage test --no-cache --continue",
|
|
"e2e": "yarn workspace @actual-app/web run e2e",
|
|
"e2e:desktop": "yarn build:desktop --skip-exe-build --skip-translations && yarn workspace desktop-electron e2e",
|
|
"playwright": "yarn workspace @actual-app/web run playwright",
|
|
"vrt": "yarn workspace @actual-app/web run vrt",
|
|
"vrt:docker": "./bin/run-vrt",
|
|
"rebuild-electron": "./node_modules/.bin/electron-rebuild -m ./packages/loot-core",
|
|
"rebuild-node": "yarn workspace loot-core rebuild",
|
|
"lint": "oxfmt --check . && oxlint --deny-warnings",
|
|
"lint:fix": "oxfmt . && oxlint --deny-warnings --fix",
|
|
"install:server": "yarn workspaces focus @actual-app/sync-server --production",
|
|
"typecheck": "yarn tsc --incremental && tsc-strict",
|
|
"jq": "./node_modules/node-jq/bin/jq",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/rest": "^22.0.1",
|
|
"@types/node": "^22.19.3",
|
|
"@types/prompts": "^2.4.9",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
"eslint-plugin-typescript-paths": "^0.0.33",
|
|
"html-to-image": "^1.11.13",
|
|
"husky": "^9.1.7",
|
|
"lage": "^2.14.15",
|
|
"lint-staged": "^16.2.7",
|
|
"minimatch": "^10.1.1",
|
|
"node-jq": "^6.3.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"oxfmt": "^0.22.0",
|
|
"oxlint": "^1.38.0",
|
|
"p-limit": "^7.2.0",
|
|
"prompts": "^2.4.2",
|
|
"source-map-support": "^0.5.21",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-strict-plugin": "^2.4.4"
|
|
},
|
|
"resolutions": {
|
|
"rollup": "4.40.1",
|
|
"socks": ">=2.8.3"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,mjs,jsx,ts,tsx,md,json,yml,yaml}": [
|
|
"oxfmt --no-error-on-unmatched-pattern"
|
|
],
|
|
"*.{js,mjs,jsx,ts,tsx}": [
|
|
"oxlint --deny-warnings --fix"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"electron >= 35.0",
|
|
"defaults"
|
|
],
|
|
"engines": {
|
|
"node": ">=22",
|
|
"yarn": "^4.9.1"
|
|
},
|
|
"packageManager": "yarn@4.10.3"
|
|
}
|