chore: downgrade project dependencies and remove package-lock.json

This commit is contained in:
sazzadulalambd
2026-06-23 00:40:29 +06:00
parent a78ba9b343
commit 468a6d48ec
2 changed files with 6 additions and 10666 deletions

10660
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,21 +15,21 @@
"date-fns": "^4.4.0",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"react": "19.2.0",
"react-dom": "19.2.0",
"lucide-react": "^1.8.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^24",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.184.1",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}