-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "ministral",
"version": "0.1.0",
"private": true,
"packageManager": "bun@1.3.9",
"scripts": {
"dev": "concurrently --names next,convex \"next dev\" \"convex dev\"",
"predev": "convex dev --until-success && convex dashboard",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@clerk/clerk-react": "^5.60.0",
"@clerk/nextjs": "^6.37.3",
"@mistralai/mistralai": "^1.0.0",
"convex": "^1.31.7",
"geist": "^1.7.0",
"jimp": "^1.6.0",
"motion": "^12.34.3",
"next": "^16.1.6",
"postprocessing": "^6.38.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"replicate": "^1.4.0",
"three": "^0.172.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "^1.1.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^24.10.11",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.172.0",
"concurrently": "^9.2.1",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1",
"typescript": "5.9.3"
}
}