UNPKG

@ray-solutions/vue-advanced-chat

Version:

A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular

87 lines (86 loc) 2.53 kB
{ "name": "@ray-solutions/vue-advanced-chat", "version": "2.3.6", "license": "MIT", "description": "A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular", "author": { "email": "antoindupontdev@gmail.com", "name": "Antoine Dupont" }, "types": "./types/vue-advanced-chat.common.d.ts", "keywords": [ "vue", "vuejs", "chat", "vue-js-chat", "multiple", "group", "rooms", "realtime" ], "repository": { "type": "git", "url": "git+https://github.com/antoine92190/vue-advanced-chat.git" }, "bugs": { "url": "https://github.com/antoine92190/vue-advanced-chat/issues" }, "homepage": "https://github.com/antoine92190/vue-advanced-chat#readme", "main": "./dist/vue-advanced-chat.umd.js", "module": "./dist/vue-advanced-chat.es.js", "unpkg": "./dist/vue-advanced-chat.umd.js", "jsdelivr": "./dist/vue-advanced-chat.umd.js", "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview", "clean:lib": "rm -rf dist/*.js && rm -rf dist/*.map && rm -rf dist/*.css && rm -rf dist/*.html", "prepublish": "npm run lint && npm run build", "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", "reset": "rm -rf node_modules && rm -rf package-lock.json && npm i", "reset-all": "cd demo && npm run reset-all", "pull-master": "git pull origin master --no-edit --no-ff" }, "typings": "types/index.d.ts", "files": [ "dist/*", "types/*" ], "devDependencies": { "@babel/core": "7.12.16", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^9.2.1", "@typescript-eslint/eslint-plugin": "5.4.0", "@typescript-eslint/parser": "5.4.0", "@vitejs/plugin-vue": "1.10.2", "@vue/compiler-sfc": "3.2.22", "@vue/eslint-config-standard": "4.0.0", "@vue/eslint-config-typescript": "9.1.0", "babel-eslint": "10.0.3", "eslint": "7.32.0", "eslint-plugin-vue": "8.0.3", "node-sass": "8.0.0", "sass": "1.56.1", "semantic-release": "^22.0.5", "typescript": "4.6.x", "vite": "2.9.16", "vue": "3.2.37", "vue-loader": "^16.8.3" }, "dependencies": { "emoji-picker-element": "1.12.1", "rehype-external-links": "^3.0.0", "rehype-highlight": "^7.0.0", "rehype-katex": "^7.0.0", "rehype-minify-whitespace": "^6.0.0", "rehype-stringify": "^10.0.0", "remark": "^15.0.1", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "unified": "^11.0.4", "unist-util-visit": "^5.0.0" } }