UNPKG

react-native-chart-kit

Version:

If you're looking to **build a website or a cross-platform mobile app** – we will be happy to help you! Send a note to clients@ui1.io and we will be in touch with you shortly.

66 lines (65 loc) 1.69 kB
{ "name": "react-native-chart-kit", "version": "3.2.0", "devDependencies": { "babel-eslint": "^10.0.1", "babel-plugin-module-resolver": "^3.1.1", "eslint-plugin-react-hooks": "^1.4.0", "babel-polyfill": "^6.26.0", "eslint-config-xo-react": "^0.19.0", "eslint-plugin-react": "^7.12.4", "expo": "32.0.1", "jest-expo": "28.0.0", "prop-types": "^15.6.2", "react": "16.5.0", "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz", "react-native-scrollable-tab-view": "^0.10.0", "react-native-flash-message": "^0.1.10", "react-test-renderer": "16.7.0", "xo": "^0.24.0" }, "_main": "./node_modules/expo/AppEntry.js", "main": "./index.js", "scripts": { "start": "expo start", "eject": "expo eject", "android": "expo start --android", "ios": "expo start --ios", "test": "jest" }, "jest": { "preset": "jest-expo" }, "peerDependencies": { "prop-types": "> 15.6.0", "react": "> 16.7.0", "react-native": ">= 0.50.0", "react-native-svg": "> 6.4.1" }, "dependencies": { "lodash": "^4.17.11", "paths-js": "^0.4.7", "point-in-polygon": "^1.0.1" }, "xo": { "extends": "xo-react", "parser": "babel-eslint", "space": true, "semicolon": false, "prettier": true, "rules": { "camelcase": "off", "capitalized-comments": "off", "new-cap": "off", "import/no-unassigned-import": "off", "react/forbid-component-props": "off", "react/prop-types": "off", "react/no-this-in-sfc": "off", "unicorn/filename-case": "off" }, "envs": [ "node", "browser" ] } }