{
  "name": "react-native-rheostat",
  "version": "1.0.2",
  "description": "inspired by Airbnb's rheostat, a powerful slider with assorted data visualized charts ",
  "main": "src/index.tsx",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DrChai/react-native-rheostat.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "slider",
    "charts",
    "react-component",
    "styled-component",
    "android",
    "react-component"
  ],
  "author": "Haolun Chai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DrChai/react-native-rheostat/issues"
  },
  "homepage": "https://github.com/DrChai/react-native-rheostat#readme",
  "dependencies": {
    "d3-shape": "^2.1.0",
    "react-native-svg-charts": "^5.4.0",
    "styled-components": "^5.3.0"
  },
  "devDependencies": {
    "@types/react-native": "^0.64.6",
    "@types/react-native-svg-charts": "^5.0.7",
    "@types/styled-components": "5.1.6",
    "@types/styled-components-react-native": "^5.1.1",
    "@typescript-eslint/eslint-plugin": "^4.25.0",
    "eslint": "^7.26.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-import": "^2.23.3",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "react": "^17.0.1",
    "react-native": "^0.64.1",
    "typescript": "^4.2.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.64",
    "react-native-svg": ">=12"
  }
}
