2025-09-09 14:37:32 +05:30
|
|
|
{
|
|
|
|
|
"name": "ui",
|
2026-03-27 00:10:25 +05:30
|
|
|
"version": "1.19.2",
|
2025-09-09 14:37:32 +05:30
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
2026-01-12 10:10:30 +05:30
|
|
|
"fix-lint": "npx eslint --fix . --ignore-pattern '.next/*' --ignore-pattern 'node_modules/*' --ignore-pattern 'next-env.d.ts'",
|
2025-09-09 14:37:32 +05:30
|
|
|
"generate-client": "openapi-ts"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@dagrejs/dagre": "^1.1.4",
|
|
|
|
|
"@hey-api/client-fetch": "^0.10.0",
|
|
|
|
|
"@nangohq/frontend": "^0.60.3",
|
2026-01-02 16:02:46 +05:30
|
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
2025-09-09 14:37:32 +05:30
|
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
2025-11-29 15:39:57 +05:30
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
2025-09-09 14:37:32 +05:30
|
|
|
"@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",
|
2025-11-29 15:39:57 +05:30
|
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
2025-09-09 14:37:32 +05:30
|
|
|
"@radix-ui/react-switch": "^1.1.4",
|
2025-11-15 17:32:37 +05:30
|
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
2025-11-29 15:39:57 +05:30
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
2025-09-09 14:37:32 +05:30
|
|
|
"@sentry/nextjs": "^9.28.1",
|
2025-11-29 15:39:57 +05:30
|
|
|
"@stackframe/stack": "^2.8.52",
|
2025-11-06 18:26:15 +05:30
|
|
|
"@xyflow/react": "^12.9.2",
|
2025-09-09 14:37:32 +05:30
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"date-fns": "^4.1.0",
|
2025-11-06 18:26:15 +05:30
|
|
|
"lucide-react": "^0.505.0",
|
2025-09-09 14:37:32 +05:30
|
|
|
"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",
|
2025-11-06 18:26:15 +05:30
|
|
|
"tw-animate-css": "^1.2.5",
|
|
|
|
|
"zundo": "^2.3.0",
|
|
|
|
|
"zustand": "^5.0.8"
|
2025-09-09 14:37:32 +05:30
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|