UNPKG

wvd-vue-quick-chat

Version:

This vue component is a simple chat that can be easily imported and used in your project.

80 lines (79 loc) 1.87 kB
{ "name": "wvd-vue-quick-chat", "version": "1.3.0", "private": false, "main": "./dist/wvd-vue-quick-chat.common.js", "files": [ "dist/*", "src/*", "public/*", "*.json", "*.js" ], "author": "Willem van Dam <willem@willemvandam.nl>", "license": "MIT", "keywords": [ "vue", "vue-js-chat", "chat", "vuejs", "simple-chat" ], "repository": { "type": "git", "url": "git+https://github.com/Wimmie/wvd-vue-quick-chat.git" }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build-bundle": "vue-cli-service build --target lib --name wvd-vue-quick-chat ./src/index.js", "lint": "vue-cli-service lint" }, "dependencies": { "core-js": "^2.6.5", "luxon": "^1.21.3", "vue": "^2.6.10", "vue-material-design-icons": "^4.4.0", "vuex": "^3.0.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.11.0", "@vue/cli-plugin-eslint": "^3.11.0", "@vue/cli-service": "^3.11.0", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.0.0", "less": "^3.10.3", "less-loader": "^5.0.0", "vue-cli-plugin-moment": "^0.1.1", "vue-template-compiler": "^2.6.10" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "rules": {}, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions" ], "description": "This vue component is a simple chat that can be easily imported and used in your project.", "bugs": { "url": "https://github.com/Wimmie/wvd-vue-quick-chat/issues" }, "homepage": "https://github.com/Wimmie/wvd-vue-quick-chat#readme" }