react-native-expo-pie-chart
Version:
A customizable Pie Chart library that uses react-native-svg.
70 lines (69 loc) • 2.03 kB
JSON
{
"name": "react-native-expo-pie-chart",
"version": "1.0.0",
"description": "A customizable Pie Chart library that uses react-native-svg.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"expo",
"chart",
"pie-chart"
],
"author": "Mohamed Said Sallam",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TheDigitalPhoenixX/react-native-expo-pie-chart.git"
},
"bugs": {
"url": "https://github.com/TheDigitalPhoenixX/react-native-expo-pie-chart/issues"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-native": ">=0.64.3",
"react-native-svg": ">=12.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "^27.4.1",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.16",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-core": "^7.0.0-bridge.0",
"babel-runtime": "^6.26.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.68.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.5.5"
},
"files": [
"dist/**"
]
}