luigi12345's picture
3d4d430fdc6c4817251cca13ca14d482b4155423564b910e7aa9b75b7cf593cc
df82a8c verified
raw
history blame
2.12 kB
{
"name": "cursor-analytics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "tsx prisma/seed.ts",
"update-log-costs": "tsx scripts/update-log-costs.ts"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^0.0.17",
"@ai-sdk/anthropic": "^0.0.46",
"@ai-sdk/cohere": "^0.0.17",
"@ai-sdk/google-vertex": "^0.0.28",
"@ai-sdk/mistral": "^0.0.34",
"@ai-sdk/openai": "^0.0.46",
"@prisma/client": "^5.18.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "^3.3.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lodash": "^4.17.21",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"ollama-ai-provider": "^0.12.0",
"openai": "^4.55.7",
"react": "^18",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typescript": "^5"
}
}