omnidash/package.json
dependabot[bot] aa5e101733
build(deps-dev): bump @types/react-dom from 18.2.6 to 18.2.7
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.6 to 18.2.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 06:37:05 +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.22.0",
"@clerk/nextjs": "^4.21.15",
"@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.44.0",
"lucide-react": "^0.259.0",
"eslint-config-next": "13.4.9",
"next": "13.4.9",
"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.4.2",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"depcheck": "^1.4.3",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
}
}