package update
This commit is contained in:
23
package.json
23
package.json
@@ -9,15 +9,22 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lucide-react": "^0.300.0",
|
"@radix-ui/react-slot": "^1.2.3",
|
||||||
"next": "14.0.4",
|
"class-variance-authority": "^0.7.1",
|
||||||
"react": "^18",
|
"clsx": "^2.1.1",
|
||||||
"react-dom": "^18"
|
"lucide-react": "^0.300.0",
|
||||||
|
"next": "14.0.4",
|
||||||
|
"react": "^18",
|
||||||
|
"react-dom": "^18",
|
||||||
|
"tailwind-merge": "^3.3.1",
|
||||||
|
"tailwindcss-animate": "^1.0.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.0.1",
|
"@types/react": "19.1.8",
|
||||||
"postcss": "^8",
|
"autoprefixer": "^10.0.1",
|
||||||
"tailwindcss": "^3.3.0"
|
"postcss": "^8",
|
||||||
|
"tailwindcss": "^3.3.0",
|
||||||
|
"typescript": "5.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user