-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.8 KB
/
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
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
{
"name": "guodu-data-panel",
"type": "module",
"version": "0.0.12",
"packageManager": "[email protected]",
"description": "guodu data panel",
"author": "shy1118",
"license": "MIT",
"homepage": "https://github.com/shy1118999/guodu-data-panel#readme",
"repository": {
"type": "git",
"url": "https://github.com/shy1118999/guodu-data-panel.git"
},
"bugs": {
"url": "https://github.com/shy1118999/guodu-data-panel/issues"
},
"keywords": [
"svg",
"bi",
"echarts",
"datav"
],
"main": "./lib/guodu-data-panel.umd.cjs",
"module": "./lib/guodu-data-panel.js",
"types": "./lib/index.d.ts",
"files": [
"lib/*"
],
"scripts": {
"dev": "vitepress dev src",
"docs:build": "vitepress build src",
"preview": "vitepress preview src",
"build": "vite build",
"lint": "eslint .",
"format": "eslint --fix .",
"typecheck": "vue-tsc --noEmit",
"release": "bumpp package.json --commit --push --tag && pnpm publish --access public"
},
"peerDependencies": {
"echarts": ">= 5.0.0",
"vue": ">= 3.0.0"
},
"dependencies": {
"@vueuse/core": "^11.3.0",
"echarts": "^5.5.1",
"echarts-wordcloud": "^2.1.0",
"lodash-es": "^4.17.21",
"swiper": "^11.1.15",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@iconify-json/carbon": "^1.2.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/components": "^11.3.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"naive-ui": "^2.40.2",
"typescript": "5.6.3",
"unocss": "^0.58.9",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.11",
"vite-plugin-dts": "^3.9.1",
"vitepress": "1.2.3",
"vue-tsc": "^2.1.10"
}
}