-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 2.91 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "10xanswers",
"description": "A fully customizable, draggable chatbot component built with React and Recoil for your next project.",
"private": false,
"version": "1.1.6",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/rajveeerr/10xAnswers.git"
},
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build": "vite build",
"prepublishOnly": "npm run build",
"test": "vitest run",
"watch": "vitest"
},
"dependencies": {
"-": "^0.0.1",
"react-markdown": "^9.0.1",
"react-rnd": "^10.4.13",
"react-router-dom": "^7.0.1",
"react-syntax-highlighter": "^15.6.1",
"recoil": "^0.7.7",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"react-test-renderer": "^18.3.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.15",
"vite": "^5.4.11",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vitest": "^2.1.6"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"keywords": [
"chatbot",
"react chatbot",
"recoil chatbot",
"custom chatbot component",
"draggable chatbot",
"markdown chatbot",
"interactive chatbot",
"customizable chatbot",
"frontend chatbot",
"react recoil chatbot",
"gemini api chatbot",
"chatbot npm package",
"chatbot UI component",
"react state management",
"plug-and-play chatbot",
"drag-and-drop chatbot",
"open-source chatbot",
"AI chatbot component",
"markdown rendering chatbot",
"internet status hook",
"chatbot styling",
"recoil state management",
"react hooks chatbot",
"100xDevs",
"react",
"chatbot",
"ai",
"component",
"draggable",
"gemini",
"conversational-ui"
],
"author": {
"name": "Rajveer Singh",
"email": "[email protected]",
"url": "https://x.com/rajveeerrsingh"
},
"license": "MIT",
"homepage": "https://github.com/rajveeerr/10xanswers#readme",
"bugs": {
"url": "https://github.com/rajveeerr/10xanswers/issues"
}
}