forked from indiespirit/react-native-chart-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 KB
/
package.json
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
{
"name": "react-native-chart-kit",
"version": "3.10.0",
"devDependencies": {
"babel-eslint": "10.x",
"babel-plugin-module-resolver": "^3.1.1",
"babel-polyfill": "^6.26.0",
"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",
"expo": "35.0.0",
"husky": "^3.0.7",
"jest-expo": "28.0.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"prop-types": "^15.6.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-flash-message": "^0.1.10",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-svg": "> 6.4.1",
"react-test-renderer": "16.7.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.10",
"point-in-polygon": "^1.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}