-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 896 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
35
36
37
38
39
{
"name": "oddai-chatbot",
"version": "1.0.0",
"private": true,
"type": "module",
"author": {
"name": "Shawon",
"email": "shawonshanto104141@gmail.com",
"url": "https://github.com/shawonsh210"
},
"repository": {
"type": "git",
"url": "https://github.com/shawonsh210/OddAI-Chatbot.git"
},
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"lucide-react": "^1.17.0",
"mongoose": "^9.6.3",
"next": "16.2.9",
"next-auth": "4.24.14",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"remark-gfm": "^4.0.1",
"typescript": "^6.0.3"
},
"devDependencies": {
"eslint": "^9.39.4",
"eslint-config-next": "16.2.9"
}
}