-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.19 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
{
"name": "mathlingo-vis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate dev",
"prisma:push": "prisma db push",
"prisma:studio": "prisma studio"
},
"dependencies": {
"@google/genai": "^1.31.0",
"@vercel/analytics": "^2.0.1",
"d3": "^7.9.0",
"katex": "^0.16.47",
"lucide-react": "^0.556.0",
"mathjs": "^15.1.1",
"motion": "^12.38.0",
"openai": "^6.36.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-grab": "^0.1.32",
"react-markdown": "^10.1.0",
"recharts": "^3.5.1",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"three": "^0.170.0",
"next": "^15.1.3",
"@prisma/client": "^6.3.1",
"zod": "^3.24.1"
},
"devDependencies": {
"typescript": "^5.8.2",
"@types/node": "^22.14.0",
"@types/react": "^19.2.1",
"@types/react-dom": "^19.2.1",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
"tailwindcss": "^3.4.19",
"prisma": "^6.3.1",
"@tailwindcss/forms": "^0.5.9"
}
}