feat(layout): created Layout component
Also adds a Transition component for dealing with transitions easily with tailwind
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user