UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@v-charts2/sankey",
3 "version": "1.1.3",
4 "description": "echarts 桑葚图",
5 "keywords": [
6 "echarts",
7 "v-echarts",
8 "v-charts",
9 "sankey"
10 ],
11 "license": "MIT",
12 "exports": {
13 ".": {
14 "import": "./lib/index.js",
15 "require": "./lib/index.js"
16 },
17 "./vue3": {
18 "import": "./lib/vue3/v-charts.sankey.mjs",
19 "require": "./lib/vue3/v-charts.sankey.umd.js"
20 },
21 "./vue2": {
22 "import": "./lib/vue2/v-charts.sankey.mjs",
23 "require": "./lib/vue2/v-charts.sankey.umd.js"
24 },
25 "./main": "./src/main.js"
26 },
27 "main": "./lib/index.js",
28 "module": "./lib/index.js",
29 "files": [
30 "lib",
31 "LICENSE"
32 ],
33 "dependencies": {
34 "echarts": "^5.5.0",
35 "@v-charts2/core": "1.1.3"
36 },
37 "devDependencies": {
38 "rimraf": "^5.0.5",
39 "rollup-plugin-copy": "^3.5.0",
40 "vite": "^5.1.6",
41 "vite-plugin-banner": "^0.7.1"
42 },
43 "peerDependencies": {
44 "echarts": ">5.0.0",
45 "vue": ">2.6.0 || >3.2.25"
46 },
47 "engines": {
48 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
49 },
50 "publishConfig": {
51 "access": "public"
52 },
53 "gitHead": "b57fb0006cfeb85b8cccd2ca1e9bf488686d71f6",
54 "scripts": {
55 "build:lib": "pnpm run clean && pnpm run build:lib-all",
56 "build:lib-all": "pnpm run build:lib-vue3 && pnpm run build:lib-vue2 && pnpm run copy",
57 "build:lib-vue2": "vite build --mode vue2",
58 "build:lib-vue3": "vite build --mode vue3",
59 "clean": "npx rimraf lib",
60 "copy": "cpx \"../../CHANGELOG.md\" \"./\""
61 }
62}
\No newline at end of file