-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.26 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
{
"name": "@echarts-component/monorepo",
"description": "Echarts component",
"private": true,
"version": "0.10.2",
"type": "module",
"keywords": [],
"author": "hboot <bobolity@163.com>",
"license": "MIT",
"packageManager": "pnpm@10.17.1",
"scripts": {
"build": "pnpm -r run build",
"build:types": "vue-tsc --emitDeclarationOnly",
"update": "tsx scripts/update.ts",
"update:full": "npm run update && npm run build:types",
"release": "bumpp --execute=\"npm run release:prepare\" --all ",
"release:prepare": "npm run build:types && tsx scripts/update.ts",
"publish:npm": "tsx scripts/publish.ts"
},
"devDependencies": {
"@types/lodash-es": "catalog:",
"@types/node": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@vitejs/plugin-vue-jsx": "catalog:",
"@vue/tsconfig": "catalog:",
"bumpp": "catalog:",
"echarts": "catalog:",
"less": "catalog:",
"terser": "catalog:",
"tsx": "catalog:",
"type-flat": "catalog:",
"typescript": "catalog:",
"unocss": "catalog:",
"vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vue": "catalog:",
"vue-tsc": "catalog:"
},
"pnpm": {
"patchedDependencies": {
"echarts": ".pnpm_patches/echarts.patch"
},
"overrides": {}
}
}