zhytech-ui-mobile 1.0.0
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/README.md +71 -0
- package/dist/build/h5/static/iconfont/iconfont.css +27 -0
- package/dist/build/h5/static/iconfont/iconfont.ttf +0 -0
- package/dist/build/h5/static/iconfont/iconfont.woff +0 -0
- package/dist/build/h5/static/iconfont/iconfont.woff2 +0 -0
- package/dist/build/h5/static/scss/actionSheet.scss +12 -0
- package/dist/build/h5/static/scss/button.scss +3 -0
- package/dist/build/h5/static/scss/checkbox.scss +35 -0
- package/dist/build/h5/static/scss/form.scss +18 -0
- package/dist/build/h5/static/scss/index.scss +7 -0
- package/dist/build/h5/static/scss/input.scss +15 -0
- package/dist/build/h5/static/scss/picker.scss +13 -0
- package/dist/build/h5/static/scss/radio.scss +33 -0
- package/dist/build/h5/style.css +1 -0
- package/dist/build/h5/zhytech-ui-mobile.es.js +19661 -0
- package/dist/build/h5/zhytech-ui-mobile.umd.js +1 -0
- package/dist/dev/true/style.css +455 -0
- package/dist/dev/true/zhytech-ui-mobile.es.js +3440 -0
- package/dist/dev/true/zhytech-ui-mobile.umd.js +3443 -0
- package/package.json +99 -0
package/package.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "zhytech-ui-mobile",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"dev": "uni",
|
|
6
|
+
"build": "uni build",
|
|
7
|
+
"build:mp-weixin": "uni build -p mp-weixin",
|
|
8
|
+
"type-check": "vue-tsc --noEmit"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"description": "一个基于Vue3 + wot-design-uni + TypeScript + unocss封装的前端UI组件库",
|
|
14
|
+
"author": "SJZ",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"zhytech-ui",
|
|
17
|
+
"ui",
|
|
18
|
+
"form",
|
|
19
|
+
"vue3",
|
|
20
|
+
"wot-design-uni",
|
|
21
|
+
"uniapp"
|
|
22
|
+
],
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"main": "./dist/zhytech-ui.umd.js",
|
|
25
|
+
"module": "./dist/zhytech-ui.es.js",
|
|
26
|
+
"types": "./dist/src/index.d.ts",
|
|
27
|
+
"style": "./dist/style.css",
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"import": "./dist/zhytech-ui.es.js",
|
|
31
|
+
"require": "./dist/zhytech-ui.umd.js",
|
|
32
|
+
"types": "./dist/src/index.d.ts"
|
|
33
|
+
},
|
|
34
|
+
"./dist/style.css": "./dist/style.css"
|
|
35
|
+
},
|
|
36
|
+
"publishConfig": {
|
|
37
|
+
"registry": "https://registry.npmjs.org/"
|
|
38
|
+
},
|
|
39
|
+
"volta": {
|
|
40
|
+
"node": "18.16.0"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@dcloudio/uni-app": "3.0.0-4000820240401001",
|
|
44
|
+
"@dcloudio/uni-app-plus": "3.0.0-4000820240401001",
|
|
45
|
+
"@dcloudio/uni-components": "3.0.0-4000820240401001",
|
|
46
|
+
"@dcloudio/uni-h5": "3.0.0-4000820240401001",
|
|
47
|
+
"@dcloudio/uni-mp-alipay": "3.0.0-4000820240401001",
|
|
48
|
+
"@dcloudio/uni-mp-baidu": "3.0.0-4000820240401001",
|
|
49
|
+
"@dcloudio/uni-mp-jd": "3.0.0-4000820240401001",
|
|
50
|
+
"@dcloudio/uni-mp-kuaishou": "3.0.0-4000820240401001",
|
|
51
|
+
"@dcloudio/uni-mp-lark": "3.0.0-4000820240401001",
|
|
52
|
+
"@dcloudio/uni-mp-qq": "3.0.0-4000820240401001",
|
|
53
|
+
"@dcloudio/uni-mp-toutiao": "3.0.0-4000820240401001",
|
|
54
|
+
"@dcloudio/uni-mp-weixin": "3.0.0-4000820240401001",
|
|
55
|
+
"@dcloudio/uni-mp-xhs": "3.0.0-4000820240401001",
|
|
56
|
+
"@dcloudio/uni-quickapp-webview": "3.0.0-4000820240401001",
|
|
57
|
+
"@dcloudio/uni-ui": "^1.5.11",
|
|
58
|
+
"@stomp/stompjs": "^7.1.1",
|
|
59
|
+
"@vueuse/core": "^10.11.1",
|
|
60
|
+
"pinia": "2.0.27",
|
|
61
|
+
"pinia-plugin-persistedstate": "^3.2.3",
|
|
62
|
+
"qs": "5.0.0",
|
|
63
|
+
"vconsole": "^3.15.1",
|
|
64
|
+
"vue": "3.3.11",
|
|
65
|
+
"weixin-js-sdk": "^1.6.5",
|
|
66
|
+
"wot-design-uni": "^1.12.4"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@dcloudio/types": "^3.4.19",
|
|
70
|
+
"@dcloudio/uni-automator": "3.0.0-4000820240401001",
|
|
71
|
+
"@dcloudio/uni-cli-shared": "3.0.0-4000820240401001",
|
|
72
|
+
"@dcloudio/uni-stacktracey": "3.0.0-4000820240401001",
|
|
73
|
+
"@dcloudio/vite-plugin-uni": "3.0.0-4000820240401001",
|
|
74
|
+
"@rushstack/eslint-patch": "^1.12.0",
|
|
75
|
+
"@types/node": "^24.3.1",
|
|
76
|
+
"@types/wechat-miniprogram": "^3.4.8",
|
|
77
|
+
"@uni-helper/uni-app-types": "^0.5.13",
|
|
78
|
+
"@unocss/preset-uno": "^0.62.4",
|
|
79
|
+
"@unocss/transformer-directives": "^66.5.0",
|
|
80
|
+
"@vitejs/plugin-vue": "^5.0.0",
|
|
81
|
+
"@vue/eslint-config-prettier": "^7.1.0",
|
|
82
|
+
"@vue/eslint-config-typescript": "^11.0.3",
|
|
83
|
+
"@vue/runtime-core": "^3.5.21",
|
|
84
|
+
"@vue/tsconfig": "^0.1.3",
|
|
85
|
+
"eslint": "^8.57.1",
|
|
86
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
87
|
+
"prettier": "^2.8.8",
|
|
88
|
+
"sass": "1.77.8",
|
|
89
|
+
"sass-loader": "^13.3.3",
|
|
90
|
+
"style-loader": "^3.3.4",
|
|
91
|
+
"typescript": "^5.9.2",
|
|
92
|
+
"unocss": "^0.58.9",
|
|
93
|
+
"unocss-applet": "^0.7.8",
|
|
94
|
+
"unocss-preset-theme": "^0.13.0",
|
|
95
|
+
"unplugin-auto-import": "^0.17.8",
|
|
96
|
+
"vite": "4.3.5",
|
|
97
|
+
"vue-tsc": "^1.8.27"
|
|
98
|
+
}
|
|
99
|
+
}
|