@evercoder/react-circular-slider-bar
Version:
A circular slider component for react
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "@evercoder/react-circular-slider-bar",
"version": "1.3.5",
"description": "A circular slider component for react",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"peerDependencies": {
"react": "^16.13.1"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^2.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1"
},
"author": {
"name": "alexsyo",
"email": "alex_ok@hotmail.it"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexsyo/react-circular-slider-bar.git"
},
"keywords": [
"react",
"arc",
"circular",
"round",
"slider"
]
}