react-native-d3-charts
Version:
Cross platform react native charting library built with d3js and react-native-svg
69 lines (68 loc) • 1.77 kB
JSON
{
"name": "react-native-d3-charts",
"version": "0.0.1",
"description": "Cross platform react native charting library built with d3js and react-native-svg",
"repository": {
"type": "git",
"url": "git+https://github.com/onemolegames/react-native-d3-charts.git"
},
"main": "src/index.js",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"lint": "eslint --ext .js,.jsx src",
"test": "jest",
"dev-mode": "node watcher.js"
},
"keywords": [
"react-native",
"react-native-svg",
"d3js",
"react-native-chart",
"chart",
"pie chart",
"ios",
"android"
],
"author": "Semir Turgay <semir.turgayh@gmail.com> (https://github.com/semirturgay)",
"license": "MIT",
"maintainers": [
"semirturgay <semir.turgay@gmail.com>",
"yasemincidem <yasemincidem@gmail.com>"
],
"dependencies": {
"babel-polyfill": "^6.23.0",
"d3-axis": "^1.0.8",
"d3-scale": "^1.0.6",
"d3-shape": "^1.2.0",
"moment": "^2.19.2",
"prop-types": "latest",
"react-native-svg": "~5.5.1",
"d3-array": "latest"
},
"devDependencies": {
"babel-jest": "*",
"babel-preset-react-native": "^1.9.0",
"diff": "^3.1.0",
"jest": "*",
"jest-react-native": "*",
"react": "16.0.0",
"react-dom": "16.0.1",
"react-native": "0.50.3",
"react-test-renderer": "16.0.0",
"chokidar": "^3.0.1",
"fs-extra": "^8.0.1"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example"
]
},
"bugs": {
"url": "https://github.com/onemolegames/react-native-d3-charts/issues"
},
"homepage": "https://github.com/onemolegames/react-native-d3-charts#readme",
"directories": {
"example": "example"
}
}