-
Notifications
You must be signed in to change notification settings - Fork 894
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 5.14 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 5.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "root",
"private": true,
"repository": "https://github.com/gitbutlerapp/gitbutler.git",
"engines": {
"node": ">=20.11"
},
"type": "module",
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev:ui": "pnpm --filter @gitbutler/ui storybook",
"dev:web": "turbo watch --filter @gitbutler/web dev",
"dev:lite": "turbo watch --filter @gitbutler/lite dev",
"dev:desktop": "cross-env CARGO_TARGET_DIR=\"$PNPM_SCRIPT_SRC_DIR/target/tauri\" pnpm dev:desktop-with-env",
"dev:desktop-http": "cross-env VITE_BUTLER_PORT=6978 VITE_BUTLER_HOST=localhost VITE_BUILD_TARGET=web turbo watch dev --filter=...@gitbutler/desktop",
"dev:desktop-with-env": "cargo build -p but && cargo build -p gitbutler-git && pnpm tauri dev --features irc",
"dev:internal-tauri": "turbo watch --filter @gitbutler/desktop dev",
"package": "turbo run package",
"ui:playwright:install:unit": "turbo run --filter @gitbutler/ui playwright:install:unit",
"ui:playwright:install:ct": "turbo run --filter @gitbutler/ui playwright:install:ct",
"test": "turbo run test --no-daemon",
"test:watch": "pnpm --filter @gitbutler/desktop run test:watch",
"test:ct": "turbo run --filter @gitbutler/ui test:ct",
"test:e2e:playwright": "pnpm --filter @gitbutler/e2e run test:e2e:playwright",
"test:e2e": "pnpm --filter @gitbutler/e2e run test:e2e",
"test:e2e:blackbox": "pnpm --filter @gitbutler/e2e run test:e2e:blackbox",
"act:test:e2e": "act -j test -W .github/workflows/test-e2e.yml -P catthehacker/ubuntu:act-22.04",
"build": "turbo run build --no-daemon",
"build:desktop": "turbo run --filter @gitbutler/desktop build --no-daemon",
"build:lite": "turbo run --filter @gitbutler/lite build --no-daemon",
"build:sdk": "turbo run --filter @gitbutler/but-sdk build --no-daemon",
"build:test": "pnpm exec tauri build --config crates/gitbutler-tauri/tauri.conf.test.json -- --profile dev",
"start:desktop": "pnpm --filter @gitbutler/desktop run preview",
"check": "turbo run check --no-daemon",
"knip:non-prod": "knip",
"knip:non-prod:fix": "knip --fix",
"knip:prod": "knip --strict",
"knip:prod:fix": "knip --strict --fix",
"tauri": "cross-env \"CARGO_TARGET_DIR=$PNPM_SCRIPT_SRC_DIR/target/tauri\" tauri",
"tauri-for-release": "tauri",
"lint": "turbo run //#globallint --no-daemon",
"globallint": "prettier --check . && eslint . && pnpm run oxlint && pnpm knip:non-prod && pnpm knip:prod",
"oxlint": "oxlint",
"oxlint:fix": "oxlint --fix",
"prettier": "prettier --check .",
"format": "prettier --write .",
"fix": "eslint --fix .",
"prepare": "pnpm --filter @gitbutler/desktop run prepare",
"rustfmt": "cargo +nightly fmt -- --config-path rustfmt-nightly.toml",
"rustdoc": "cargo +nightly doc -Zrustdoc-mergeable-info --open",
"isgood": "pnpm check && pnpm lint",
"begood": "pnpm format && pnpm fix",
"generate-ts-definitions": "scripts/generate-ts-definitions-from-rust.sh"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@gitbutler/no-relative-imports": "workspace:*",
"@gitbutler/no-cross-domain-imports": "workspace:*",
"@tauri-apps/cli": "^2.10.1",
"@types/eslint": "9.6.1",
"@types/node": "^22.19.11",
"@typescript-eslint/parser": "^8.57.1",
"cross-env": "^10.1.0",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-next": "^0.6.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-storybook": "10.2.19",
"eslint-plugin-svelte": "3.15.2",
"globals": "^15.15.0",
"knip": "^5.87.0",
"oxlint-tsgolint": "^0.17.0",
"oxlint": "^1.56.0",
"postcss": "catalog:postcss",
"prettier": "^3.8.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-svelte": "^3.5.1",
"svelte-eslint-parser": "^1.6.0",
"turbo": "2.8.17",
"typescript": "catalog:",
"typescript-eslint": "^8.57.1"
},
"pnpm": {
"overrides": {
"ajv@6.12.6": "6.14.0",
"axios": "1.13.5",
"devalue": "5.6.3",
"diff@^4.0.0": "4.0.4",
"diff@^5.0.0": "5.2.2",
"diff@^8.0.0": "8.0.3",
"fast-xml-parser": "5.3.7",
"@isaacs/brace-expansion": "5.0.1",
"lodash": "4.17.23",
"lodash-es": "4.17.23",
"minimatch@^10.0.0": "10.2.2",
"qs": "6.14.1",
"undici@6.22.0": "6.23.0",
"@lexical/clipboard": "0.27.2",
"@lexical/code": "0.27.2",
"@lexical/file": "0.27.2",
"@lexical/hashtag": "0.27.2",
"@lexical/history": "0.27.2",
"@lexical/html": "0.27.2",
"@lexical/link": "0.27.2",
"@lexical/list": "0.27.2",
"@lexical/mark": "0.27.2",
"@lexical/markdown": "0.27.2",
"@lexical/offset": "0.27.2",
"@lexical/overflow": "0.27.2",
"@lexical/plain-text": "0.27.2",
"@lexical/rich-text": "0.27.2",
"@lexical/selection": "0.27.2",
"@lexical/table": "0.27.2",
"@lexical/text": "0.27.2",
"@lexical/utils": "0.27.2",
"@lexical/yjs": "0.27.2",
"lexical": "0.27.2"
},
"onlyBuiltDependencies": [
"@ffmpeg-installer/darwin-arm64",
"@prisma/client",
"core-js",
"electron",
"electron-winstaller"
],
"ignoredBuiltDependencies": [
"@parcel/watcher",
"@sentry/cli",
"edgedriver",
"esbuild",
"geckodriver",
"leveldown",
"playwright-webkit",
"unrs-resolver"
]
}
}