UNPKG

@imonk777/react-native-slide-charts

Version:

React Native Slide Charts uses react-native-svg, d3, and react-native-gesture-handler to create interactive charts.

80 lines 2.14 kB
{ "name": "@imonk777/react-native-slide-charts", "version": "1.4.0", "description": "React Native Slide Charts uses react-native-svg, d3, and react-native-gesture-handler to create interactive charts.", "homepage": "https://github.com/imonk777/react-native-slide-charts", "repository": { "type": "git", "url": "git+https://github.com/imonk777/react-native-slide-charts.git" }, "publishConfig": { "access": "public" }, "main": "src/Charts.ts", "types": "src/react-native-slide-charts.d.ts", "scripts": { "test": "echo \"No test specified\"", "lint": "eslint -c .eslintrc.json --ext .ts .", "tsc": "tsc" }, "keywords": [ "chart", "graph", "svg", "react-native", "react-component", "react-native-component", "react", "mobile", "ios", "android", "vector", "charts", "graphs", "d3" ], "author": "Connected Cars <oss@imonk777.io>", "license": "MIT", "files": [ "src" ], "dependencies": { "d3": "5.15.0", "d3-interpolate-path": "2.1.1", "d3-shape": "1.3.7", "svg-path-properties": "0.5.2" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": "*", "react-native-svg": "*" }, "devDependencies": { "@babel/core": "7.8.7", "@babel/runtime": "7.8.7", "@react-native-community/eslint-config": "0.0.7", "@types/d3": "5.7.2", "@types/node": "13.13.4", "@types/react": "16.8.2", "@types/react-native": "0.63.50", "@typescript-eslint/eslint-plugin": "2.24.0", "@typescript-eslint/parser": "2.24.0", "babel-jest": "25.1.0", "eslint": "6.8.0", "eslint-config-prettier": "6.10.0", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-react": "7.19.0", "jest": "24.9.0", "metro-react-native-babel-preset": "0.58.0", "prettier": "1.19.1", "react": "16.9.0", "react-native": "0.64.1", "react-native-gesture-handler": "1.6.0", "react-native-svg": "11.0.1", "typescript": "4.2.2" }, "bugs": { "url": "https://github.com/imonk777/react-native-slide-charts/issues" } }