feat(layout): created Layout component

Also adds a Transition component for dealing with transitions easily with tailwind
This commit is contained in:
sct
2020-08-19 06:31:36 +00:00
parent 8db2bfe44f
commit 1f497e8913
6 changed files with 476 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
"next": "9.5.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-transition-group": "^4.4.1",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.0",
"typeorm": "^0.2.25"
@@ -27,6 +28,7 @@
"@types/express": "^4.17.7",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-transition-group": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"commitizen": "^4.1.2",