agentops/app/dashboard/package.json

143 lines
4.6 KiB
JSON

{
"name": "agentops-dashboard",
"version": "0.4.17",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev:cy": "next dev",
"dev-mobile": "next dev --turbo -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-types": "npx supabase gen types typescript --project-id kfjvadmhleciqfjbtgsj --schema public > lib/types_db.ts",
"test": "jest",
"format": "prettier --write",
"lint:fix": "next lint --fix",
"analyze": "cross-env ANALYZE=true next build && node scripts/organize-analytics.js",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.16",
"@assistant-ui/react": "^0.9.5",
"@assistant-ui/react-ai-sdk": "^0.9.4",
"@assistant-ui/react-markdown": "^0.9.2",
"@hookform/resolvers": "^3.3.4",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dismissable-layer": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-primitive": "^2.0.2",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@sentry/nextjs": "^9.6.0",
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.0",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-query-devtools": "^5.76.1",
"@tanstack/react-table": "^8.21.2",
"@tanstack/react-virtual": "^3.13.10",
"@vibe-kit/onboard": "^0.0.5",
"@xyflow/react": "^12.8.1",
"ai": "^4.3.9",
"anser": "^2.3.2",
"axios": "^1.8.3",
"caniuse-lite": "^1.0.30001715",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"date-fns": "^2.30.0",
"framer-motion": "^11.3.18",
"hugeicons-react": "^0.3.0",
"idb": "^7.1.1",
"input-otp": "^1.4.2",
"isomorphic-dompurify": "^2.24.0",
"json-edit-react": "^1.23.1",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"lucide-react": "^0.501.0",
"next": "15.2.3",
"next-themes": "^0.4.6",
"nyc": "^17.1.0",
"posthog-js": "^1.246.0",
"posthog-node": "^4.17.2",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-pivottable": "^0.11.0",
"react-resizable-panels": "^2.1.7",
"react-syntax-highlighter": "^15.6.1",
"reactflow": "^11.11.4",
"recharts": "^2.15.1",
"remark-gfm": "^4.0.1",
"sharp": "^0.33.5",
"stripe": "^17.7.0",
"swr": "^2.3.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.14.0",
"@next/bundle-analyzer": "^15.2.4",
"@tanstack/react-query-devtools": "^5.76.1",
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.17.16",
"@types/node": "^20.2.3",
"@types/react": "^18.2.7",
"@types/react-pivottable": "^0.11.2",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"cypress": "^14.3.0",
"cypress-mochawesome-reporter": "^3.8.2",
"dotenv": "^16.4.7",
"encoding": "^0.1.13",
"eslint": "^8.41.0",
"eslint-config-next": "^15.2.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.12.0",
"jest": "^29.7.0",
"postcss": "^8.4.23",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"supabase": "^1.63.1",
"ts-jest": "^29.1.1",
"typescript": "^5.4.5"
}
}