chatnext-assistant 0.24.71 → 0.25.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.js +27 -28
- package/package.json +197 -1
package/package.json
CHANGED
|
@@ -1 +1,197 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "chatnext-assistant",
|
|
3
|
+
"version": "0.25.11",
|
|
4
|
+
"author": "Hybrowlabs Technologies",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vite --host",
|
|
8
|
+
"build": "vite build",
|
|
9
|
+
"build:chatnext-app": "vite --config vite-config-chatnext-app.ts build",
|
|
10
|
+
"test": "tsc --noEmit",
|
|
11
|
+
"whatsapp-svgr-codegen": "svgr --out-dir src/whatsapp-web/assets/icons --typescript src/whatsapp-web/assets/raw_icons",
|
|
12
|
+
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
13
|
+
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist/*"
|
|
17
|
+
],
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@calumk/editorjs-codeflask": "^1.0.9",
|
|
20
|
+
"@craco/craco": "^6.2.0",
|
|
21
|
+
"@editorjs/attaches": "^1.3.0",
|
|
22
|
+
"@editorjs/checklist": "^1.6.0",
|
|
23
|
+
"@editorjs/editorjs": "^2.28.2",
|
|
24
|
+
"@editorjs/embed": "^2.7.0",
|
|
25
|
+
"@editorjs/header": "^2.8.1",
|
|
26
|
+
"@editorjs/link": "^2.6.2",
|
|
27
|
+
"@editorjs/list": "^1.9.0",
|
|
28
|
+
"@editorjs/nested-list": "^1.4.2",
|
|
29
|
+
"@editorjs/simple-image": "^1.6.0",
|
|
30
|
+
"@formio/react": "^5.3.0",
|
|
31
|
+
"@heroicons/react": "^2.0.18",
|
|
32
|
+
"@jukben/emoji-search": "^3.0.0",
|
|
33
|
+
"@monaco-editor/react": "^4.5.2",
|
|
34
|
+
"@nivo/core": "^0.80.0",
|
|
35
|
+
"@nivo/pie": "^0.83.0",
|
|
36
|
+
"@reduxjs/toolkit": "^1.9.5",
|
|
37
|
+
"@rollup/plugin-typescript": "^11.1.0",
|
|
38
|
+
"@tailwindcss/forms": "^0.5.3",
|
|
39
|
+
"@tanstack/query-sync-storage-persister": "^5.14.1",
|
|
40
|
+
"@tanstack/react-query-devtools": "^4.29.19",
|
|
41
|
+
"@tanstack/react-query-persist-client": "^5.14.1",
|
|
42
|
+
"@testing-library/jest-dom": "^5.11.4",
|
|
43
|
+
"@testing-library/react": "^11.1.0",
|
|
44
|
+
"@testing-library/user-event": "^12.1.10",
|
|
45
|
+
"@tinymce/tinymce-react": "^5.0.1",
|
|
46
|
+
"@tiptap/pm": "^2.2.1",
|
|
47
|
+
"@tiptap/react": "^2.2.1",
|
|
48
|
+
"@tiptap/starter-kit": "^2.2.1",
|
|
49
|
+
"@tsed/tailwind-formio": "^1.10.13",
|
|
50
|
+
"@types/csvtojson": "^2.0.0",
|
|
51
|
+
"@types/prop-types": "^15.7.10",
|
|
52
|
+
"@types/react-color": "^3.0.6",
|
|
53
|
+
"@types/react-datepicker": "^4.15.0",
|
|
54
|
+
"@types/webscopeio__react-textarea-autocomplete": "^4.7.5",
|
|
55
|
+
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
|
|
56
|
+
"ace-builds": "^1.31.1",
|
|
57
|
+
"chart.js": "^3.5.0",
|
|
58
|
+
"chartjs-adapter-moment": "^1.0.0",
|
|
59
|
+
"clsx": "^2.1.0",
|
|
60
|
+
"compressorjs": "^1.2.1",
|
|
61
|
+
"csvtojson": "^2.0.10",
|
|
62
|
+
"date-fns": "^2.30.0",
|
|
63
|
+
"draft-js": "^0.11.7",
|
|
64
|
+
"editorjs-button": "^1.0.4",
|
|
65
|
+
"editorjs-change-case": "^0.0.3",
|
|
66
|
+
"editorjs-header-with-anchor": "^2.6.0",
|
|
67
|
+
"editorjs-hyperlink": "^1.0.6",
|
|
68
|
+
"editorjs-style": "^3.0.3",
|
|
69
|
+
"editorjs-table": "^1.4.10",
|
|
70
|
+
"editorjs-text-color-plugin": "^2.0.4",
|
|
71
|
+
"editorjs-tooltip": "^1.1.15",
|
|
72
|
+
"eslint-config-airbnb": "19.0.4",
|
|
73
|
+
"formiojs": "4.21.7",
|
|
74
|
+
"framer-motion": "^10.16.16",
|
|
75
|
+
"frappe-react-sdk": "^1.12.0",
|
|
76
|
+
"history": "^5.3.0",
|
|
77
|
+
"html-react-parser": "^3.0.16",
|
|
78
|
+
"jspdf": "^2.5.1",
|
|
79
|
+
"localforage": "^1.10.0",
|
|
80
|
+
"lodash": "^4.17.21",
|
|
81
|
+
"lz-string": "^1.5.0",
|
|
82
|
+
"moment": "^2.30.1",
|
|
83
|
+
"monaco-editor": "^0.44.0",
|
|
84
|
+
"nanoid": "^4.0.0",
|
|
85
|
+
"postcss-import": "^15.1.0",
|
|
86
|
+
"postcss-nesting": "^12.0.0",
|
|
87
|
+
"prop-types": "^15.8.1",
|
|
88
|
+
"quill-better-table": "^1.2.10",
|
|
89
|
+
"quill-mention": "^4.1.0",
|
|
90
|
+
"rc-time-picker": "^3.7.3",
|
|
91
|
+
"re-resizable": "^6.9.1",
|
|
92
|
+
"react": "^18.2.0",
|
|
93
|
+
"react-ace": "^10.1.0",
|
|
94
|
+
"react-color": "^2.19.3",
|
|
95
|
+
"react-datasheet-grid": "^4.11.4",
|
|
96
|
+
"react-datepicker": "^4.25.0",
|
|
97
|
+
"react-dom": "^18.2.0",
|
|
98
|
+
"react-dropzone": "^14.2.3",
|
|
99
|
+
"react-flatpickr": "^3.10.7",
|
|
100
|
+
"react-helmet": "^6.1.0",
|
|
101
|
+
"react-html-parser": "^2.0.2",
|
|
102
|
+
"react-icons": "^4.11.0",
|
|
103
|
+
"react-indexed-db-hook": "^1.0.14",
|
|
104
|
+
"react-intersection-observer": "^9.5.1",
|
|
105
|
+
"react-loading-skeleton": "3.3.1",
|
|
106
|
+
"react-markdown": "^8.0.7",
|
|
107
|
+
"react-query": "^3.39.3",
|
|
108
|
+
"react-quill": "^2.0.0",
|
|
109
|
+
"react-quill-with-table": "^1.3.3",
|
|
110
|
+
"react-redux": "^8.0.5",
|
|
111
|
+
"react-responsive": "^9.0.2",
|
|
112
|
+
"react-router": "^6.14.1",
|
|
113
|
+
"react-router-dom": "^6.14.1",
|
|
114
|
+
"react-scripts": "4.0.3",
|
|
115
|
+
"react-syntax-highlighter": "^15.5.0",
|
|
116
|
+
"react-to-webcomponent": "^1.7.6",
|
|
117
|
+
"react-transition-group": "^4.4.1",
|
|
118
|
+
"react-virtualized": "^9.22.5",
|
|
119
|
+
"reactflow": "^11.7.4",
|
|
120
|
+
"redux-undo": "^1.0.1",
|
|
121
|
+
"rehype-raw": "^7.0.0",
|
|
122
|
+
"remark-gfm": "^3.0.1",
|
|
123
|
+
"sass": "^1.43.2",
|
|
124
|
+
"styled-components": "^6.1.8",
|
|
125
|
+
"use-undo": "^1.1.1",
|
|
126
|
+
"uuid": "^9.0.0",
|
|
127
|
+
"vite-plugin-svgr": "^3.2.0",
|
|
128
|
+
"web-vitals": "^1.0.1"
|
|
129
|
+
},
|
|
130
|
+
"devDependencies": {
|
|
131
|
+
"@commitlint/cli": "^16.0.2",
|
|
132
|
+
"@commitlint/config-conventional": "^16.0.0",
|
|
133
|
+
"@headlessui/react": "^1.7.15",
|
|
134
|
+
"@svgr/cli": "^8.0.1",
|
|
135
|
+
"@tanstack/react-query": "^4.29.17",
|
|
136
|
+
"@types/jest": "^26.0.15",
|
|
137
|
+
"@types/lodash": "^4.14.196",
|
|
138
|
+
"@types/node": "^20.10.5",
|
|
139
|
+
"@types/react": "^18.0.28",
|
|
140
|
+
"@types/react-dom": "^18.0.11",
|
|
141
|
+
"@types/react-helmet": "^6.1.11",
|
|
142
|
+
"@types/react-redux": "^7.1.21",
|
|
143
|
+
"@types/react-syntax-highlighter": "^15.5.7",
|
|
144
|
+
"@types/react-virtualized": "^9.21.29",
|
|
145
|
+
"@types/uuid": "^9.0.1",
|
|
146
|
+
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
147
|
+
"@typescript-eslint/parser": "^6.13.2",
|
|
148
|
+
"@vitejs/plugin-react": "^3.1.0",
|
|
149
|
+
"autoprefixer": "^10.4.14",
|
|
150
|
+
"eslint": "^8.55.0",
|
|
151
|
+
"eslint-config-prettier": "^9.1.0",
|
|
152
|
+
"eslint-plugin-import": "^2.25.3",
|
|
153
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
154
|
+
"eslint-plugin-react": "^7.33.2",
|
|
155
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
156
|
+
"eslint-plugin-react-refresh": "^0.3.4",
|
|
157
|
+
"eslint-watch": "^8.0.0",
|
|
158
|
+
"husky": "^8.0.0",
|
|
159
|
+
"lint-staged": "^13.0.3",
|
|
160
|
+
"postcss": "^8.4.23",
|
|
161
|
+
"postcss-nested": "^4.2.3",
|
|
162
|
+
"prettier": "^3.0.3",
|
|
163
|
+
"prettier-plugin-tailwindcss": "^0.1.7",
|
|
164
|
+
"react-error-overlay": "6.0.9",
|
|
165
|
+
"tailwindcss": "^3.3.1",
|
|
166
|
+
"tslib": "^2.5.0",
|
|
167
|
+
"typescript": "^4.9.3",
|
|
168
|
+
"uuid": "^9.0.0",
|
|
169
|
+
"vite": "^4.3.9"
|
|
170
|
+
},
|
|
171
|
+
"lint-staged": {
|
|
172
|
+
"*.js": [
|
|
173
|
+
"eslint --cache --fix",
|
|
174
|
+
"prettier --write"
|
|
175
|
+
],
|
|
176
|
+
"*.jsx": [
|
|
177
|
+
"eslint --cache --fix",
|
|
178
|
+
"prettier --write"
|
|
179
|
+
],
|
|
180
|
+
"*.ts": [
|
|
181
|
+
"eslint --cache --fix",
|
|
182
|
+
"prettier --write"
|
|
183
|
+
],
|
|
184
|
+
"*.tsx": [
|
|
185
|
+
"eslint --cache --fix",
|
|
186
|
+
"prettier --write"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
"repository": {
|
|
190
|
+
"type": "git",
|
|
191
|
+
"url": "git+https://github.com/hybrowlabs/chatnext-frontend.git"
|
|
192
|
+
},
|
|
193
|
+
"publishConfig": {
|
|
194
|
+
"provenance": false,
|
|
195
|
+
"access": "public"
|
|
196
|
+
}
|
|
197
|
+
}
|