UNPKG

@livechat/widget-vue

Version:

This library allows to render and interact with the LiveChat Chat Widget inside a Vue 3 application

44 lines (43 loc) 1.1 kB
{ "name": "@livechat/widget-vue", "version": "1.3.4", "sideEffects": false, "description": "This library allows to render and interact with the LiveChat Chat Widget inside a Vue 3 application", "main": "dist/widget-vue.cjs.js", "module": "dist/widget-vue.esm.js", "unpkg": "dist/widget-vue.umd.js", "types": "dist/widget-vue.d.ts", "keywords": [ "livechat", "vue" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/livechat/chat-widget-adapters.git" }, "files": [ "dist", "v2" ], "scripts": { "test": "jest", "coverage": "jest --coverage", "start": "rollup -c -w", "build": "run-p build:*", "build:default": "rimraf dist && rollup -c", "build:vue2": "rimraf v2 && rollup -c rollup-vue2.config.js" }, "dependencies": { "@livechat/widget-core": "^1.3.4" }, "peerDependencies": { "vue": "2 || 3" }, "devDependencies": { "eslint-plugin-vue": "8.1.1", "vue": "3.2.22", "vue-eslint-parser": "8.0.1" }, "gitHead": "980b7cee9b074e3020f185fdec7be1719a4af67b" }