|
94 | 94 | "test": "playwright test", |
95 | 95 | "test:debug": "cross-env DEBUG=pw:*,-pw:test:protocol playwright test", |
96 | 96 | "build": "electron-vite build", |
| 97 | + "vite:inspect": "pnpm clean && electron-vite build --mode development && pnpm exec serve .vite-inspect", |
97 | 98 | "start": "electron-vite preview", |
98 | 99 | "start:debug": "cross-env ELECTRON_ENABLE_LOGGING=1 pnpm start", |
99 | 100 | "dev": "electron-vite dev", |
100 | 101 | "dev:debug": "cross-env ELECTRON_ENABLE_LOGGING=1 pnpm dev", |
101 | | - "clean": "del-cli dist && del-cli pack", |
| 102 | + "clean": "del-cli dist && del-cli pack && del-cli .vite-inspect", |
102 | 103 | "dist": "pnpm clean && pnpm build && electron-builder --win --mac --linux -p never", |
103 | 104 | "dist:linux": "pnpm clean && pnpm build && electron-builder --linux -p never", |
104 | 105 | "dist:mac": "pnpm clean && pnpm build && electron-builder --mac dmg:x64 -p never", |
|
117 | 118 | }, |
118 | 119 | "pnpm": { |
119 | 120 | "overrides": { |
120 | | - "rollup": "4.4.1", |
| 121 | + "rollup": "4.6.0", |
121 | 122 | "node-gyp": "10.0.1", |
122 | 123 | "xml2js": "0.6.2", |
123 | 124 | "node-fetch": "3.3.2", |
|
128 | 129 | "dependencies": { |
129 | 130 | "@cliqz/adblocker-electron": "1.26.12", |
130 | 131 | "@cliqz/adblocker-electron-preload": "1.26.12", |
131 | | - "@fastify/deepmerge": "1.3.0", |
| 132 | + "@electron-toolkit/tsconfig": "1.0.1", |
| 133 | + "@electron/remote": "2.1.0", |
132 | 134 | "@ffmpeg.wasm/core-mt": "0.12.0", |
133 | 135 | "@ffmpeg.wasm/main": "0.12.0", |
134 | 136 | "@foobar404/wave": "2.0.4", |
|
138 | 140 | "async-mutex": "0.4.0", |
139 | 141 | "butterchurn": "3.0.0-beta.4", |
140 | 142 | "butterchurn-presets": "3.0.0-beta.4", |
141 | | - "conf": "12.0.0", |
| 143 | + "conf": "10.2.0", |
142 | 144 | "custom-electron-prompt": "1.5.7", |
143 | 145 | "dbus-next": "0.10.2", |
| 146 | + "deepmerge-ts": "5.1.0", |
144 | 147 | "electron-debug": "3.2.0", |
145 | 148 | "electron-is": "3.0.0", |
146 | 149 | "electron-localshortcut": "3.2.1", |
147 | 150 | "electron-store": "8.1.0", |
148 | 151 | "electron-unhandled": "4.0.1", |
149 | 152 | "electron-updater": "6.1.7", |
150 | 153 | "fast-average-color": "9.4.0", |
| 154 | + "fast-equals": "^5.0.1", |
151 | 155 | "filenamify": "6.0.0", |
152 | 156 | "howler": "2.2.4", |
153 | 157 | "html-to-text": "9.0.5", |
154 | 158 | "keyboardevent-from-electron-accelerator": "2.0.0", |
155 | 159 | "keyboardevents-areequal": "0.2.2", |
156 | 160 | "node-html-parser": "6.1.11", |
157 | 161 | "node-id3": "0.2.6", |
| 162 | + "serve": "^14.2.1", |
158 | 163 | "simple-youtube-age-restriction-bypass": "git+https://github.com/organization/Simple-YouTube-Age-Restriction-Bypass.git#v2.5.8", |
| 164 | + "ts-morph": "^20.0.0", |
159 | 165 | "vudio": "2.1.1", |
160 | 166 | "x11": "2.3.0", |
161 | 167 | "youtubei.js": "7.0.0" |
162 | 168 | }, |
163 | 169 | "devDependencies": { |
164 | | - "@playwright/test": "1.40.0", |
| 170 | + "@playwright/test": "1.40.1", |
165 | 171 | "@total-typescript/ts-reset": "0.5.1", |
166 | 172 | "@types/electron-localshortcut": "3.1.3", |
167 | 173 | "@types/howler": "2.2.11", |
168 | 174 | "@types/html-to-text": "9.0.4", |
169 | | - "@typescript-eslint/eslint-plugin": "6.12.0", |
| 175 | + "@typescript-eslint/eslint-plugin": "6.13.0", |
170 | 176 | "bufferutil": "4.0.8", |
171 | 177 | "builtin-modules": "^3.3.0", |
172 | 178 | "cross-env": "7.0.3", |
|
176 | 182 | "electron-devtools-installer": "3.2.0", |
177 | 183 | "electron-vite": "1.0.29", |
178 | 184 | "eslint": "8.54.0", |
| 185 | + "eslint-import-resolver-exports": "1.0.0-beta.5", |
| 186 | + "eslint-import-resolver-typescript": "3.6.1", |
179 | 187 | "eslint-plugin-import": "2.29.0", |
180 | 188 | "eslint-plugin-prettier": "5.0.1", |
181 | 189 | "glob": "10.3.10", |
182 | 190 | "node-gyp": "10.0.1", |
183 | | - "playwright": "1.40.0", |
| 191 | + "playwright": "1.40.1", |
184 | 192 | "rollup": "4.6.0", |
185 | 193 | "typescript": "5.3.2", |
186 | 194 | "utf-8-validate": "6.0.3", |
187 | 195 | "vite": "4.5.0", |
| 196 | + "vite-plugin-inspect": "^0.7.42", |
188 | 197 | "vite-plugin-resolve": "2.5.1", |
189 | 198 | "ws": "8.14.2" |
190 | 199 | }, |
|
0 commit comments