@webpg/scroll-spy
Version:
Hi guys, welcome to this repository. I created a light-weight Scroll Spy library that you could fully customize with CSS. It's usage is really easy.
40 lines (39 loc) • 875 B
JSON
{
"name": "@webpg/scroll-spy",
"private": false,
"version": "1.0.4",
"type": "module",
"module": "./dist/ScrollSpy.umd.cjs",
"main": "./dist/ScrollSpy.js",
"exports": {
".": {
"import": "./dist/ScrollSpy.js",
"require": "./dist/ScrollSpy.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/admin-webpg/ScrollSpy"
},
"keywords": [
"Scroll Spy",
"Smooth Scroll",
"ScrollSpy",
"Scroll Library"
],
"author": {
"name": "Mohsen Falahnejad",
"email": "contact.webpg@gmail.com",
"url": "https://github.com/admin-webpg"
}
}