Add missing @vitejs/plugin-react to devDependencies

This commit is contained in:
Vivek 2026-06-08 10:45:15 +00:00
parent 8ce5060e88
commit a918ba308c

View file

@ -17,6 +17,7 @@
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.24", "@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8", "@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",