-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 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
{
"name": "pm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"resolutions": {
"prismjs": ">=1.30.0"
},
"dependencies": {
"@google/genai": "^1.20.0",
"@reduxjs/toolkit": "^2.9.0",
"@types/react-redux": "^7.1.34",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.12.2",
"bcryptjs": "^3.0.2",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"highlight.js": "^11.11.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.18.2",
"next": "15.5.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-redux": "^9.2.0",
"react-select": "^5.10.2",
"react-syntax-highlighter": "^15.6.6",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"zod": "^4.1.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}