-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.36 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "react-native-gifted-charts",
"version": "1.4.78",
"description": "The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid, Radar, Bubble and SCatter charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"android": "react-native run-android",
"build": "rm -rf ./dist && tsc -p . && ./build.sh",
"prepare": "npm run build",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"repository": "https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts",
"author": "Abhinandan Kushwaha <kushabhi5@gmail.com> (https://github.com/Abhinandan-Kushwaha)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues"
},
"homepage": "https://gifted-charts.web.app/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"gifted-charts-core": "0.1.82"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/runtime": "^7.25.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/metro-config": "^0.74.85",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-jest": "^29.7.0",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^18.2.0",
"react-native": "^0.74.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-svg": "^15.4.0",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4"
},
"peerDependencies": {
"expo-linear-gradient": "*",
"react": "*",
"react-native": "*",
"react-native-linear-gradient": "*",
"react-native-svg": "*"
},
"peerDependenciesMeta": {
"react-native-linear-gradient": {
"optional": true
},
"expo-linear-gradient": {
"optional": true
}
},
"keywords": [
"chart",
"charts",
"graph",
"data visualization",
"bar",
"pie",
"donut",
"area",
"line",
"radar",
"star",
"population",
"pyramid",
"bubble",
"scatter",
"react",
"react native",
"react-native"
]
}