mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.240.0 to 0.241.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/v0.241.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "omnidash",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@clerk/nextjs": "^4.19.0",
|
|
"@radix-ui/react-avatar": "^1.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-scroll-area": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.4",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/node": "20.2.5",
|
|
"@types/react": "18.2.8",
|
|
"@types/react-dom": "18.2.4",
|
|
"aos": "^2.3.4",
|
|
"autoprefixer": "10.4.14",
|
|
"class-variance-authority": "^0.6.0",
|
|
"clsx": "^1.2.1",
|
|
"eslint": "8.42.0",
|
|
"eslint-config-next": "13.4.4",
|
|
"lucide-react": "^0.241.0",
|
|
"next": "13.4.4",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "8.4.24",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-wrap-balancer": "^0.5.0",
|
|
"tailwind-merge": "^1.13.0",
|
|
"tailwindcss": "3.3.2",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"typescript": "5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aos": "^3.0.4"
|
|
}
|
|
}
|