-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.27 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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "hl-material",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"commit": "git add . && git cz",
"lint": "lint-staged",
"build": "node ./script/build.js",
"build:ui": "node ./script/build.js pck=ui",
"build:tyyh": "node ./script/build.js pck=tyyh",
"build:hooks": "node ./script/build.js pck=uinode ./script/build.js pck=hooks",
"build:utils": "node ./script/build.js pck=utils",
"build:dir": "node ./script/build.js pck=directions"
},
"dependencies": {
"@hl/directions": "workspace:*",
"@hl/hooks": "workspace:*",
"@hl/theme-chalk": "workspace:*",
"@hl/tyyh": "workspace:*",
"@hl/ui": "workspace:*",
"@hl/utils": "workspace:*",
"@iconify/vue": "^4.1.2",
"@multiavatar/multiavatar": "^1.0.7",
"@vueuse/core": "^11.0.3",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"element-plus": "^2.8.1",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"nprogress": "^0.2.0",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"validator": "^13.12.0",
"vue": "^3.4.38",
"vue-router": "^4.4.5",
"wavesurfer.js": "^7.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/eslintrc": "^3.1.0",
"@types/sortablejs": "1.15.8",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.11",
"autoprefixer": "^10.4.20",
"cz-git": "^1.9.4",
"eslint": "9.9.1",
"eslint-plugin-format": "^0.1.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.2",
"rollup": "^4.27.3",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"terser": "^5.34.1",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vitest": "^2.1.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix"
]
}
}