Implemented a basic way to queue games using DownloadService. Games will download and extract without blocking UI, but more needs to be done to reflect the game in UI and database.
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"devDependencies": {
|
|
"ts-loader": "^9.4.4",
|
|
"typescript": "^5.2.2",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"split.js": "^1.6.5"
|
|
}
|
|
}
|