UNPKG

@kddy/vue-scrollactive

Version:

Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.

67 lines (66 loc) 1.76 kB
{ "name": "@kddy/vue-scrollactive", "version": "0.9.5", "title": "Vue Scrollactive", "description": "Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.", "main": "dist/vue-scrollactive.min.js", "scripts": { "start": "webpack-dev-server", "sandbox": "webpack", "prod": "TARGET=production webpack" }, "repository": { "type": "git", "url": "https://github.com/eddiemf/vue-scrollactive.git" }, "keywords": [ "vue", "vue-plugin", "vue-component", "scrollspy", "scroll", "active", "active-class", "menu-item", "highlight-menu-item" ], "author": { "name": "Mauricio Farias Dziedzinski", "email": "d.mauriciofarias@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/eddiemf/vue-scrollactive/issues" }, "homepage": "https://github.com/eddiemf/vue-scrollactive#readme", "dependencies": { "bezier-easing": "^2.0.3" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-transform-runtime": "^7.9.6", "@babel/preset-env": "^7.9.6", "babel-loader": "^8.1.0", "css-loader": "^3.5.3", "eslint": "^7.0.0", "html-webpack-plugin": "^4.3.0", "husky": "^4.2.5", "node-sass": "^4.14.1", "prettier": "^2.0.5", "pretty-quick": "^2.0.1", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", "vue-loader": "^15.9.2", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.11", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }