monthly update

This commit is contained in:
2022-01-04 12:55:36 +01:00
parent 29d23144e7
commit aa79d8a0d0
18 changed files with 491 additions and 161 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "A terrible webUI for yt-dlp, all-in-one solution.",
"scripts": {
"start": "node --harmony server.js",
"start": "node server.js",
"dev": "nodemon app.js",
"build": "parcel build ./frontend/index.html",
"fe": "parcel ./frontend/index.html --open",
@@ -13,16 +13,23 @@
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.1.0",
"better-sqlite3": "^7.4.5",
"chart.js": "^3.6.0",
"koa": "^2.13.4",
"koa-static": "^5.0.0",
"ordered-binary": "^1.2.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-bootstrap": "2.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"rxjs": "^7.4.0",
"socket.io": "^4.3.2",
"socket.io-client": "^4.3.2"
"socket.io-client": "^4.3.2",
"sqlite": "^4.0.23",
"uuid": "^8.3.2"
},
"devDependencies": {
"parcel": "^2.0.1"
"parcel": "^2.0.1",
"typescript": "^4.5.2"
}
}