Implement theming

This commit is contained in:
Aaron William Po
2023-04-21 23:31:09 -04:00
parent 070d537a6a
commit 2dfb080d0c
5 changed files with 76 additions and 25 deletions

View File

@@ -44,6 +44,7 @@
"react-responsive-carousel": "^3.2.23",
"sparkpost": "^2.1.4",
"swr": "^2.1.2",
"theme-change": "^2.5.0",
"zod": "^3.21.4"
},
"devDependencies": {
@@ -77,7 +78,7 @@
"tailwindcss-animate": "^1.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
},
"prisma": {
"schema": "./src/prisma/schema.prisma"
}