Spaces:
Build error
Build error
Update package.json
Browse files- package.json +9 -7
package.json
CHANGED
|
@@ -34,10 +34,10 @@
|
|
| 34 |
"clsx": "^2.1.1",
|
| 35 |
"framer-motion": "^11.0.0",
|
| 36 |
"lucide-react": "^0.446.0",
|
| 37 |
-
"next": "
|
| 38 |
"prisma": "^6.1.0",
|
| 39 |
-
"react": "
|
| 40 |
-
"react-dom": "
|
| 41 |
"react-hook-form": "^7.53.0",
|
| 42 |
"sonner": "^1.5.0",
|
| 43 |
"tailwind-merge": "^2.5.2",
|
|
@@ -46,9 +46,11 @@
|
|
| 46 |
"zod": "^3.23.8"
|
| 47 |
},
|
| 48 |
"devDependencies": {
|
| 49 |
-
"@
|
| 50 |
-
"@types/react
|
| 51 |
-
"
|
|
|
|
|
|
|
| 52 |
"typescript": "^5.0.0"
|
| 53 |
}
|
| 54 |
-
}
|
|
|
|
| 34 |
"clsx": "^2.1.1",
|
| 35 |
"framer-motion": "^11.0.0",
|
| 36 |
"lucide-react": "^0.446.0",
|
| 37 |
+
"next": "15.1.0",
|
| 38 |
"prisma": "^6.1.0",
|
| 39 |
+
"react": "19.0.0",
|
| 40 |
+
"react-dom": "19.0.0",
|
| 41 |
"react-hook-form": "^7.53.0",
|
| 42 |
"sonner": "^1.5.0",
|
| 43 |
"tailwind-merge": "^2.5.2",
|
|
|
|
| 46 |
"zod": "^3.23.8"
|
| 47 |
},
|
| 48 |
"devDependencies": {
|
| 49 |
+
"@tailwindcss/postcss": "^4.0.0",
|
| 50 |
+
"@types/react": "19.0.0",
|
| 51 |
+
"@types/react-dom": "19.0.0",
|
| 52 |
+
"postcss": "^8.4.0",
|
| 53 |
+
"tailwindcss": "^4.0.0",
|
| 54 |
"typescript": "^5.0.0"
|
| 55 |
}
|
| 56 |
+
}
|