@livechat/widget-vue
Version:
This library allows to render and interact with the LiveChat Chat Widget inside a Vue 3 application
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "@livechat/widget-vue",
"version": "1.4.1",
"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.4.1"
},
"peerDependencies": {
"vue": "2 || 3"
},
"devDependencies": {
"eslint-plugin-vue": "8.1.1",
"vue": "3.2.22",
"vue-eslint-parser": "8.0.1"
}
}