Sync package-lock.json and dependencies
This commit is contained in:
parent
54a16e93c5
commit
937332a8ec
1 changed files with 3 additions and 2 deletions
|
|
@ -20,10 +20,11 @@
|
||||||
"react": "^19.2.5",
|
"react": "^19.2.5",
|
||||||
"react-dom": "^19.2.5",
|
"react-dom": "^19.2.5",
|
||||||
"tailwindcss": "^3.4.19",
|
"tailwindcss": "^3.4.19",
|
||||||
"lucide-react": "^0.473.0",
|
"lucide-react": "0.473.0",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"tailwind-merge": "^2.6.0",
|
"tailwind-merge": "^2.6.0",
|
||||||
"motion": "^11.11.17"
|
"motion": "^11.11.17",
|
||||||
|
"framer-motion": "^11.11.17"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.19"
|
"@tailwindcss/typography": "^0.5.19"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue