@vuedapt/vuebot
Version:
VueBot - AI Chatbot Widget for easy website integration
69 lines (68 loc) • 1.7 kB
JSON
{
"name": "@vuedapt/vuebot",
"version": "1.3.3",
"description": "VueBot - AI Chatbot Widget for easy website integration",
"type": "module",
"main": "dist/vuebot-widget.cjs",
"module": "dist/vuebot-widget.esm.js",
"types": "dist/index.d.ts",
"style": "dist/vuebot-widget.css",
"sideEffects": [
"*.css",
"*.scss"
],
"files": [
"dist",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test:build": "npm run build && echo 'Build complete! Now serve dist folder and open test.html'",
"test:serve": "npx serve dist -p 8080",
"prepublishOnly": "npm run build"
},
"keywords": [
"chatbot",
"ai",
"widget",
"vuebot",
"chat",
"assistant"
],
"author": "",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": ""
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^24.10.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.6.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.69.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.2",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
}
}