-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.79 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
{
"name": "stem-wiz",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.6.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:generate": "drizzle-kit generate",
"db:studio": "drizzle-kit studio",
"db:auth": "pnpm dlx @better-auth/cli generate --output ./src/db/schemas/new-user.ts --config ./src/lib/auth/auth.ts"
},
"dependencies": {
"@ai-sdk/mistral": "^3.0.36",
"@ai-sdk/react": "^3.0.182",
"@base-ui/react": "^1.4.1",
"@hookform/resolvers": "^5.2.2",
"@mdxeditor/editor": "^4.0.0",
"@monaco-editor/react": "^4.7.0",
"@neondatabase/serverless": "^1.1.0",
"@openrouter/ai-sdk-provider": "^2.9.1",
"@t3-oss/env-nextjs": "^0.13.11",
"@tanstack/react-pacer": "^0.22.1",
"@tanstack/react-query": "^5.101.0",
"@uiw/codemirror-theme-github": "^4.25.9",
"@uiw/react-md-editor": "^4.1.1",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"ai": "^6.0.180",
"better-auth": "^1.6.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.2",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"katex": "^0.17.0",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"node-mailjet": "^6.0.11",
"nuqs": "^2.8.9",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.4",
"react-error-boundary": "^6.1.2",
"react-hook-form": "^7.75.0",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.11.0",
"recharts": "3.8.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.3",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shadcn": "^4.7.0",
"shiki": "^4.0.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vaul": "^1.1.2",
"ws": "^8.20.0",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.18.1",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}