forked from Walkover-Web-Solution/chatbot-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.75 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
53
54
55
56
57
58
59
60
61
{
"name": "chatbot-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:pages": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@mui/x-data-grid": "^7.27.0",
"@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.9",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"frimousse": "^0.3.0",
"linkify-html": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isplainobject": "^4.0.6",
"lucide-react": "^0.474.0",
"msg91-webrtc-call": "^1.4.8",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-syntax-highlighter": "^15.6.1",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-saga": "^1.3.0",
"redux-state-sync": "^3.1.4",
"remark-gfm": "^4.0.1",
"rtlayer-client": "^1.5.5",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.8",
"@eslint/eslintrc": "^3",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.isplainobject": "^4.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/redux-state-sync": "^3.1.10",
"daisyui": "^4.12.23",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}