react-vscrollview
Version:
Enhanced scroll-view component for ReactJS.
35 lines (34 loc) • 785 B
JSON
{
"name": "react-vscrollview",
"description": "Enhanced scroll-view component for ReactJS.",
"version": "1.0.15",
"license": "MIT",
"author": "Venryx (https://venryx.com)",
"repository": "https://github.com/Venryx/react-vscrollview",
"main": "Dist/index.js",
"type": "module",
"typings": "Dist/index.d.ts",
"keywords": [
"react",
"scroll",
"scrollview",
"scroll-view"
],
"scripts": {
"dev": "tsc --watch",
"dist": "tsc"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-vcomponents": "^1.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-vextensions": "^1.0.19",
"typescript": "^5.8.2"
},
"dependencies": {}
}