File tree Expand file tree Collapse file tree 4 files changed +556
-49
lines changed
Expand file tree Collapse file tree 4 files changed +556
-49
lines changed Original file line number Diff line number Diff line change 1313 "with-env" : " dotenv -e ../../.env --"
1414 },
1515 "dependencies" : {
16+ "@clerk/nextjs" : " ^4.21.15" ,
1617 "@t3-oss/env-nextjs" : " ^0.4.0" ,
1718 "next" : " ^13.4.5" ,
1819 "react" : " 18.2.0" ,
1920 "react-dom" : " 18.2.0" ,
20- "zod" : " ^3.21.4"
21+ "zod" : " ^3.21.4" ,
22+ "@acme/eslint-config" : " *" ,
23+ "@acme/tailwind-config" : " *" ,
24+ "tailwindcss" : " ^3.3.2" ,
25+ "typescript" : " ^5.1.3"
2126 },
2227 "devDependencies" : {
23- "@acme/eslint-config" : " ^0.1.0" ,
24- "@acme/tailwind-config" : " ^0.1.0" ,
2528 "@types/node" : " ^20.3.1" ,
2629 "@types/react" : " ^18.2.12" ,
2730 "@types/react-dom" : " ^18.2.5" ,
2831 "autoprefixer" : " ^10.4.14" ,
2932 "dotenv-cli" : " ^7.2.1" ,
3033 "eslint" : " ^8.42.0" ,
31- "postcss" : " ^8.4.24" ,
32- "tailwindcss" : " ^3.3.2" ,
33- "typescript" : " ^5.1.3"
34+ "postcss" : " ^8.4.24"
3435 }
3536}
Original file line number Diff line number Diff line change 1- import '.. /global.css' ;
1+ import '~ /global.css' ;
22import { ClerkProvider } from "@clerk/nextjs" ;
33
44export default function RootLayout ( {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments