-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 6.37 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 6.37 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
140
141
142
143
144
145
146
147
148
149
{
"name": "capture",
"version": "1.0.0",
"description": "sound+mic capture",
"license": "MIT",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint .",
"format": "prettier --check .",
"format:write": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest watch",
"test:unit": "vitest",
"test:e2e": "playwright test",
"test:all": "vitest run && playwright test",
"build": "npm run make",
"build:all": "npm run make",
"build:win": "npm run make -- --platform=win32",
"build:mac": "npm run make -- --platform=darwin",
"build:linux": "npm run make -- --platform=linux",
"build:production": "NODE_ENV=production npm run make",
"build:production:all": "NODE_ENV=production npm run make -- --platform=all",
"build:production:mac": "NODE_ENV=production npm run make -- --platform=darwin",
"build:production:win": "NODE_ENV=production npm run make -- --platform=win32",
"build:production:linux": "NODE_ENV=production npm run make -- --platform=linux",
"build:production:fast": "NODE_ENV=production npm run make:fast",
"make:fast": "electron-forge make",
"build:analyze": "node scripts/analyze-bundle.js",
"test:production": "node scripts/verify-production-build.js && node scripts/benchmark-production-build.js",
"test:performance": "node scripts/benchmark-production-build.js",
"test:security": "node scripts/security-audit.js",
"test:cross-platform": "node scripts/cross-platform-test.js",
"test:complete": "npm run test:production && npm run test:security",
"build:production:analyze": "npm run build:production:fast && npm run build:analyze",
"release": "npm version patch && git push && git push --tags",
"release:minor": "npm version minor && git push && git push --tags",
"release:major": "npm version major && git push && git push --tags",
"release:prepare": "./scripts/prepare-release.sh",
"release:prepare:minor": "./scripts/prepare-release.sh minor",
"release:prepare:major": "./scripts/prepare-release.sh major",
"distribute": "./scripts/build-and-publish.sh",
"distribute:all": "./scripts/build-and-publish.sh --platform=all",
"distribute:publish": "./scripts/build-and-publish.sh --publish",
"prebuild": "npm run lint && npm run test",
"postbuild": "echo 'Build completed successfully!'",
"clean": "rm -rf out dist .vite",
"dev": "npm run start",
"serve": "npm run start",
"validate:short": "grep GEMINI_SIGNAL_VALIDATE app.log > logs/realtime-validation-session1.log || true; node scripts/parse-validation-metrics.mjs logs/realtime-validation-session1.log",
"validate:medium": "grep GEMINI_SIGNAL_VALIDATE app.log > logs/realtime-validation-session2.log || true; node scripts/parse-validation-metrics.mjs logs/realtime-validation-session2.log",
"validate:long": "grep GEMINI_SIGNAL_VALIDATE app.log > logs/realtime-validation-session3.log || true; node scripts/parse-validation-metrics.mjs logs/realtime-validation-session3.log",
"validate:all": "npm run validate:short && npm run validate:medium && npm run validate:long",
"start:validate": "GEMINI_SIGNAL_VALIDATE=1 electron-forge start 2>&1 | tee -a app.log"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^4.0.0",
"@google-cloud/speech": "^7.1.0",
"@google/genai": "^1.12.0",
"@icons-pack/react-simple-icons": "^13.0.0",
"@radix-ui/react-navigation-menu": "^1.2.10",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-toggle": "^1.1.6",
"@radix-ui/react-toggle-group": "^1.1.7",
"@smithy/node-http-handler": "^4.0.3",
"@tailwindcss/vite": "^4.1.14",
"@tanstack/react-query": "^5.74.7",
"@tanstack/react-router": "^1.117.1",
"@tanstack/router-devtools": "^1.120.10",
"@types/lru-cache": "^7.10.9",
"@types/node-fetch": "^2.6.12",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.6.0",
"axios": "^1.11.0",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^17.0.0",
"electron-squirrel-startup": "^1.0.1",
"eventemitter3": "^5.0.1",
"express": "^5.1.0",
"google-auth-library": "^10.2.0",
"http-proxy-middleware": "^3.0.5",
"immer": "^10.1.1",
"limiter": "^3.0.0",
"liquid-glass-react": "^1.1.1",
"lru-cache": "^11.1.0",
"lucide-react": "^0.548.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-window": "^1.8.11",
"react-window-infinite-loader": "^1.0.10",
"rxjs": "^7.8.2",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.0.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-rpm": "^7.8.1",
"@electron-forge/maker-squirrel": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron-forge/plugin-vite": "^7.8.0",
"@electron-forge/shared-types": "^7.8.1",
"@electron/fuses": "^2.0.0",
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.25.1",
"@playwright/test": "^1.52.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"electron": "^38.0.0",
"electron-devtools-installer": "^4.0.0",
"electron-playwright-helpers": "^1.7.1",
"electron-vite": "^4.0.1",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.1",
"globals": "^16.0.0",
"jsdom": "^27.0.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.31.0",
"vite": "^7.1.12",
"vitest": "^3.1.2"
}
}