-
Notifications
You must be signed in to change notification settings - Fork 679
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-chart-kit",
"version": "6.12.3",
"devDependencies": {
"@types/react": "16.14.8",
"@types/react-native": "^0.62.13",
"babel-eslint": "10.x",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "6.x",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x",
"husky": "^3.0.7",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-svg": "11.0.1",
"typescript": "^5.4.5"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build"
},
"peerDependencies": {
"react": "> 16.7.0",
"react-native": ">= 0.50.0",
"react-native-svg": "> 6.4.1"
},
"dependencies": {
"paths-js": "^0.4.10",
"point-in-polygon": "^1.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"license": "MIT",
"homepage": "https://github.com/indiespirit/react-native-chart-kit",
"repository": {
"type": "git",
"url": "git+https://github.com/indiespirit/react-native-chart-kit.git"
},
"overrides": {
"@types/react": "16.14.8"
},
"resolutions": {
"@types/react": "16.14.8"
}
}