feat(frontend): basic discover page (only movies) (#74)

This commit is contained in:
sct
2020-09-11 15:46:10 +09:00
committed by GitHub
parent 258bb93be2
commit bbfe349b52
11 changed files with 205 additions and 31 deletions

View File

@@ -21,6 +21,7 @@
"express": "^4.17.1",
"express-openapi-validator": "^3.16.15",
"express-session": "^1.17.1",
"lodash": "^4.17.20",
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1",
@@ -39,6 +40,7 @@
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.0",
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-transition-group": "^4.4.0",