fixed package.json and a rfew othr things

This commit is contained in:
2025-02-03 12:57:15 -05:00
parent ffb42ba2d1
commit f614b064a0
8 changed files with 205 additions and 130 deletions

View File

@@ -3,13 +3,13 @@
"version": "0.2.0",
"private": "true",
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.10.0",
"@clerk/nextjs": "^6.10.6",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@headlessui/react": "^2.2.0",