first release

This commit is contained in:
genio
2021-11-18 21:46:38 +01:00
parent 9ea28f281a
commit f0034c57d8
14 changed files with 182 additions and 62 deletions

View File

@@ -12,10 +12,9 @@
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.1.0",
"dotenv": "^10.0.0",
"koa": "^2.13.4",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"koa-views": "^7.0.2",
"parcel": "^2.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
@@ -23,4 +22,4 @@
"socket.io": "^4.3.2",
"socket.io-client": "^4.3.2"
}
}
}