Stremlined dependencies | built ad'Hoc http server

This commit is contained in:
2022-02-05 13:35:27 +01:00
parent fede4df965
commit 044004fd05
7 changed files with 123 additions and 277 deletions

View File

@@ -17,12 +17,7 @@
"author": "marcobaobao",
"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-icons": "^1.7.2",
@@ -39,9 +34,6 @@
"parcel": "^2.0.1",
"typescript": "^4.5.2",
"@types/better-sqlite3": "^7.4.2",
"@types/koa": "^2.13.4",
"@types/koa-static": "^4.0.2",
"@types/koa__cors": "^3.1.1",
"@types/node": "^17.0.13",
"@types/uuid": "^8.3.4"
}