53 lines
1.9 KiB
JSON
53 lines
1.9 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/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:actualbudget/actual.git"
|
|
},
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "npm-run-all --parallel 'start:desktop-*'",
|
|
"start:desktop-node": "yarn workspace loot-core watch:node",
|
|
"start:desktop-client": "yarn workspace @actual-app/web watch",
|
|
"start:desktop-electron": "yarn workspace Actual watch",
|
|
"start:browser": "npm-run-all --parallel 'start:browser-*'",
|
|
"start:browser-backend": "yarn workspace loot-core watch:browser",
|
|
"start:browser-frontend": "yarn workspace @actual-app/web start:browser",
|
|
"test": "yarn workspaces foreach --parallel --verbose run test",
|
|
"test:debug": "yarn workspaces foreach --verbose run test",
|
|
"rebuild-electron": "./node_modules/.bin/electron-rebuild -f -m ./packages/loot-core",
|
|
"rebuild-node": "yarn workspace loot-core rebuild",
|
|
"lint": "yarn workspaces foreach --verbose run lint",
|
|
"postinstall": "rm -rf ./packages/loot-design/node_modules/react && rm -rf ./packages/mobile/node_modules/react && rm -rf ./node_modules/react-native && patch-package"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.1.5",
|
|
"husky": "^3.0.4",
|
|
"npm-run-all": "^4.1.3",
|
|
"patch-package": "^6.1.2",
|
|
"prettier": "^1.18.1",
|
|
"pretty-quick": "^1.11.1",
|
|
"shelljs": "^0.8.2",
|
|
"source-map-support": "^0.5.21"
|
|
},
|
|
"resolutions": {
|
|
"@babel/preset-env": "^7.15.1",
|
|
"@babel/core": "^7.15.1",
|
|
"@babel/runtime": "^7.15.1",
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
"react-error-overlay": "6.0.9"
|
|
},
|
|
"packageManager": "yarn@3.2.0"
|
|
}
|