mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
change plugin system
This commit is contained in:
@ -94,11 +94,12 @@
|
||||
"test": "playwright test",
|
||||
"test:debug": "cross-env DEBUG=pw:*,-pw:test:protocol playwright test",
|
||||
"build": "electron-vite build",
|
||||
"vite:inspect": "yarpm-pnpm run clean && electron-vite build --mode development && yarpm-pnpm exec serve .vite-inspect",
|
||||
"start": "electron-vite preview",
|
||||
"start:debug": "cross-env ELECTRON_ENABLE_LOGGING=1 yarpm-pnpm run start",
|
||||
"dev": "electron-vite dev --watch",
|
||||
"dev:debug": "cross-env ELECTRON_ENABLE_LOGGING=1 yarpm-pnpm run dev",
|
||||
"clean": "del-cli dist && del-cli pack",
|
||||
"clean": "del-cli dist && del-cli pack && del-cli .vite-inspect",
|
||||
"dist": "yarpm-pnpm run clean && yarpm-pnpm run build && electron-builder --win --mac --linux -p never",
|
||||
"dist:linux": "yarpm-pnpm run clean && yarpm-pnpm run build && electron-builder --linux -p never",
|
||||
"dist:mac": "yarpm-pnpm run clean && yarpm-pnpm run build && electron-builder --mac dmg:x64 -p never",
|
||||
@ -136,6 +137,7 @@
|
||||
"dependencies": {
|
||||
"@cliqz/adblocker-electron": "1.26.11",
|
||||
"@cliqz/adblocker-electron-preload": "1.26.11",
|
||||
"@electron-toolkit/tsconfig": "^1.0.1",
|
||||
"@ffmpeg.wasm/core-mt": "0.12.0",
|
||||
"@ffmpeg.wasm/main": "0.12.0",
|
||||
"@foobar404/wave": "2.0.4",
|
||||
@ -155,6 +157,7 @@
|
||||
"electron-store": "8.1.0",
|
||||
"electron-unhandled": "4.0.1",
|
||||
"electron-updater": "6.1.4",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"fast-average-color": "9.4.0",
|
||||
"fast-equals": "^5.0.1",
|
||||
"filenamify": "6.0.0",
|
||||
@ -164,7 +167,9 @@
|
||||
"keyboardevents-areequal": "0.2.2",
|
||||
"node-html-parser": "6.1.11",
|
||||
"node-id3": "0.2.6",
|
||||
"serve": "^14.2.1",
|
||||
"simple-youtube-age-restriction-bypass": "git+https://github.com/organization/Simple-YouTube-Age-Restriction-Bypass.git#v2.5.8",
|
||||
"ts-morph": "^20.0.0",
|
||||
"vudio": "2.1.1",
|
||||
"x11": "2.3.0",
|
||||
"youtubei.js": "7.0.0"
|
||||
@ -194,6 +199,7 @@
|
||||
"typescript": "5.2.2",
|
||||
"utf-8-validate": "6.0.3",
|
||||
"vite": "4.5.0",
|
||||
"vite-plugin-inspect": "^0.7.42",
|
||||
"vite-plugin-resolve": "2.5.1",
|
||||
"ws": "8.14.2",
|
||||
"yarpm": "1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user