vue3-chat-scroll-next
Version:
Automatic, yet conditional, scroll-to-bottom directive for Vue.js 3.0
39 lines (38 loc) • 998 B
JSON
{
"name": "vue3-chat-scroll-next",
"version": "1.6.0",
"description": "Automatic, yet conditional, scroll-to-bottom directive for Vue.js 3.0",
"main": "dist/vue-chat-scroll.js",
"types": "dist/vue-chat-scroll.d.ts",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mashrurbd/vue3-chat-scroll-next.git"
},
"bugs": {
"url": "https://github.com/mashrurbd/vue3-chat-scroll-next/issues"
},
"homepage": "https://github.com/mashrurbd/vue3-chat-scroll-next#readme",
"keywords": [
"vue3",
"vue-directive",
"scroll",
"autoscroll",
"chat",
"room"
],
"author": "Mashrur Mohsin Afif",
"license": "MIT",
"peerDependencies": {
"vue": "^3.0.11"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.3.3",
"rollup-plugin-babel": "^4.4.0"
}
}