-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.33 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.33 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
{
"name": "@duxapp/react-native-echarts",
"version": "0.1.0",
"description": "Apache ECharts wrapper for React Native built on top of @duxapp/react-native-canvas",
"main": "src/index.js",
"react-native": "src/index.js",
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"react-native": "./src/index.js",
"default": "./src/index.js"
}
},
"files": [
"src",
"README.md",
"README.zh-CN.md"
],
"keywords": [
"react-native",
"echarts",
"apache-echarts",
"canvas",
"skia"
],
"homepage": "https://github.com/duxapp/react-native-echarts#readme",
"bugs": {
"url": "https://github.com/duxapp/react-native-echarts/issues",
"email": "908634674@qq.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duxapp/react-native-echarts.git"
},
"author": {
"name": "duxapp",
"email": "908634674@qq.com",
"url": "https://duxapp.com"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"echarts": "^6.0.0"
},
"peerDependencies": {
"@duxapp/react-native-canvas": ">=0.1.1",
"react": ">=18.0.0",
"react-native": ">=0.72.0"
},
"devDependencies": {
"@duxapp/react-native-canvas": "^0.1.0",
"react": "^19.2.0",
"react-native": "^0.83.0"
}
}