forked from xanderdeseyn/react-native-responsive-linechart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 896 Bytes
/
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
{
"name": "react-native-responsive-linechart",
"version": "2.1.0",
"author": "Xander Deseyn",
"license": "MIT",
"description": "Customizable linechart for react-native that works with flex",
"devDependencies": {
"react-native-scripts": "^1.11.1"
},
"keywords": [
"react-native",
"chart",
"flex",
"responsive",
"linechart"
],
"repository": {
"type": "git",
"url": "https://github.com/N1ghtly/react-native-responsive-linechart"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": ">=7.0.0"
},
"dependencies": {
"cubic-spline": "^1.0.4",
"deepmerge": "^3.2.0",
"lodash": "^4.17.11",
"memoize-one": "^5.0.4"
},
"main": "index.js",
"scripts": {
"start": "react-native-scripts start",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios"
}
}