Skip to content

Commit 0c5bc94

Browse files
committed
feat(): set up authentication redirect and build up login page
1 parent 0b73e0b commit 0c5bc94

File tree

8 files changed

+399
-34
lines changed

8 files changed

+399
-34
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
"@emotion/react": "^11.11.0",
1515
"@mantine/core": "^6.0.13",
1616
"@mantine/hooks": "^6.0.13",
17+
"@mantine/next": "^6.0.13",
1718
"@morphis-labs/prettier-config": "^0.0.2",
1819
"@next-auth/prisma-adapter": "^1.0.5",
1920
"@prisma/client": "^4.14.0",
2021
"@t3-oss/env-nextjs": "^0.3.1",
22+
"@tabler/icons-react": "^2.20.0",
2123
"@tanstack/react-query": "^4.29.7",
2224
"@trpc/client": "^10.26.0",
2325
"@trpc/next": "^10.26.0",
@@ -42,6 +44,7 @@
4244
"eslint": "^8.40.0",
4345
"eslint-config-next": "^13.4.2",
4446
"prisma": "^4.14.0",
47+
"stylis-plugin-rtl": "^2.1.1",
4548
"typescript": "^5.0.4"
4649
},
4750
"ct3aMetadata": {

0 commit comments

Comments
 (0)