@rhino-design/vue 0.2.3 → 0.2.6
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/package.json +2 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhino-design/vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "全面开箱即用的高质量 Vue 3 组件库,覆盖绝大部分业务场景,并支持可选安装的独立 icons 包。",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -28,28 +28,6 @@
|
|
|
28
28
|
"**/*.css",
|
|
29
29
|
"**/*.less"
|
|
30
30
|
],
|
|
31
|
-
"scripts": {
|
|
32
|
-
"generate:iconfont": "node scripts/generate-iconfont.mjs",
|
|
33
|
-
"generate:icons-package": "node scripts/generate-icons-package.mjs",
|
|
34
|
-
"guard:no-ui-libs": "node scripts/guard-no-ui-libs.mjs",
|
|
35
|
-
"prebuild": "npm run guard:no-ui-libs",
|
|
36
|
-
"build": "npm run build:components && npm run build:styles",
|
|
37
|
-
"build:components": "vite build",
|
|
38
|
-
"build:styles": "node scripts/build-style-package.mjs",
|
|
39
|
-
"build:icons": "npm run generate:icons-package && vite build --config vite.icons.config.ts",
|
|
40
|
-
"dev": "vite --config vite.docs.config.ts",
|
|
41
|
-
"docs:dev": "vite --config vite.docs.config.ts",
|
|
42
|
-
"predocs:build": "npm run guard:no-ui-libs",
|
|
43
|
-
"docs:build": "vite build --config vite.docs.config.ts",
|
|
44
|
-
"docs:preview": "vite preview --config vite.docs.config.ts",
|
|
45
|
-
"pretypecheck": "npm run guard:no-ui-libs",
|
|
46
|
-
"typecheck": "vue-tsc --noEmit",
|
|
47
|
-
"pretest": "npm run guard:no-ui-libs",
|
|
48
|
-
"test": "vitest",
|
|
49
|
-
"pretest:run": "npm run guard:no-ui-libs",
|
|
50
|
-
"test:run": "vitest run",
|
|
51
|
-
"test:coverage": "vitest run --coverage"
|
|
52
|
-
},
|
|
53
31
|
"keywords": [
|
|
54
32
|
"vue3",
|
|
55
33
|
"ui-library",
|
|
@@ -60,23 +38,7 @@
|
|
|
60
38
|
"peerDependencies": {
|
|
61
39
|
"vue": "^3.4.0"
|
|
62
40
|
},
|
|
63
|
-
"devDependencies": {
|
|
64
|
-
"@testing-library/vue": "^8.1.0",
|
|
65
|
-
"@types/node": "^24.3.0",
|
|
66
|
-
"@types/qrcode": "^1.5.6",
|
|
67
|
-
"@vitejs/plugin-vue": "^5.2.4",
|
|
68
|
-
"@vue/test-utils": "^2.4.6",
|
|
69
|
-
"jsdom": "^29.0.0",
|
|
70
|
-
"playwright": "^1.58.2",
|
|
71
|
-
"typescript": "^5.9.2",
|
|
72
|
-
"vite": "^5.4.21",
|
|
73
|
-
"vite-plugin-dts": "^4.5.4",
|
|
74
|
-
"vitest": "^4.1.0",
|
|
75
|
-
"vue": "^3.5.13",
|
|
76
|
-
"vue-tsc": "^2.2.0"
|
|
77
|
-
},
|
|
78
41
|
"dependencies": {
|
|
79
|
-
"qrcode": "^1.5.4"
|
|
80
|
-
"vue-router": "^5.0.3"
|
|
42
|
+
"qrcode": "^1.5.4"
|
|
81
43
|
}
|
|
82
44
|
}
|