mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 19:14:31 +03:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"repository": "https://github.com/gitbutlerapp/gitbutler.git",
|
|
"engines": {
|
|
"node": ">=20.11"
|
|
},
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.5.0",
|
|
"scripts": {
|
|
"dev:ui": "pnpm --filter @gitbutler/ui storybook",
|
|
"dev:web": "turbo run --filter @gitbutler/web dev --no-daemon",
|
|
"dev:desktop": "pnpm tauri dev",
|
|
"dev:internal-tauri": "turbo run --filter @gitbutler/desktop dev --no-daemon",
|
|
"test": "turbo run test --no-daemon",
|
|
"test:watch": "pnpm --filter @gitbutler/desktop run test:watch",
|
|
"build": "turbo run build --no-daemon",
|
|
"check": "turbo run check --no-daemon",
|
|
"tauri": "tauri",
|
|
"lint": "turbo run //#globallint --no-daemon",
|
|
"globallint": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"fix": "eslint --fix .",
|
|
"prepare": "pnpm --filter @gitbutler/desktop run prepare",
|
|
"rustfmt": "cargo +nightly fmt -- --config-path rustfmt-nightly.toml"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.5.0",
|
|
"@tauri-apps/cli": "^1.6.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"eslint": "^9.5.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import-x": "^0.5.1",
|
|
"eslint-plugin-storybook": "0.9.0--canary.156.ed236ca.0",
|
|
"eslint-plugin-svelte": "2.40.0",
|
|
"globals": "^15.6.0",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-svelte": "^3.2.4",
|
|
"svelte-eslint-parser": "^0.41.0",
|
|
"turbo": "2.0.9",
|
|
"typescript": "5.4.5",
|
|
"typescript-eslint": "^7.13.1"
|
|
}
|
|
}
|