mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "1.6.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"fix-lint": "npx eslint --fix . --ignore-pattern '.next/*' --ignore-pattern 'node_modules/*'",
|
|
"generate-client": "openapi-ts"
|
|
},
|
|
"dependencies": {
|
|
"@dagrejs/dagre": "^1.1.4",
|
|
"@hey-api/client-fetch": "^0.10.0",
|
|
"@livekit/components-react": "^2.9.0",
|
|
"@nangohq/frontend": "^0.60.3",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-dialog": "^1.1.13",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
"@radix-ui/react-label": "^2.1.3",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-radio-group": "^1.3.7",
|
|
"@radix-ui/react-select": "^2.2.2",
|
|
"@radix-ui/react-separator": "^1.1.3",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.1.4",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.0",
|
|
"@sentry/nextjs": "^9.28.1",
|
|
"@stackframe/stack": "^2.8.28",
|
|
"@xyflow/react": "^12.9.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"livekit-client": "^2.9.9",
|
|
"lucide-react": "^0.505.0",
|
|
"next": "^15.3.3",
|
|
"next-themes": "^0.4.6",
|
|
"pino": "^9.9.2",
|
|
"pino-pretty": "^13.1.1",
|
|
"posthog-js": "^1.255.1",
|
|
"posthog-node": "^5.1.1",
|
|
"react": "^19.1.0",
|
|
"react-day-picker": "^9.8.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-international-phone": "^4.5.0",
|
|
"react-timezone-select": "^3.2.8",
|
|
"recharts": "^3.1.2",
|
|
"shadcn-ui": "^0.9.5",
|
|
"sonner": "^2.0.5",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tw-animate-css": "^1.2.5",
|
|
"zundo": "^2.3.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@hey-api/openapi-ts": "^0.66.2",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/source-map-support": "^0.5.10",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "^15.3.3",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"source-map-support": "^0.5.21",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|