-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 5.01 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 5.01 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@cognigy/webchat",
"version": "3.42.0",
"description": "Webchat for Cognigy.AI",
"author": "Cognigy GmbH <info@cognigy.com>",
"contributors": [
"Robin Schuster <r.schuster@cognigy.com>"
],
"license": "SEE LICENSE IN LICENSE",
"main": "dist/webchat.js",
"module": "dist/webchat.esm.js",
"exports": {
"import": "./dist/webchat.esm.js",
"require": "./dist/webchat.js"
},
"repository": {
"url": "https://github.com/Cognigy/Webchat"
},
"files": [
"./dist/webchat.esm.js",
"./dist/webchat.js",
"./LICENSE",
"OSS_LICENSES.txt"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run build:umd && npm run build:esm",
"build:umd": "webpack --config webpack.production.js",
"build:esm": "webpack --config webpack.es.js",
"update-license": "node update-license.js",
"dev": "webpack-dev-server --config webpack.dev.js --host 0.0.0.0",
"cypress:open:chrome": "cypress open --e2e --browser chrome",
"cypress:open:firefox": "cypress open --e2e --browser firefox",
"cypress:serve": "http-server -a localhost -p 8787 dist/ --silent",
"cypress:run:chrome": "cypress run --browser chrome --quiet",
"cypress:run:progressive-rendering": "cypress run --browser chrome --quiet --env useProgressiveRendering=true",
"cypress:run:firefox": "cypress run --browser firefox --quiet",
"test:cypress:chrome": "run-p -r cypress:serve cypress:run:chrome",
"test:cypress:firefox": "run-p -r cypress:serve cypress:run:firefox",
"test:cypress:progressive-rendering": "run-p -r cypress:serve cypress:run:progressive-rendering",
"test": "npm run test:cypress:chrome",
"prepack": "npm run build && npm run update-license",
"pretest": "npm run build",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"tsc:check": "tsc --noEmit",
"lint": "eslint src/",
"deps:check": "npx -y depcheck",
"deps:analyze": "npx -y webpack-bundle-analyzer stats.json dist",
"codeql:scan:src": "codeql database create --overwrite codeql-db --language=javascript --source-root=. --codescanning-config=codeql-config.yml && codeql database analyze codeql-db codeql/javascript-queries --format=sarifv2.1.0 --output=codeql-results-src.sarif --threads=0",
"codeql:scan:dist": "npm run build && codeql database create --overwrite codeql-db --language=javascript --source-root=dist && codeql database analyze codeql-db codeql/javascript-queries --format=sarifv2.1.0 --output=codeql-results-dist.sarif --threads=0"
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
"@cognigy/chat-components": "0.70.0",
"@cognigy/socket-client": "5.0.0-beta.26",
"@emotion/cache": "^10.0.29",
"@emotion/react": "^11.13.0",
"@emotion/serialize": "1.3.3",
"@emotion/styled": "^11.13.0",
"@reduxjs/toolkit": "^2.2.7",
"axios": "1.15.0",
"classnames": "2.5.1",
"dompurify": "3.4.0",
"license-checker": "25.0.1",
"lodash": "^4.18.1",
"moment": "^2.29.4",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.3",
"react-modal": "^3.16.3",
"react-redux": "7.2.9",
"react-remove-scroll": "^2.7.1",
"react-responsive": "9.0.2",
"react-scroll-to-bottom": "4.2.0",
"react-textarea-autosize": "8.5.9",
"react-transition-group": "4.4.5",
"redux": "^4.0.4",
"remark-gfm": "^4.0.0",
"stylis": "3.5.4",
"stylis-rtl": "^1.0.1",
"tinycolor2": "1.6.0",
"uifx": "^2.0.7",
"uuid": "9.0.1"
},
"peerDependencies": {
"react": "^18.3.0 || ^19.0.0",
"react-dom": "^18.3.0 || ^19.0.0"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@eslint/js": "^9.0.0",
"@redux-devtools/extension": "^3.3.0",
"@svgr/webpack": "8.1.0",
"@types/dom-speech-recognition": "0.0.4",
"@types/dompurify": "^2.0.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/react-redux": "7.1.31",
"@types/react-transition-group": "4.4.10",
"@types/remarkable": "^2.0.3",
"@types/resize-observer-browser": "^0.1.11",
"@types/tinycolor2": "^1.4.3",
"@types/uuid": "^3.4.6",
"@types/whatwg-fetch": "0.0.33",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-loader": "^8.2.3",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.5.1",
"cypress": "^14.0",
"cypress-axe": "^1.6.0",
"cypress-real-events": "^1.13.0",
"cypress-wait-until": "^1.7.2",
"es-check": "^6.1.1",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"http-server": "^0.13.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.0",
"typesafe-actions": "^3.0.0",
"typescript": "^5.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"whatwg-fetch": "^3.6.2"
},
"engines": {
"node": ">=22.1.0"
},
"overrides": {
"cross-spawn": ">=7.0.5",
"loader-utils": "2.0.4"
}
}