-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.26 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "chattr",
"version": "1.2.3",
"author": {
"name": "Christian B. Martinez",
"email": "hello@christianbmartinez.com",
"url": "https://christianbmartinez.com"
},
"repository": {
"type": "git",
"url": "https://github.com/christianbmartinez/chattr.git"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"replicate": "^0.24.0",
"rollup": "^4.3.0",
"rollup-plugin-dts": "^6.1.0",
"tailwindcss": "^3.3.6",
"tslib": "^2.8.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^19.0.0 || ^18.2.0 || ^17.0.0 || ^16.0.0",
"react-dom": "^19.0.0 || ^18.2.0 || ^17.0.0 || ^16.0.0",
"tailwindcss": "^4.0.0 || ^4.0.0-beta.1 || ^3.3.6"
},
"bugs": {
"url": "https://github.com/christianbmartinez/chattr/issues"
},
"description": "A chatgpt chatbot component library for nextjs.",
"files": [
"dist"
],
"keywords": [
"chatbot",
"chattr",
"chatgpt",
"chatGPT",
"chatGPT4",
"conversation",
"interactive",
"messaging",
"react-chatbot",
"nextjs-chatbot",
"TypeScript",
"tailwindcss",
"conversational-ui",
"AI",
"natural-language-processing",
"interactive-UI",
"conversational-interface",
"user-engagement",
"react-component",
"chat-application",
"react-library",
"bot-framework",
"conversational-UI-kit",
"chat-widget",
"chat-interface",
"TypeScript-library",
"Tailwind-CSS-styled",
"user-experience",
"responsive-design",
"conversational-experience",
"developer-friendly",
"modern-ui",
"npm-package"
],
"license": "MIT",
"scripts": {
"build": "rollup -c && bun publish",
"dev": "rollup -c"
},
"types": "dist/index.d.ts"
}