UNPKG

native-charts

Version:

With native-charts components, you can transform your data into graphs in your react-native applications.

48 lines (47 loc) 1.07 kB
{ "name": "native-charts", "version": "0.1.1", "scripts": { "start": "react-native start", "android": "react-native run-android", "ios": "react-native run-ios", "test": "node node_modules/jest/bin/jest.js --watch" }, "jest": { "preset": "jest-expo" }, "keywords": [ "react-component", "react-native", "ios", "android", "SVG", "chart", "Area", "Line", "Bar", "Scatter", "Pie" ], "repository": { "type": "git", "url": "git://github.com/recepkoseoglu/native-charts.git" }, "dependencies": { "lodash": "^4.17.4", "prop-types": "^15.5.10", "react": "16.0.0-alpha.12", "react-native": "^0.46.1", "react-native-svg": "^5.3.2" }, "devDependencies": { "babel-preset-react-native-stage-0": "^1.0.1", "eslint": "^4.3.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.1.0", "jest-expo": "~19.0.0", "react-test-renderer": "16.0.0-alpha.12" } }