feat(frontend): modal component and basic request hookup (#91)

This commit is contained in:
sct
2020-09-15 14:12:36 +09:00
committed by GitHub
parent 42cf45fa19
commit 626099a2c9
9 changed files with 298 additions and 29 deletions

View File

@@ -25,6 +25,7 @@
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-spring": "^8.0.27",
"react-transition-group": "^4.4.1",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.0",
@@ -43,6 +44,7 @@
"@types/lodash": "^4.14.161",
"@types/node": "^14.10.0",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-transition-group": "^4.4.0",
"@types/swagger-ui-express": "^4.1.2",
"@types/yamljs": "^0.2.31",