UNPKG

@think-apps/vue-chat-sdk

Version:

Vue.js SDK for Think Apps Chat Integration

71 lines (70 loc) 1.8 kB
{ "name": "@think-apps/vue-chat-sdk", "version": "1.0.20", "description": "Vue.js SDK for Think Apps Chat Integration", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./style.css": "./dist/style.css" }, "files": [ "dist", "README.md" ], "scripts": { "dev": "vite", "build": "vite build", "build:verify": "pnpm build && node scripts/verify-build.js", "preview": "vite preview", "serve:demo": "python3 -m http.server 8080", "lint": "eslint . --ext .vue,.js --fix", "format": "prettier --write .", "check:css": "node scripts/check-css-issues.js", "verify:css": "node scripts/verify-css-fixes.js", "check:all": "pnpm build && pnpm check:css && pnpm verify:css" }, "keywords": [ "vue", "chat", "sdk", "think-apps", "ai", "conversation" ], "author": "Think Apps Team", "license": "MIT", "peerDependencies": { "vue": "^3.3.0" }, "dependencies": { "@tailwindcss/vite": "^4.1.11", "@types/marked": "^6.0.0", "highlight.js": "^11.11.1", "marked": "^16.0.0", "marked-highlight": "^2.2.2", "tailwindcss": "^4.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", "@vue/eslint-config-prettier": "^8.0.0", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.17.0", "postcss-replace": "^2.0.1", "prettier": "^3.0.0", "vite": "^5.0.0", "vue": "^3.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/think-apps/vue-chat-sdk.git" }, "bugs": { "url": "https://github.com/think-apps/vue-chat-sdk/issues" }, "homepage": "https://github.com/think-apps/vue-chat-sdk#readme" }