GoGma commited on
Commit
0bb7876
·
verified ·
1 Parent(s): 4b63f89

Update package.json

Browse files
Files changed (1) hide show
  1. 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": "^15.0.0",
38
  "prisma": "^6.1.0",
39
- "react": "^18.3.1",
40
- "react-dom": "^18.3.1",
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
- "@types/react": "^18.3.1",
50
- "@types/react-dom": "^18.3.1",
51
- "tailwindcss": "^3.4.1",
 
 
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
+ }