@telnyx/ai-chat-widget 2.0.2
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/README.md +34 -0
- package/dist/index.cjs +2339 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +165 -0
- package/dist/index.mjs +47981 -0
- package/dist/index.mjs.map +1 -0
- package/dist/index.umd.js +2339 -0
- package/dist/index.umd.js.map +1 -0
- package/package.json +99 -0
package/package.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@telnyx/ai-chat-widget",
|
|
3
|
+
"version": "2.0.2",
|
|
4
|
+
"description": "Embeddable AI chat widget",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"main": "dist/index.cjs",
|
|
11
|
+
"module": "dist/index.mjs",
|
|
12
|
+
"unpkg": "dist/index.umd.js",
|
|
13
|
+
"types": "dist/index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"require": "./dist/index.cjs",
|
|
18
|
+
"import": "./dist/index.mjs"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"keywords": [
|
|
22
|
+
"ai",
|
|
23
|
+
"chat",
|
|
24
|
+
"widget"
|
|
25
|
+
],
|
|
26
|
+
"author": "Rudra",
|
|
27
|
+
"sideEffects": false,
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"access": "public",
|
|
30
|
+
"registry": "https://registry.npmjs.org/"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"react": "^18 || ^19",
|
|
34
|
+
"react-dom": "^18 || ^19"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@heroicons/react": "^2.2.0",
|
|
38
|
+
"@radix-ui/react-tooltip": "^1.2.4",
|
|
39
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
40
|
+
"class-variance-authority": "^0.7.1",
|
|
41
|
+
"clsx": "^2.1.1",
|
|
42
|
+
"eventsource": "^3.0.7",
|
|
43
|
+
"immer": "^10.1.1",
|
|
44
|
+
"motion": "^12.9.4",
|
|
45
|
+
"react-markdown": "^10.1.0",
|
|
46
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
47
|
+
"remark-gfm": "^4.0.1",
|
|
48
|
+
"tailwind-merge": "^3.2.0",
|
|
49
|
+
"use-immer": "^0.11.0",
|
|
50
|
+
"uuid": "^11.1.0",
|
|
51
|
+
"zustand": "^5.0.4"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@biomejs/biome": "1.9.4",
|
|
55
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
56
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
57
|
+
"@semantic-release/git": "^10.0.1",
|
|
58
|
+
"@semantic-release/npm": "^12.0.1",
|
|
59
|
+
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
60
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
61
|
+
"@storybook/addon-interactions": "^8.6.12",
|
|
62
|
+
"@storybook/addon-onboarding": "^8.6.12",
|
|
63
|
+
"@storybook/blocks": "^8.6.12",
|
|
64
|
+
"@storybook/react": "^8.6.12",
|
|
65
|
+
"@storybook/react-vite": "^8.6.12",
|
|
66
|
+
"@storybook/test": "^8.6.12",
|
|
67
|
+
"@tailwindcss/cli": "^4.1.4",
|
|
68
|
+
"@tailwindcss/postcss": "^4.1.12",
|
|
69
|
+
"@types/node": "^22.15.3",
|
|
70
|
+
"@types/react": "^19.1.2",
|
|
71
|
+
"@types/react-dom": "^19.1.2",
|
|
72
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
73
|
+
"autoprefixer": "^10.4.21",
|
|
74
|
+
"esbuild-raw-plugin": "^0.3.1",
|
|
75
|
+
"globals": "^16.0.0",
|
|
76
|
+
"postcss": "^8.5.6",
|
|
77
|
+
"postcss-cli": "^11.0.1",
|
|
78
|
+
"semantic-release": "^24.2.4",
|
|
79
|
+
"storybook": "^8.6.12",
|
|
80
|
+
"tailwind-scrollbar": "^4.0.2",
|
|
81
|
+
"tailwindcss": "^4.1.4",
|
|
82
|
+
"tsup": "^8.4.0",
|
|
83
|
+
"tw-animate-css": "^1.2.9",
|
|
84
|
+
"typescript": "~5.8.3",
|
|
85
|
+
"unplugin-dts": "^1.0.0-beta.6",
|
|
86
|
+
"vite": "^6.3.3",
|
|
87
|
+
"vite-plugin-dts": "^4.5.3"
|
|
88
|
+
},
|
|
89
|
+
"scripts": {
|
|
90
|
+
"build": "./build.sh",
|
|
91
|
+
"type-check": "tsc --noEmit",
|
|
92
|
+
"lint": "biome lint --write",
|
|
93
|
+
"format": "biome format --write",
|
|
94
|
+
"storybook": "storybook dev -p 6006",
|
|
95
|
+
"build-storybook": "storybook build",
|
|
96
|
+
"watch:css": "postcss ./src/styles/index.css -o ./src/styles/style.css --watch",
|
|
97
|
+
"build:css": "postcss ./src/styles/index.css -o ./src/styles/style.css"
|
|
98
|
+
}
|
|
99
|
+
}
|