|
11 | 11 | "predev": "yarn run download",
|
12 | 12 | "dev": "rimraf .vite && yarn run download && WEB_API_URL=http://localhost:3000 WS_URL=ws://localhost:3000 SETTINGS_PATH=${PWD}/enjoy/tmp LIBRARY_PATH=${PWD}/enjoy/tmp electron-forge start",
|
13 | 13 | "start": "rimraf .vite && yarn run download && electron-forge start",
|
14 |
| - "package": "rimraf .vite && yarn run download && electron-forge package", |
15 |
| - "make": "rimraf .vite && yarn run download && electron-forge make", |
16 |
| - "publish": "rimraf .vite && yarn run download && electron-forge publish", |
| 14 | + "package": "NODE_OPTIONS='--max-old-space-size=8192' rimraf .vite && yarn run download && electron-forge package", |
| 15 | + "make": "NODE_OPTIONS='--max-old-space-size=8192' rimraf .vite && yarn run download && electron-forge make", |
| 16 | + "publish": "NODE_OPTIONS='--max-old-space-size=8192' rimraf .vite && yarn run download && electron-forge publish", |
17 | 17 | "lint": "eslint --ext .ts,.tsx .",
|
18 | 18 | "test": "yarn run package && yarn run playwright test",
|
19 | 19 | "test:main": "yarn run playwright test e2e/main.spec.ts",
|
20 | 20 | "test:renderer": "yarn run playwright test e2e/renderer.spec.ts",
|
21 | 21 | "create-migration": "zx ./src/main/db/create-migration.mjs",
|
22 | 22 | "download-dictionaries": "zx ./scripts/download-dictionaries.mjs",
|
23 |
| - "download": "yarn run download-dictionaries" |
| 23 | + "download": "yarn run download-dictionaries", |
| 24 | + "sourcemap": "bugsnag-source-maps upload-node --directory .vite/build --app-version 0.7.6" |
24 | 25 | },
|
25 | 26 | "keywords": [],
|
26 | 27 | "author": {
|
|
29 | 30 | },
|
30 | 31 | "license": "MIT",
|
31 | 32 | "devDependencies": {
|
| 33 | + "@bugsnag/source-maps": "^2.3.3", |
32 | 34 | "@divisey/js-mdict": "^5.0.0",
|
33 | 35 | "@electron-forge/cli": "^7.6.0",
|
34 | 36 | "@electron-forge/maker-deb": "^7.6.0",
|
|
44 | 46 | "@electron/fuses": "^1.8.0",
|
45 | 47 | "@hookform/resolvers": "^3.10.0",
|
46 | 48 | "@langchain/community": "^0.3.24",
|
47 |
| - "@langchain/core": "^0.3.29", |
| 49 | + "@langchain/core": "^0.3.30", |
48 | 50 | "@langchain/ollama": "^0.1.4",
|
49 | 51 | "@mozilla/readability": "^0.5.0",
|
50 | 52 | "@playwright/test": "^1.49.1",
|
|
85 | 87 | "@types/mark.js": "^8.11.12",
|
86 | 88 | "@types/mime-types": "^2.1.4",
|
87 | 89 | "@types/mustache": "^4.2.5",
|
88 |
| - "@types/node": "^22.10.5", |
| 90 | + "@types/node": "^22.10.6", |
89 | 91 | "@types/prop-types": "^15.7.14",
|
90 | 92 | "@types/rails__actioncable": "^6.1.11",
|
91 | 93 | "@types/react": "^18.3.18",
|
|
95 | 97 | "@types/unzipper": "^0.10.10",
|
96 | 98 | "@types/validator": "^13.12.2",
|
97 | 99 | "@types/wavesurfer.js": "^6.0.12",
|
98 |
| - "@typescript-eslint/eslint-plugin": "^8.19.1", |
99 |
| - "@typescript-eslint/parser": "^8.19.1", |
| 100 | + "@typescript-eslint/eslint-plugin": "^8.20.0", |
| 101 | + "@typescript-eslint/parser": "^8.20.0", |
100 | 102 | "@uidotdev/usehooks": "^2.4.1",
|
101 | 103 | "@vidstack/react": "^1.12.12",
|
102 | 104 | "@vitejs/plugin-react": "^4.3.4",
|
|
119 | 121 | "decamelize": "^6.0.0",
|
120 | 122 | "decamelize-keys": "^2.0.1",
|
121 | 123 | "dependencies-tree": "^2.0.0",
|
122 |
| - "electron": "^33.3.1", |
| 124 | + "electron": "^34.0.0", |
123 | 125 | "electron-context-menu": "^4.0.4",
|
124 |
| - "electron-devtools-installer": "^3.2.1", |
| 126 | + "electron-devtools-installer": "^4.0.0", |
125 | 127 | "electron-forge-plugin-dependencies": "^1.0.0",
|
126 | 128 | "electron-log": "^5.2.4",
|
127 | 129 | "electron-playwright-helpers": "^1.7.1",
|
128 | 130 | "electron-squirrel-startup": "^1.0.1",
|
129 |
| - "electron-unhandled": "^5.0.0", |
130 | 131 | "eslint": "^9.18.0",
|
131 | 132 | "eslint-import-resolver-typescript": "^3.7.0",
|
132 | 133 | "eslint-plugin-import": "^2.31.0",
|
|
141 | 142 | "langchain": "^0.3.11",
|
142 | 143 | "lodash": "^4.17.21",
|
143 | 144 | "lru-cache": "^11.0.2",
|
144 |
| - "lucide-react": "^0.471.0", |
| 145 | + "lucide-react": "^0.471.1", |
145 | 146 | "mark.js": "^8.11.1",
|
146 | 147 | "media-captions": "^0.0.18",
|
147 | 148 | "microsoft-cognitiveservices-speech-sdk": "^1.42.0",
|
148 | 149 | "mime-types": "^2.1.35",
|
149 | 150 | "mustache": "^4.2.0",
|
150 |
| - "new-github-issue-url": "^1.0.0", |
151 | 151 | "next-themes": "^0.4.4",
|
152 | 152 | "octokit": "^4.1.0",
|
153 | 153 | "openai": "^4.78.1",
|
154 | 154 | "pitchfinder": "^2.3.2",
|
155 |
| - "postcss": "^8.4.49", |
| 155 | + "postcss": "^8.5.1", |
156 | 156 | "progress": "^2.0.3",
|
157 | 157 | "prop-types": "^15.8.1",
|
158 | 158 | "proxy-agent": "^6.5.0",
|
159 | 159 | "react": "^18.3.1",
|
160 |
| - "react-activity-calendar": "^2.7.6", |
| 160 | + "react-activity-calendar": "^2.7.7", |
161 | 161 | "react-audio-visualize": "^1.2.0",
|
162 | 162 | "react-audio-voice-recorder": "^2.2.0",
|
163 | 163 | "react-dom": "^18.3.1",
|
|
176 | 176 | "sonner": "^1.7.1",
|
177 | 177 | "tailwind-merge": "^2.6.0",
|
178 | 178 | "tailwind-scrollbar": "^3.1.0",
|
179 |
| - "tailwind-scrollbar-hide": "^1.3.1", |
| 179 | + "tailwind-scrollbar-hide": "^2.0.0", |
180 | 180 | "tailwindcss": "^3.4.17",
|
181 | 181 | "tailwindcss-animate": "^1.0.7",
|
182 | 182 | "ts-node": "^10.9.2",
|
|
185 | 185 | "typescript": "^5.7.3",
|
186 | 186 | "vite": "^6.0.7",
|
187 | 187 | "vite-plugin-static-copy": "^2.2.0",
|
188 |
| - "wavesurfer.js": "^7.8.15", |
| 188 | + "wavesurfer.js": "^7.8.16", |
189 | 189 | "zod": "^3.24.1",
|
190 | 190 | "zod-to-json-schema": "^3.24.1",
|
191 | 191 | "zx": "^8.3.0"
|
192 | 192 | },
|
193 | 193 | "dependencies": {
|
194 | 194 | "@andrkrn/ffprobe-static": "^5.2.0",
|
| 195 | + "@bugsnag/electron": "^8.1.2", |
| 196 | + "@bugsnag/plugin-react": "^8.1.1", |
195 | 197 | "echogarden": "^1.8.7",
|
196 | 198 | "electron-settings": "^4.0.4",
|
197 | 199 | "ffmpeg-static": "^5.2.0",
|
|
0 commit comments