-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.19 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
{
"name": "react-ai-chat-actions",
"version": "0.3.0",
"description": "React action toolbar for AI chat messages with like, dislike, copy, regenerate, speak, pin, themes and tooltips",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md",
"logo.png",
"llms.txt",
"examples"
],
"sideEffects": [
"**/*.css"
],
"scripts": {
"build": "tsdown",
"dev": "vite dev",
"knip": "knip",
"storybook": "storybook dev -p 6006",
"build-storybook": "npx storybook build",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirilinsky/react-ai-chat-actions.git"
},
"keywords": [
"react",
"next",
"nextjs",
"ai",
"llm",
"chat",
"ai-chat",
"chat-ui",
"chatbot",
"assistant-ui",
"actions",
"message-actions",
"reaction-buttons",
"feedback-buttons",
"copy-button",
"regenerate-response",
"react-chat",
"like",
"dislike",
"copy",
"message",
"toolbar",
"liquid glass",
"reactions"
],
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/kirilinsky/react-ai-chat-actions/issues"
},
"author": "Kirilinsky (https://github.com/kirilinsky)",
"homepage": "https://github.com/kirilinsky/react-ai-chat-actions#readme",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@storybook/react": "^10.4.6",
"@storybook/react-vite": "^10.4.6",
"@testing-library/react": "^16.3.2",
"@tsdown/css": "^0.21.10",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"jsdom": "^29.1.1",
"knip": "^6.17.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"storybook": "^10.4.6",
"tsdown": "^0.21.10",
"typescript": "^5.9.3",
"var-th": "^0.1.8",
"vite": "^8.0.16",
"vitest": "^4.1.10"
},
"dependencies": {
"lucide-react": "^0.577.0"
}
}