-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 6.8 KB
/
Copy pathpackage.json
File metadata and controls
111 lines (111 loc) · 6.8 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
{
"name": "verbatim-app",
"private": true,
"version": "0.14.2",
"type": "module",
"scripts": {
"dev": "vite",
"check": "tsc --noEmit",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write . && cd src-tauri && cargo fmt",
"format:check": "prettier --check . && cd src-tauri && cargo fmt -- --check",
"format:frontend": "prettier --write .",
"format:backend": "cd src-tauri && cargo fmt",
"check:backend:windows": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/cargo-check-windows.ps1",
"test:backend:windows": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/cargo-test-windows.ps1",
"test:dev-installer-version": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/test-dev-installer-version.ps1",
"build:windows:installer": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-windows-installer.ps1",
"build:windows:dev-installer": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-windows-dev-installer.ps1",
"smoke:native": "bun scripts/native-smoke/run-packaged-smoke.ts",
"smoke:installer": "bun scripts/native-smoke/run-installer-smoke.ts",
"smoke:desktop-targets": "bun scripts/native-smoke/controlled-desktop-targets.ts",
"smoke:virtual-audio": "bun scripts/native-smoke/virtual-audio-input.ts",
"smoke:golden-dictation": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/native-smoke/run-whiteknight-golden-dictation.ps1",
"check:native-smoke-artifacts": "bun scripts/native-smoke/check-artifacts.ts",
"test:playwright": "playwright test",
"test:playwright:ui": "playwright test --ui",
"android:test:unit": "cd src-tauri/gen/android && ./gradlew :app:testUniversalDebugUnitTest",
"android:build:debug": "tauri android build --debug --target x86_64 --apk",
"android:e2e:maestro": "maestro test maestro/",
"check:version": "bun scripts/check-version-consistency.ts",
"check:translations": "bun scripts/check-translations.ts",
"check:public-hygiene": "bun scripts/check-public-hygiene.ts",
"check:cargo-git-pins": "bun scripts/check-cargo-git-pins.ts",
"check:branch-protection": "bun scripts/check-branch-protection.ts",
"check:bindings": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/check-bindings-windows.ps1",
"check:rust-dependency-policy": "cargo deny --manifest-path src-tauri/Cargo.toml check",
"check:tauri-security": "bun scripts/validate-tauri-security.ts",
"check:model-benchmark-evidence": "bun scripts/check-model-benchmark-evidence.ts",
"check:model-benchmark-release-evidence": "bun scripts/check-model-benchmark-evidence.ts --require-representative-platforms",
"benchmark:model:record": "bun scripts/model-performance-profile.ts record",
"benchmark:model:recommend": "bun scripts/model-performance-profile.ts recommend",
"release:metadata": "bun scripts/generate-release-metadata.ts",
"check:release-metadata": "bun scripts/generate-release-metadata.ts --check",
"check:release-evidence": "bun scripts/check-release-evidence.ts",
"check:signed-release-evidence": "bun scripts/check-release-evidence.ts --signed",
"check:attested-release-evidence": "bun scripts/check-release-evidence.ts --require-attestations",
"check:signed-attested-release-evidence": "bun scripts/check-release-evidence.ts --signed --require-attestations",
"check:release-readiness-evidence": "bun scripts/check-release-readiness-evidence.ts",
"check:updater-smoke-evidence": "bun scripts/check-updater-smoke-evidence.ts",
"check:updater-smoke-release-evidence": "bun scripts/check-updater-smoke-evidence.ts --require-representative-platforms",
"check:install-smoke-evidence": "bun scripts/check-install-smoke-evidence.ts",
"check:install-smoke-release-evidence": "bun scripts/check-install-smoke-evidence.ts --require-representative-platforms",
"check:install-smoke-signed-release-evidence": "bun scripts/check-install-smoke-evidence.ts --require-representative-platforms --signed",
"check:accessibility-smoke-evidence": "bun scripts/check-accessibility-smoke-evidence.ts",
"check:accessibility-smoke-release-evidence": "bun scripts/check-accessibility-smoke-evidence.ts --require-representative-platforms",
"check:release-gate-scripts": "bunx tsc --noEmit --pretty false --skipLibCheck --module NodeNext --moduleResolution NodeNext --target ES2022 --types node scripts/check-release-evidence.ts scripts/check-release-readiness-evidence.ts scripts/check-updater-smoke-evidence.ts scripts/check-install-smoke-evidence.ts scripts/check-accessibility-smoke-evidence.ts scripts/check-model-benchmark-evidence.ts scripts/model-performance-profile.ts scripts/generate-release-metadata.ts scripts/check-branch-protection.ts scripts/native-smoke/run-packaged-smoke.ts scripts/native-smoke/run-installer-smoke.ts scripts/native-smoke/controlled-desktop-targets.ts scripts/native-smoke/virtual-audio-input.ts scripts/native-smoke/check-artifacts.ts",
"evaluate:local-post-processing": "bun scripts/evaluate-local-post-processing.ts",
"update:readme-release": "bun scripts/update-readme-release.ts",
"check:readme-release": "bun scripts/update-readme-release.ts --check",
"postinstall": "bun scripts/check-nix-deps.ts"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.16",
"@tauri-apps/api": "^2.10.0",
"@tauri-apps/plugin-autostart": "~2.5.1",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
"@tauri-apps/plugin-dialog": "~2.6",
"@tauri-apps/plugin-fs": "~2.4.4",
"@tauri-apps/plugin-global-shortcut": "~2.3.1",
"@tauri-apps/plugin-notification": "~2.3.1",
"@tauri-apps/plugin-opener": "^2.5.2",
"@tauri-apps/plugin-os": "~2.3.2",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-sql": "~2.3.1",
"@tauri-apps/plugin-store": "~2.4.1",
"@tauri-apps/plugin-updater": "~2.10.0",
"i18next": "^25.7.2",
"immer": "^11.1.3",
"lucide-react": "^0.542.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^16.4.1",
"react-select": "^5.8.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.16",
"tauri-plugin-macos-permissions-api": "2.3.0",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.3",
"@playwright/test": "^1.58.0",
"@tauri-apps/cli": "^2.10.0",
"@types/node": "^24.9.1",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@types/react-select": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.1",
"eslint-plugin-i18next": "^6.1.3",
"prettier": "^3.6.2",
"typescript": "~5.6.3",
"vite": "^6.4.1"
}
}