-
Notifications
You must be signed in to change notification settings - Fork 678
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.68 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
{
"name": "react-native-charts-wrapper",
"repository": {
"type": "git",
"url": "https://github.com/wuxudong/react-native-charts-wrapper.git"
},
"bugs": {
"url": "https://github.com/wuxudong/react-native-charts-wrapper/issues"
},
"homepage": "https://github.com/wuxudong/react-native-charts-wrapper#readme",
"version": "0.7.0",
"description": "A react-native charts support both android and iOS.",
"main": "index.js",
"types": "index.d.ts",
"author": "wuxudong",
"license": "MIT",
"nativePackage": true,
"keywords": [
"react native",
"chart",
"android",
"MPAndroidChart",
"ios",
"Charts",
"react-native-charts-wrapper"
],
"files": [
"android/src",
"android/build.gradle",
"android/gradle.properties",
"ios/**/*.h",
"ios/**/*.m",
"ios/**/*.swift",
"lib",
"index.js",
"index.d.ts",
"react-native-charts-wrapper.podspec",
"ios/ReactNativeCharts/ReactNativeCharts.xcodeproj/project.pbxproj",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": ">=16.0.0 || >=18.0.0 || >=19.0.0",
"react-native": ">=0.60.0 || >=0.70.0 || >=0.80.0"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/runtime": "^7.25.9",
"eslint": "^9.25.0",
"metro-react-native-babel-preset": "^0.81.0",
"react": "19.1.0",
"react-native": "0.81.5"
},
"engines": {
"node": ">=18.0.0"
}
}