rasAli02 commited on
Commit
06670f7
·
1 Parent(s): 6fa91ec

🧹 Cleanup: Remove redundant package-lock.json and fix peer dependency warnings

Browse files
Files changed (1) hide show
  1. frontend/package.json +6 -1
frontend/package.json CHANGED
@@ -88,7 +88,12 @@
88
  "eslint-plugin-react-hooks": "5.2.0",
89
  "globals": "15.15.0",
90
  "postcss": "^8.4.49",
91
- "tailwindcss": "^3.4.17"
 
 
 
 
 
92
  },
93
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
94
  }
 
88
  "eslint-plugin-react-hooks": "5.2.0",
89
  "globals": "15.15.0",
90
  "postcss": "^8.4.49",
91
+ "tailwindcss": "^3.4.17",
92
+ "typescript": "^5.0.0",
93
+ "@types/node": "^20.0.0",
94
+ "@types/react": "^19.0.0",
95
+ "@types/react-dom": "^19.0.0",
96
+ "react-is": "^19.0.0"
97
  },
98
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
99
  }