UNPKG

1.69 kBJSONView Raw
1{
2 "name": "react-native-chart-kit",
3 "version": "6.4.0",
4 "devDependencies": {
5 "@types/react": "^16.9.38",
6 "@types/react-native": "^0.62.13",
7 "babel-eslint": "10.x",
8 "babel-plugin-module-resolver": "^3.1.1",
9 "babel-polyfill": "^6.26.0",
10 "eslint": "6.x",
11 "eslint-config-react-app": "^5.0.2",
12 "eslint-plugin-flowtype": "^4.3.0",
13 "eslint-plugin-import": "2.x",
14 "eslint-plugin-jsx-a11y": "6.x",
15 "eslint-plugin-react": "7.x",
16 "eslint-plugin-react-hooks": "1.x",
17 "expo": "^37.0.0",
18 "husky": "^3.0.7",
19 "jest-expo": "^37.0.0",
20 "prettier": "^1.18.2",
21 "pretty-quick": "^1.11.1",
22 "react": "16.9.0",
23 "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
24 "react-native-flash-message": "^0.1.10",
25 "react-native-scrollable-tab-view": "^1.0.0",
26 "react-native-svg": "11.0.1",
27 "react-test-renderer": "16.7.0",
28 "typescript": "^3.9.5"
29 },
30 "_main": "./node_modules/expo/AppEntry.js",
31 "main": "./dist/index.js",
32 "typings": "./dist/index.d.ts",
33 "files": [
34 "dist"
35 ],
36 "scripts": {
37 "start": "expo start",
38 "eject": "expo eject",
39 "android": "expo start --android",
40 "ios": "expo start --ios",
41 "test": "jest",
42 "build": "tsc",
43 "dev": "tsc --watch",
44 "prepublish": "yarn build"
45 },
46 "jest": {
47 "preset": "jest-expo"
48 },
49 "peerDependencies": {
50 "react": "> 16.7.0",
51 "react-native": ">= 0.50.0",
52 "react-native-svg": "> 6.4.1"
53 },
54 "dependencies": {
55 "lodash": "^4.17.13",
56 "paths-js": "^0.4.10",
57 "point-in-polygon": "^1.0.1"
58 },
59 "husky": {
60 "hooks": {
61 "pre-commit": "pretty-quick --staged"
62 }
63 }
64}