-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 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
{
"name": "codejovz.github.io",
"private": true,
"version": "2.5.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ai-sdk/mistral": "^3.0.27",
"@ai-sdk/react": "^3.0.143",
"@vercel/analytics": "^1.5.0",
"ai": "^6.0.141",
"next": "^16.2.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-svg-inliner": "^1.3.0",
"rehype-sanitize": "^5.0.1",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/node": "25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"ajv": "^8.18.0",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.56.0"
},
"overrides": {
"ajv": "^8.18.0",
"vfile": "^6.0.0",
"vfile-message": "^4.0.0",
"unified": "^11.0.0"
}
}