-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 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
{
"name": "codenoid",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^3.0.29",
"@ai-sdk/react": "^3.0.88",
"@google/genai": "^1.41.0",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.2.2",
"@react-pdf/renderer": "^4.3.0",
"@reduxjs/toolkit": "^2.10.1",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.36.2",
"ai": "^6.0.86",
"argon2": "^0.44.0",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"google-auth-library": "^10.5.0",
"highlight.js": "^11.11.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.575.0",
"mongoose": "^8.19.3",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-syntax-highlighter": "^16.1.0",
"tailwind-merge": "^3.4.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "4.2.0",
"@tailwindcss/typography": "^0.5.19",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "25.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9",
"eslint-config-next": "^16.0.1",
"tailwindcss": "4.2.0"
},
"overrides": {
"minimatch": "^10.2.1",
"glob": "^11.0.0",
"rimraf": "^6.0.0"
}
}