-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@google/genai": "^1.49.0",
"@lottiefiles/dotlottie-react": "^0.18.10",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"clipboard-copy": "^4.0.1",
"cloudinary": "^2.2.0",
"filereader": "^0.10.3",
"jsonwebtoken": "^9.0.2",
"lqip-modern": "^2.0.0",
"markdown-to-jsx": "^7.4.7",
"mongoose": "^8.4.3",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"nodemailer": "^7.0.13",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^3.8.1",
"remark-gfm": "^4.0.1",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"uuid": "^10.0.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/node": "^25.5.0",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19.2.14",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5.9.3"
}
}