yd-admin 0.1.14 → 0.1.16

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.
Files changed (4) hide show
  1. package/README.md +47 -31
  2. package/dist/index.js +11000 -9405
  3. package/dist/style.css +2768 -1991
  4. package/package.json +25 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yd-admin",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "基于 Vue 3 的后台管理框架通用组件库 - 轻量、高效、主题可定制",
5
5
  "keywords": [
6
6
  "admin",
@@ -45,35 +45,51 @@
45
45
  "docs:preview": "vitepress preview docs"
46
46
  },
47
47
  "dependencies": {
48
- "@vitepress-code-preview/container": "^1.0.8",
49
- "@vitepress-code-preview/plugin": "^1.0.6",
50
- "async-validator": "^4.2.5",
51
- "highlight.js": "^11.11.1",
52
- "marked": "^18.0.2",
53
- "pinia": "^3.0.0",
54
- "vitepress-plugin-component": "^1.1.1",
55
- "vue-i18n": "^11.1.0"
48
+ "async-validator": "^4.2.5"
56
49
  },
57
50
  "devDependencies": {
58
51
  "@tsdown/css": "^0.21.7",
59
52
  "@types/node": "^25.5.0",
60
53
  "@typescript/native-preview": "7.0.0-dev.20260328.1",
61
54
  "@vitejs/plugin-vue": "^6.0.5",
55
+ "@vitepress-code-preview/container": "^1.0.8",
62
56
  "bumpp": "^11.0.1",
63
57
  "happy-dom": "^20.9.0",
58
+ "highlight.js": "^11.11.1",
59
+ "marked": "^18.0.2",
64
60
  "oxc-minify": "^0.127.0",
61
+ "pinia": "^3.0.0",
65
62
  "typescript": "^6.0.2",
66
63
  "unplugin-vue": "^7.1.1",
67
64
  "unplugin-vue-components": "^32.0.0",
68
65
  "vite-plus": "0.1.17",
69
66
  "vitepress": "2.0.0-alpha.17",
70
67
  "vue": "^3.5.32",
68
+ "vue-i18n": "^11.1.0",
71
69
  "vue-tsc": "^3.2.6"
72
70
  },
73
71
  "peerDependencies": {
72
+ "highlight.js": ">=11.0.0",
73
+ "marked": ">=9.0.0",
74
+ "pinia": ">=2.0.0",
74
75
  "vue": ">=3.4.0",
76
+ "vue-i18n": ">=10.0.0",
75
77
  "vue-router": ">=4.0.0"
76
78
  },
79
+ "peerDependenciesMeta": {
80
+ "pinia": {
81
+ "optional": true
82
+ },
83
+ "vue-i18n": {
84
+ "optional": true
85
+ },
86
+ "highlight.js": {
87
+ "optional": true
88
+ },
89
+ "marked": {
90
+ "optional": true
91
+ }
92
+ },
77
93
  "packageManager": "pnpm@10.33.0",
78
94
  "pnpm": {
79
95
  "overrides": {