UNPKG

1.5 kBJSONView Raw
1{
2 "name": "react-native-chart-kit",
3 "version": "4.1.0",
4 "devDependencies": {
5 "babel-eslint": "10.x",
6 "babel-plugin-module-resolver": "^3.1.1",
7 "babel-polyfill": "^6.26.0",
8 "eslint": "6.x",
9 "eslint-config-react-app": "^5.0.2",
10 "eslint-plugin-flowtype": "^4.3.0",
11 "eslint-plugin-import": "2.x",
12 "eslint-plugin-jsx-a11y": "6.x",
13 "eslint-plugin-react": "7.x",
14 "eslint-plugin-react-hooks": "1.x",
15 "expo": "35.0.0",
16 "husky": "^3.0.7",
17 "jest-expo": "28.0.0",
18 "prettier": "^1.18.2",
19 "pretty-quick": "^1.11.1",
20 "prop-types": "^15.6.2",
21 "react": "16.5.0",
22 "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
23 "react-native-flash-message": "^0.1.10",
24 "react-native-scrollable-tab-view": "^0.10.0",
25 "react-native-svg": "> 6.4.1",
26 "react-test-renderer": "16.7.0"
27 },
28 "_main": "./node_modules/expo/AppEntry.js",
29 "main": "./index.js",
30 "scripts": {
31 "start": "expo start",
32 "eject": "expo eject",
33 "android": "expo start --android",
34 "ios": "expo start --ios",
35 "test": "jest"
36 },
37 "jest": {
38 "preset": "jest-expo"
39 },
40 "peerDependencies": {
41 "prop-types": "> 15.6.0",
42 "react": "> 16.7.0",
43 "react-native": ">= 0.50.0",
44 "react-native-svg": "> 6.4.1"
45 },
46 "dependencies": {
47 "lodash": "^4.17.13",
48 "paths-js": "^0.4.10",
49 "point-in-polygon": "^1.0.1"
50 },
51 "husky": {
52 "hooks": {
53 "pre-commit": "pretty-quick --staged"
54 }
55 }
56}