hexabot/widget/package.json

49 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2024-09-10 09:50:11 +00:00
{
"name": "hexabot-chat-widget",
"version": "2.0.3",
2024-09-10 09:50:11 +00:00
"description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
"author": "Hexastack",
"license": "AGPL-3.0-only",
"type": "module",
2024-10-12 09:26:14 +00:00
"main": "dist/hexabot-widget.umd.js",
"style": "dist/style.css",
2024-09-10 09:50:11 +00:00
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"preview": "vite preview",
"serve": "npx http-server ./dist/",
2024-10-28 14:58:19 +00:00
"typecheck": "tsc --noEmit",
"release": "npm run build && npm version patch && npm publish"
2024-09-10 09:50:11 +00:00
},
"dependencies": {
"@types/emoji-js": "^3.5.2",
"autolinker": "^4.0.0",
"dayjs": "^1.11.12",
"emoji-js": "^3.8.0",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"sass": "^1.77.8",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-dts": "^4.0.2"
2024-10-12 09:26:14 +00:00
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.24.0",
"@esbuild/darwin-arm64": "^0.24.0"
2024-09-10 09:50:11 +00:00
}
}