-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 846 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
39
{
"name": "@qc2168/use-charts",
"version": "1.2.4",
"description": "Using usecharts can make it easier to create chart components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "rollup -w -c",
"build": "rollup -c"
},
"files": [
"dist"
],
"keywords": [
"echarts",
"@qc2168/use-charts",
"use-charts"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "QC2168",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@types/echarts": "^4.9.16",
"@types/node": "^18.11.15",
"echarts": "^5.4.1",
"rollup": "^2.79.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vue": "^3.2.45"
},
"peerDependencies": {
"echarts": "^5.4.0",
"vue": "^3.2.41"
}
}