Implemented AI (“Rando”), refactored card rendering.

This commit is contained in:
Gareth Latty
2019-07-28 18:42:45 +01:00
parent 3836ef8b90
commit 110acdb70f
51 changed files with 1534 additions and 875 deletions
+8 -8
View File
@@ -25,16 +25,16 @@
"config.json5"
],
"dependencies": {
"ajv": "^6.10.0",
"ajv": "^6.10.2",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-winston": "^3.2.0",
"express-winston": "^3.2.1",
"express-ws": "^4.0.0",
"generic-pool": "^3.7.1",
"hashids": "^1.2.2",
"helmet": "^3.18.0",
"helmet": "^3.20.0",
"http-status-codes": "^1.3.2",
"json5": "^2.1.0",
"jsonwebtoken": "^8.5.1",
@@ -55,16 +55,16 @@
"@types/json5": "0.0.30",
"@types/jsonwebtoken": "^8.3.2",
"@types/source-map-support": "^0.5.0",
"@types/uuid": "^3.4.4",
"@types/uuid": "^3.4.5",
"@types/wu": "^2.1.39",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"nodemon": "^1.19.1",
"prettier": "1.18.2",
"typescript": "^3.5.2",
"typescript": "^3.5.3",
"typescript-json-validator": "^2.2.2"
}
}