refactoring

This commit is contained in:
2021-11-24 10:19:52 +01:00
parent 88cbba61ef
commit f6103c1f2c
4 changed files with 11 additions and 7 deletions

View File

@@ -1,26 +1,27 @@
{
"name": "youtube-dlp-web",
"version": "1.0.0",
"description": "",
"description": "A terrible webUI for yt-dlp, all-in-one solution.",
"scripts": {
"start": "node --harmony server.js",
"dev": "nodemon app.js",
"build": "parcel build ./frontend/index.html",
"fe": "parcel ./frontend/index.html --open",
"fetch":"./lib/fetch-yt-dlp.sh && mv yt-dlp ./lib"
"fetch": "./lib/fetch-yt-dlp.sh && mv yt-dlp ./lib"
},
"author": "",
"author": "marcobaobao",
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.1.0",
"dotenv": "^10.0.0",
"koa": "^2.13.4",
"koa-static": "^5.0.0",
"parcel": "^2.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"socket.io": "^4.3.2",
"socket.io-client": "^4.3.2"
},
"devDependencies": {
"parcel": "^2.0.1"
}
}