feat First implementation of plugins system

feat: Added PCSX2 integration
feat: Revamped UI a bit made it look better on light mode
This commit is contained in:
Simeon Radivoev 2026-03-25 21:51:10 +02:00
parent d85268fad7
commit a78e75335f
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
95 changed files with 2639 additions and 1259 deletions

View file

@ -53,12 +53,14 @@
"fs-extra": "^11.3.3",
"get-folder-size": "^5.0.0",
"jimp": "^1.6.0",
"mustache": "^4.2.0",
"node-disk-info": "^1.3.0",
"node-downloader-helper": "^2.1.10",
"node-stream-zip": "^1.15.0",
"open": "^11.0.0",
"pathe": "^2.0.3",
"systeminformation": "^5.31.1",
"tapable": "^2.3.0",
"tough-cookie": "^6.0.0",
"tough-cookie-file-store": "^3.3.0",
"ts-igdb-client": "^0.4.2",
@ -83,6 +85,7 @@
"@tanstack/zod-adapter": "^1.162.4",
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"@types/mustache": "^4.2.6",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/unzip-stream": "^0.3.4",