omnidash/package.json
dependabot[bot] e91051b68c
build(deps): bump lucide-react from 0.256.0 to 0.257.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.256.0 to 0.257.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/v0.257.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>
2023-06-30 04:36:44 +00:00

56 lines
1.5 KiB
JSON

{
"name": "omnidash",
"version": "0.1.0",
"private": true,
"author": {
"name": "bartvdbraak",
"url": "https://github.com/bartvdbraak"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "next build && next start",
"typecheck": "tsc --noEmit",
"format:write": "prettier . --write --cache",
"format:check": "prettier . --check --cache",
"deps:check": "depcheck"
},
"dependencies": {
"@clerk/clerk-react": "^4.20.5",
"@clerk/nextjs": "^4.21.12",
"@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",
"aos": "^2.3.4",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.43.0",
"lucide-react": "^0.257.0",
"eslint-config-next": "13.4.7",
"next": "13.4.7",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^1.0.0",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/react": "^18.2.14",
"@types/node": "^20.3.2",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.14",
"depcheck": "^1.4.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
}
}