-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.84 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "better-profile-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm dlx concurrently --kill-others -c \"auto\" \"pnpm:dev:*\" --handle-input --default-input-target=\"next\"",
"dev:next": "next dev --turbopack",
"dev:docker": "pnpm docker:up",
"dev-prep": "pnpm db:generate",
"dev-migrate": "pnpm db:push",
"build": "next build --turbopack",
"start": "next start",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"lint": "eslint .",
"lint:prettier": "prettier --check .",
"fix:prettier": "prettier . --write",
"fix:eslint": "eslint . --fix",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"docker:up": "docker compose up",
"vercel-build": "bash ./scripts/deploy.sh && pnpm build"
},
"dependencies": {
"@ai-sdk/anthropic": "2.0.16",
"@ai-sdk/gateway": "1.0.23",
"@ai-sdk/openai": "2.0.30",
"@ai-sdk/react": "2.0.44",
"@assistant-ui/react": "0.11.6",
"@assistant-ui/react-ai-sdk": "1.1.0",
"@assistant-ui/react-markdown": "0.11.0",
"@base-ui-components/react": "1.0.0-beta.3",
"@better-fetch/fetch": "1.1.18",
"@calcom/atoms": "1.5.0",
"@mantine/core": "8.3.1",
"@mantine/hooks": "8.3.1",
"@mastra/core": "0.16.3",
"@neondatabase/serverless": "1.0.1",
"@openrouter/ai-sdk-provider": "1.2.0",
"@orpc/client": "1.8.8",
"@orpc/server": "1.8.8",
"@orpc/tanstack-query": "1.8.8",
"@prompt-template/core": "0.11.1",
"@radix-ui/react-avatar": "1.1.10",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-tooltip": "1.2.8",
"@supermemory/tools": "1.0.4",
"@t3-oss/env-nextjs": "0.13.8",
"@tabler/icons-react": "3.34.1",
"@tanstack/react-form": "1.20.0",
"@tanstack/react-query": "5.87.4",
"ai": "5.0.44",
"better-auth": "1.3.9",
"better-profile-v2": "link:",
"class-variance-authority": "0.7.1",
"classix": "2.2.4",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"drizzle-kit": "0.31.4",
"drizzle-orm": "0.44.5",
"geist": "1.5.1",
"html-to-text": "9.0.5",
"jotai": "2.14.0",
"lucide-react": "0.544.0",
"motion": "12.23.12",
"nanoid": "5.1.5",
"next": "15.5.3",
"openai": "5.20.2",
"pg": "8.16.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"remark-gfm": "4.0.1",
"remeda": "2.31.1",
"shiki": "3.12.2",
"sonner": "2.0.7",
"streamdown": "1.2.0",
"tailwind-merge": "3.3.1",
"usehooks-ts": "3.1.1",
"zod": "4.1.8",
"zustand": "5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.35.0",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@next/eslint-plugin-next": "15.5.3",
"@tailwindcss/postcss": "4.1.13",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@types/html-to-text": "9.0.4",
"@types/nanoid": "3.0.0",
"@types/node": "24.4.0",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"@typescript-eslint/types": "8.43.0",
"@typescript-eslint/utils": "8.43.0",
"@vitest/ui": "3.2.4",
"eslint": "9.35.0",
"eslint-config-next": "15.5.3",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react-hooks": "5.2.0",
"jsdom": "27.0.0",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "7.0.1",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "4.1.13",
"tw-animate-css": "1.3.8",
"typescript": "5.9.2",
"typescript-eslint": "8.43.0",
"vitest": "3.2.4"
},
"packageManager": "pnpm@10.15.1",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"protobufjs",
"sharp",
"unrs-resolver"
]
}
}