UNPKG

rn-arc-slider

Version:

React Native Component for arc slider using React Native Svg

48 lines 1.2 kB
{ "name": "rn-arc-slider", "version": "1.0.0", "prepublish": "tsc", "description": "React Native Component for arc slider using React Native Svg", "main": "dist/index.js", "files": [ "dist/**" ], "scripts": { "test": "jest", "build:docs": "ts-node scripts/docs.ts", "build": "npm run build:docs && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/arpitBhalla/rn-arc-slider.git" }, "keywords": [ "react-native", "slider", "rn", "react-native-slider" ], "author": "Arpit Bhalla", "license": "MIT", "bugs": { "url": "https://github.com/arpitBhalla/rn-arc-slider/issues" }, "homepage": "https://github.com/arpitBhalla/rn-arc-slider#readme", "peerDependencies": { "react": "^17.0.2", "react-native": "^0.62.0", "react-native-svg": "^12.1.1" }, "devDependencies": { "@types/node": "^16.7.1", "@types/react": "^17.0.19", "@types/react-native": "^0.64.13", "react": "^17.0.2", "react-docgen-typescript": "^2.1.0", "react-native": "^0.62.0", "react-native-svg": "^12.1.1", "ts-node": "^10.2.1", "typescript": "^4.3.5" }, "packageManager": "yarn@3.2.0" }