-
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.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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": "blog-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.14.1",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.7.2",
"cookies-js": "^1.2.3",
"express-rate-limit": "^7.4.0",
"firebase-admin": "^12.2.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.10.1",
"next": "14.2.4",
"nodemailer": "^6.9.14",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-redux": "^9.1.2",
"react-responsive-pagination": "^2.6.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"redis": "^4.7.0",
"redux-thunk": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}