hs-admin-ui 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/style.css.gz +0 -0
- package/dist/umd/index.js +71 -73
- package/dist/umd/index.js.gz +0 -0
- package/package.json +83 -81
package/dist/umd/index.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,81 +1,83 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "hs-admin-ui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "vue3 + typescript5 + vite5 的框架",
|
|
5
|
-
"author": "wgd",
|
|
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
|
-
"vue
|
|
38
|
-
"vue-
|
|
39
|
-
"vue-
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"vite
|
|
63
|
-
"vite-plugin-
|
|
64
|
-
"vite-plugin-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "hs-admin-ui",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "vue3 + typescript5 + vite5 的框架",
|
|
5
|
+
"author": "wgd",
|
|
6
|
+
"private": false,
|
|
7
|
+
"main": "dist/umd.index.js",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/*"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vite --force",
|
|
13
|
+
"build": "vite build",
|
|
14
|
+
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
|
15
|
+
"pub": "npm publish"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
19
|
+
"axios": "^1.6.7",
|
|
20
|
+
"crypto-js": "^4.2.0",
|
|
21
|
+
"default-passive-events": "^2.0.0",
|
|
22
|
+
"echarts": "^5.5.0",
|
|
23
|
+
"element-plus": "^2.5.6",
|
|
24
|
+
"js-cookie": "^3.0.5",
|
|
25
|
+
"localforage": "^1.10.0",
|
|
26
|
+
"lodash": "^4.17.21",
|
|
27
|
+
"mitt": "^3.0.1",
|
|
28
|
+
"nprogress": "^0.2.0",
|
|
29
|
+
"pinia": "^2.1.7",
|
|
30
|
+
"qrcodejs2-fixes": "^0.0.2",
|
|
31
|
+
"qs": "^6.11.2",
|
|
32
|
+
"screenfull": "^6.0.2",
|
|
33
|
+
"sortablejs": "^1.15.2",
|
|
34
|
+
"splitpanes": "^3.1.5",
|
|
35
|
+
"trtc-sdk-v5": "^5.4.1",
|
|
36
|
+
"ts-md5": "^1.3.1",
|
|
37
|
+
"vue": "^3.4.19",
|
|
38
|
+
"vue-clipboard3": "^2.0.0",
|
|
39
|
+
"vue-demi": "^0.14.7",
|
|
40
|
+
"vue-draggable-plus": "^0.3.5",
|
|
41
|
+
"vue-router": "^4.3.0",
|
|
42
|
+
"vxe-table": "^4.5.20",
|
|
43
|
+
"xe-utils": "^3.5.20"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@types/node": "^20.11.19",
|
|
47
|
+
"@types/nprogress": "^0.2.3",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
49
|
+
"@typescript-eslint/parser": "^7.0.2",
|
|
50
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
51
|
+
"@vue/compiler-sfc": "^3.4.19",
|
|
52
|
+
"@vueuse/core": "^10.8.0",
|
|
53
|
+
"autoprefixer": "^10.4.17",
|
|
54
|
+
"eslint": "^8.56.0",
|
|
55
|
+
"eslint-plugin-vue": "^9.21.1",
|
|
56
|
+
"postcss": "^8.4.35",
|
|
57
|
+
"prettier": "^3.2.5",
|
|
58
|
+
"sass": "^1.71.1",
|
|
59
|
+
"tailwindcss": "^3.4.1",
|
|
60
|
+
"terser": "^5.27.2",
|
|
61
|
+
"typescript": "^5.3.3",
|
|
62
|
+
"vite": "^5.1.4",
|
|
63
|
+
"vite-plugin-cdn-import": "^0.3.5",
|
|
64
|
+
"vite-plugin-compression": "^0.5.1",
|
|
65
|
+
"vite-plugin-style-import": "^2.0.0",
|
|
66
|
+
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
|
|
67
|
+
"vue-eslint-parser": "^9.4.2"
|
|
68
|
+
},
|
|
69
|
+
"browserslist": [
|
|
70
|
+
"> 1%",
|
|
71
|
+
"last 2 versions",
|
|
72
|
+
"not dead"
|
|
73
|
+
],
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">=16.0.0",
|
|
76
|
+
"npm": ">= 7.0.0"
|
|
77
|
+
},
|
|
78
|
+
"keywords": [
|
|
79
|
+
"vue",
|
|
80
|
+
"vue3",
|
|
81
|
+
"element-plus"
|
|
82
|
+
]
|
|
83
|
+
}
|