react-native-gifted-charts/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2021-07-30 13:08:12 +00:00
{
"name": "react-native-gifted-charts",
2022-11-28 15:28:53 +00:00
"version": "1.2.42",
"description": "The most complete library for Bar, Line, Area, Pie, Donut and Stacked Bar charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.",
2021-08-01 19:25:21 +00:00
"main": "src/index.tsx",
2021-08-02 14:39:00 +00:00
"files": [
"src"
],
2021-07-30 13:08:12 +00:00
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"repository": "https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts",
"author": "Abhinandan Kushwaha <kushabhi5@gmail.com> (https://github.com/Abhinandan-Kushwaha)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues"
},
"homepage": "https://gifted-charts.web.app/",
2021-07-30 13:08:12 +00:00
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
2021-08-01 19:20:13 +00:00
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
2022-11-27 12:51:09 +00:00
"@types/react-native": "^0.64.5",
2021-08-01 19:20:13 +00:00
"react-native-linear-gradient": "^2.5.6",
2022-11-27 12:51:03 +00:00
"react-native-svg": "^13.6.0",
2021-08-01 19:20:13 +00:00
"typescript": "^4.2.4"
2021-07-30 13:08:12 +00:00
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/runtime": "^7.14.8",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^27.0.6",
"eslint": "^7.31.0",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.1",
"ts-jest": "^27.1.4"
2021-07-30 13:08:12 +00:00
},
2021-08-02 14:39:00 +00:00
"peerDependencies": {
"react": "*",
"react-native": "*"
},
2021-07-30 13:08:12 +00:00
"keywords": [
"react-native",
2021-07-30 13:08:12 +00:00
"chart",
"charts",
"graph",
"bar",
"pie",
"donut",
"area",
"line"
]
2022-04-18 20:17:12 +00:00
}