@devshack/react-circular-input
Version:
React components for easily composing a circular range input
72 lines (71 loc) • 1.84 kB
JSON
{
"name": "@devshack/react-circular-input",
"version": "0.1.7",
"description": "React components for easily composing a circular range input",
"author": "petecorreia",
"license": "MIT",
"homepage": "https://react-circular-input.now.sh",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"start": "tsc -w",
"build": "yarn clean && tsc",
"prepare": "npm run build",
"clean": "rm -rf dist",
"format": "prettier --config .prettierrc --write \"src/**/*\"",
"lint": "tslint --project tsconfig.json --config tslint.json 'src/**/*.{ts,tsx}'",
"docs:dev": "tsx-docs dev docs",
"docs:build": "tsx-docs build docs",
"now-build": "npm run docs:build"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.3.1",
"@types/prop-types": "^15.5.8",
"@types/react": "^16.7.17",
"@types/rebass": "^3.0.2",
"@types/styled-components": "^4.1.10",
"next": "^8.0.3",
"prettier": "^1.15.3",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-spring": "^8.0.7",
"rebass": "^3.0.1",
"styled-components": "^4.1.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0",
"tsx-docs": "0.0.14",
"typescript": "^3.2.2"
},
"bugs": {
"url": "https://github.com/petecorreia/react-circular-input/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petecorreia/react-circular-input.git"
},
"keywords": [
"react",
"circular",
"input",
"radial",
"gauge",
"knob",
"react-circular-input",
"svg",
"touch",
"react-component",
"presentational"
],
"directories": {
"doc": "docs"
}
}