zhytech-ui 1.0.43 → 1.1.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/package.json CHANGED
@@ -1,81 +1,88 @@
1
- {
2
- "name": "zhytech-ui",
3
- "version": "1.0.43",
4
- "private": false,
5
- "type": "module",
6
- "scripts": {
7
- "dev": "vite --force",
8
- "build": "vite build",
9
- "preview": "vite preview",
10
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
11
- "format": "prettier --write src/",
12
- "test": "npm run build && yalc push"
13
- },
14
- "files": [
15
- "dist"
16
- ],
17
- "description": "基于Vue3 + ElementPlus + TypeScript封装的组件库",
18
- "author": "SJZ",
19
- "keywords": [
20
- "zhytech-ui",
21
- "ui",
22
- "form",
23
- "vue"
24
- ],
25
- "license": "MIT",
26
- "main": "./dist/zhytech-ui.umd.js",
27
- "module": "./dist/zhytech-ui.es.js",
28
- "types": "./dist/src/index.d.ts",
29
- "style": "./dist/style.css",
30
- "exports": {
31
- ".": {
32
- "import": "./dist/zhytech-ui.es.js",
33
- "require": "./dist/zhytech-ui.umd.js"
34
- },
35
- "./dist/style.css": "./dist/style.css"
36
- },
37
- "publishConfig": {
38
- "registry": "https://registry.npmjs.org/"
39
- },
40
- "volta": {
41
- "node": "18.16.0"
42
- },
43
- "dependencies": {
44
- "@vueuse/core": "^10.4.1",
45
- "autoprefixer": "^10.4.14",
46
- "dayjs": "^1.11.13",
47
- "element-plus": "2.6.1",
48
- "postcss-loader": "^8.1.1",
49
- "postcss-pxtorem": "^6.0.0",
50
- "sortablejs": "^1.15.0",
51
- "vue": "3.4.0",
52
- "vue-router": "^4.2.0"
53
- },
54
- "devDependencies": {
55
- "@rushstack/eslint-patch": "^1.2.0",
56
- "@tsconfig/node18": "^2.0.1",
57
- "@types/node": "^18.16.8",
58
- "@unocss/eslint-config": "^0.65.1",
59
- "@unocss/preset-rem-to-px": "^0.65.1",
60
- "@vitejs/plugin-vue": "^4.2.3",
61
- "@vue/eslint-config-prettier": "^7.1.0",
62
- "@vue/eslint-config-typescript": "^11.0.3",
63
- "@vue/tsconfig": "^0.4.0",
64
- "eslint": "^8.39.0",
65
- "eslint-plugin-vue": "^9.11.0",
66
- "node-sass": "8.0.0",
67
- "prettier": "^2.8.8",
68
- "sass": "1.77.0",
69
- "sass-loader": "^13.3.1",
70
- "style-loader": "^3.3.3",
71
- "terser": "^5.18.0",
72
- "typescript": "~5.0.4",
73
- "unocss": "^0.65.1",
74
- "unocss-preset-theme": "^0.14.1",
75
- "unplugin-auto-import": "^0.16.4",
76
- "unplugin-vue-components": "^0.25.1",
77
- "vite": "^4.3.5",
78
- "vite-plugin-dts": "^4.0.3",
79
- "vue-tsc": "^1.6.4"
80
- }
81
- }
1
+ {
2
+ "name": "zhytech-ui",
3
+ "version": "1.1.0",
4
+ "private": false,
5
+ "type": "module",
6
+ "scripts": {
7
+ "dev": "vite --force",
8
+ "build": "vite build",
9
+ "preview": "vite preview",
10
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
11
+ "format": "prettier --write src/",
12
+ "test": "npm run build && yalc push"
13
+ },
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "description": "基于Vue3 + ElementPlus + TypeScript封装的组件库",
18
+ "author": "SJZ",
19
+ "keywords": [
20
+ "zhytech-ui",
21
+ "ui",
22
+ "form",
23
+ "vue"
24
+ ],
25
+ "license": "MIT",
26
+ "main": "./dist/zhytech-ui.umd.js",
27
+ "module": "./dist/zhytech-ui.es.js",
28
+ "types": "./dist/src/index.d.ts",
29
+ "style": "./dist/style.css",
30
+ "exports": {
31
+ ".": {
32
+ "import": "./dist/zhytech-ui.es.js",
33
+ "require": "./dist/zhytech-ui.umd.js"
34
+ },
35
+ "./dist/style.css": "./dist/style.css"
36
+ },
37
+ "publishConfig": {
38
+ "registry": "https://registry.npmjs.org/"
39
+ },
40
+ "volta": {
41
+ "node": "18.16.0"
42
+ },
43
+ "dependencies": {
44
+ "@vue-office/docx": "1.6.0",
45
+ "@vue-office/excel": "1.7.14",
46
+ "@vue-office/pdf": "2.0.10",
47
+ "@vue-office/pptx": "1.0.0",
48
+ "@vueuse/core": "^10.4.1",
49
+ "autoprefixer": "^10.4.14",
50
+ "axios": "^1.4.0",
51
+ "dayjs": "^1.11.13",
52
+ "element-plus": "2.6.1",
53
+ "markdown-it": "^14.1.0",
54
+ "postcss-loader": "^8.1.1",
55
+ "postcss-pxtorem": "^6.0.0",
56
+ "sortablejs": "^1.15.0",
57
+ "vue": "3.4.0",
58
+ "vue-demi": "0.14.6",
59
+ "vue-router": "^4.2.0"
60
+ },
61
+ "devDependencies": {
62
+ "@rushstack/eslint-patch": "^1.2.0",
63
+ "@tsconfig/node18": "^2.0.1",
64
+ "@types/node": "^18.16.8",
65
+ "@unocss/eslint-config": "^0.65.1",
66
+ "@unocss/preset-rem-to-px": "^0.65.1",
67
+ "@vitejs/plugin-vue": "^4.2.3",
68
+ "@vue/eslint-config-prettier": "^7.1.0",
69
+ "@vue/eslint-config-typescript": "^11.0.3",
70
+ "@vue/tsconfig": "^0.4.0",
71
+ "eslint": "^8.39.0",
72
+ "eslint-plugin-vue": "^9.11.0",
73
+ "node-sass": "8.0.0",
74
+ "prettier": "^2.8.8",
75
+ "sass": "1.77.0",
76
+ "sass-loader": "^13.3.1",
77
+ "style-loader": "^3.3.3",
78
+ "terser": "^5.18.0",
79
+ "typescript": "~5.0.4",
80
+ "unocss": "^0.65.1",
81
+ "unocss-preset-theme": "^0.14.1",
82
+ "unplugin-auto-import": "^0.16.4",
83
+ "unplugin-vue-components": "^0.25.1",
84
+ "vite": "^4.3.5",
85
+ "vite-plugin-dts": "^4.0.3",
86
+ "vue-tsc": "^1.6.4"
87
+ }
88
+ }