@sharifulislamafsar/multi-range-slider
Version:
A customizable multi-range slider component for React and NextJs.
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "@sharifulislamafsar/multi-range-slider",
"version": "1.0.0",
"description": "A customizable multi-range slider component for React and NextJs.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Shariful525/multi-range-slider.git"
},
"keywords": [
"multi-range-slider",
"range-slider",
"react-range-slider"
],
"author": "Shariful Islam",
"license": "ISC",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.20.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2"
}
}