-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 900 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 900 Bytes
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
{
"name": "code-editor-appp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.37.0",
"@monaco-editor/react": "^4.7.0",
"@vercel/analytics": "^1.5.0",
"axios": "^1.8.3",
"bcryptjs": "^3.0.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.15.0",
"mongoose": "^8.12.1",
"nanoid": "^5.1.5",
"next": "15.2.8",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^9.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"eslint": "^9.0.0",
"eslint-config-next": "15.2.3",
"tailwindcss": "^4"
}
}