-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 KB
/
package.json
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
{
"name": "chatbot-app",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^2.0.3",
"@chatscope/chat-ui-kit-react": "^1.9.9",
"@reduxjs/toolkit": "^1.9.1",
"@strapi/helper-plugin": "^4.6.2",
"@strapi/plugin-content-manager": "^4.6.2",
"@strapi/plugin-i18n": "4.6.2",
"@strapi/plugin-upload": "^4.6.2",
"@strapi/plugin-users-permissions": "4.6.2",
"@strapi/strapi": "4.6.2",
"axios": "^1.2.3",
"chatgpt": "^4.4.0",
"fb": "^2.0.0",
"fb-messenger-bot-api": "^4.4.0",
"html-react-parser": "^3.0.9",
"mysql": "2.18.1",
"node-wit": "^6.5.1",
"openai": "^3.1.0",
"react-chartjs-2": "^5.2.0",
"react-dnd-html5-backend": "^16.0.1",
"react-highlight-words": "^0.18.0",
"react-icons": "^4.7.1",
"react-indiana-drag-scroll": "^2.2.0",
"react-redux": "^8.0.5",
"react-social-login": "^3.4.16",
"react-toastify": "^9.1.1",
"reactflow": "^11.4.0",
"redis": "^4.5.1",
"slugify": "^1.6.5",
"strapi-plugin-io": "^1.1.4",
"uuid": "^9.0.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "bf74e2c4-7121-4327-8265-5be32d68f151"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}