-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.89 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@cognigy/chat-components",
"version": "0.35.0",
"type": "module",
"exports": "./dist/chat-components.js",
"module": "./dist/chat-components.js",
"types": "./dist/index.d.ts",
"files": [
"./dist/**/*",
"./src/**/*"
],
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepack": "npm run build",
"test": "vitest run",
"test:web-ui": "vitest --ui",
"test:watch": "vitest"
},
"devDependencies": {
"@cognigy/socket-client": "5.0.0-beta.20",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-flatpickr": "^3.8.11",
"@types/remarkable": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"@vitest/browser": "^1.3.0",
"@vitest/ui": "^1.3.0",
"eslint": "^8.52.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jsdom": "^23.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^5.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-dts": "^4.2.2",
"vite-plugin-svgr": "^4.1.0",
"vitest": "^1.3.0",
"vitest-github-actions-reporter": "^0.11.1",
"webdriverio": "^9.1.1"
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.4",
"@fontsource/figtree": "5.0.19",
"adaptivecards": "2.11.1",
"classnames": "^2.3.2",
"dompurify": "^3.0.11",
"moment": "^2.30.1",
"react-flatpickr": "^3.10.13",
"react-player": "2.16.0",
"react-tooltip": "5.28.0",
"remarkable": "^2.0.1",
"swiper": "^11.1.1"
},
"peerDependencies": {
"react": "^17.x || 18.x",
"react-dom": "^17.x || 18.x"
}
}