-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.62 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.62 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
{
"name": "@chouriodev/custom-agent-sales-chatbot",
"version": "1.0.5",
"type": "module",
"main": "./dist/react-chatbot-component.umd.js",
"module": "./dist/react-chatbot-component.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist/*.js",
"dist/*.d.ts",
"README.md"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/react-chatbot-component.es.js",
"require": "./dist/react-chatbot-component.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:coverage-ui": "vitest --ui --coverage.enabled=true",
"test:watch": "vitest --watch"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"clsx": "^2.1.1",
"gsap": "^3.13.0",
"split-type": "^0.3.4"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@tailwindcss/vite": "^4.1.10",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^24.0.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.10",
"terser": "^5.42.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^2.1.8"
},
"keywords": [
"react",
"chatbot",
"web-component",
"tailwind",
"ui-component",
"sales-bot",
"ecommerce",
"whatsapp-automation",
"venezuela",
"pymes"
],
"description": "VentaBot24 - Asistente de ventas inteligente 24/7 para e-commerce. Reduce mensajes de WhatsApp y aumenta conversiones con IA especializada para PyMEs venezolanas.",
"author": {
"name": "Miguel Mendoza",
"email": "chouriodev@gmail.com",
"url": "https://chourio.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chourioz/chatbot-plugin.git"
},
"license": "MIT"
}