zhytech-ui 1.1.39 → 1.1.40

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,106 +1,107 @@
1
- {
2
- "name": "zhytech-ui",
3
- "version": "1.1.39",
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 && npm pack"
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
- "types": "./dist/src/index.d.ts"
35
- },
36
- "./dist/style.css": "./dist/style.css"
37
- },
38
- "publishConfig": {
39
- "registry": "https://registry.npmjs.org/"
40
- },
41
- "volta": {
42
- "node": "18.16.0"
43
- },
44
- "dependencies": {
45
- "@js-preview/docx": "^1.6.4",
46
- "@js-preview/excel": "^1.7.14",
47
- "@vueuse/core": "^10.4.1",
48
- "@wangeditor/editor": "5.1.23",
49
- "@wangeditor/editor-for-vue": "5.1.12",
50
- "axios": "^1.4.0",
51
- "core-js": "^3.39.0",
52
- "dayjs": "^1.11.13",
53
- "element-plus": "2.6.1",
54
- "markdown-it": "^14.1.0",
55
- "postcss-pxtorem": "^6.0.0",
56
- "pptx-preview": "^1.0.1",
57
- "sortablejs": "^1.15.0",
58
- "vue": "^3.4.37",
59
- "vue-router": "^4.2.0",
60
- "vue3-puzzle-vcode": "^1.1.7",
61
- "vue3-video-play": "^1.3.1"
62
- },
63
- "devDependencies": {
64
- "@rushstack/eslint-patch": "^1.2.0",
65
- "@tsconfig/node18": "^2.0.1",
66
- "@types/node": "^18.16.8",
67
- "@unocss/eslint-config": "^0.65.1",
68
- "@unocss/preset-rem-to-px": "^0.65.1",
69
- "@vitejs/plugin-vue": "^4.2.3",
70
- "@vue/eslint-config-prettier": "^7.1.0",
71
- "@vue/eslint-config-typescript": "^11.0.3",
72
- "@vue/tsconfig": "^0.4.0",
73
- "autoprefixer": "^10.4.20",
74
- "core-js": "^3.39.0",
75
- "eslint": "^8.39.0",
76
- "eslint-plugin-vue": "^9.11.0",
77
- "node-sass": "8.0.0",
78
- "postcss-loader": "^8.1.1",
79
- "prettier": "^2.8.8",
80
- "sass": "1.77.0",
81
- "sass-loader": "^13.3.1",
82
- "style-loader": "^3.3.3",
83
- "typescript": "~5.0.4",
84
- "unocss": "^0.65.1",
85
- "unocss-preset-theme": "^0.14.1",
86
- "unplugin-auto-import": "^0.16.4",
87
- "unplugin-vue-components": "^0.25.1",
88
- "vite": "^4.3.5",
89
- "vite-plugin-dts": "^4.5.4",
90
- "vue-tsc": "^1.6.4"
91
- },
92
- "peerDependencies": {
93
- "@js-preview/docx": "^1.6.4",
94
- "@js-preview/excel": "^1.7.14",
95
- "@vueuse/core": "^10.4.1",
96
- "@wangeditor/editor": "5.1.23",
97
- "@wangeditor/editor-for-vue": "5.1.12",
98
- "axios": "^1.4.0",
99
- "dayjs": "^1.11.13",
100
- "element-plus": "2.6.1",
101
- "pptx-preview": "^1.0.1",
102
- "sortablejs": "^1.15.0",
103
- "vue": "^3.4.37",
104
- "vue-router": "^4.2.0"
105
- }
106
- }
1
+ {
2
+ "name": "zhytech-ui",
3
+ "version": "1.1.40",
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 && npm pack"
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
+ "types": "./dist/src/index.d.ts"
35
+ },
36
+ "./dist/style.css": "./dist/style.css"
37
+ },
38
+ "publishConfig": {
39
+ "registry": "https://registry.npmjs.org/"
40
+ },
41
+ "volta": {
42
+ "node": "18.16.0"
43
+ },
44
+ "dependencies": {
45
+ "@js-preview/docx": "^1.6.4",
46
+ "@js-preview/excel": "^1.7.14",
47
+ "@vueuse/core": "^10.4.1",
48
+ "@wangeditor/editor": "5.1.23",
49
+ "@wangeditor/editor-for-vue": "5.1.12",
50
+ "axios": "^1.4.0",
51
+ "core-js": "^3.39.0",
52
+ "dayjs": "^1.11.13",
53
+ "element-plus": "2.6.1",
54
+ "markdown-it": "^14.1.0",
55
+ "postcss-pxtorem": "^6.0.0",
56
+ "pptx-preview": "^1.0.1",
57
+ "sortablejs": "^1.15.0",
58
+ "vue": "^3.4.37",
59
+ "vue-router": "^4.2.0",
60
+ "vue3-puzzle-vcode": "^1.1.7",
61
+ "vue3-video-play": "^1.3.1",
62
+ "xgplayer": "^3.0.23"
63
+ },
64
+ "devDependencies": {
65
+ "@rushstack/eslint-patch": "^1.2.0",
66
+ "@tsconfig/node18": "^2.0.1",
67
+ "@types/node": "^18.16.8",
68
+ "@unocss/eslint-config": "^0.65.1",
69
+ "@unocss/preset-rem-to-px": "^0.65.1",
70
+ "@vitejs/plugin-vue": "^4.2.3",
71
+ "@vue/eslint-config-prettier": "^7.1.0",
72
+ "@vue/eslint-config-typescript": "^11.0.3",
73
+ "@vue/tsconfig": "^0.4.0",
74
+ "autoprefixer": "^10.4.20",
75
+ "core-js": "^3.39.0",
76
+ "eslint": "^8.39.0",
77
+ "eslint-plugin-vue": "^9.11.0",
78
+ "node-sass": "8.0.0",
79
+ "postcss-loader": "^8.1.1",
80
+ "prettier": "^2.8.8",
81
+ "sass": "1.77.0",
82
+ "sass-loader": "^13.3.1",
83
+ "style-loader": "^3.3.3",
84
+ "typescript": "~5.0.4",
85
+ "unocss": "^0.65.1",
86
+ "unocss-preset-theme": "^0.14.1",
87
+ "unplugin-auto-import": "^0.16.4",
88
+ "unplugin-vue-components": "^0.25.1",
89
+ "vite": "^4.3.5",
90
+ "vite-plugin-dts": "^4.5.4",
91
+ "vue-tsc": "^1.6.4"
92
+ },
93
+ "peerDependencies": {
94
+ "@js-preview/docx": "^1.6.4",
95
+ "@js-preview/excel": "^1.7.14",
96
+ "@vueuse/core": "^10.4.1",
97
+ "@wangeditor/editor": "5.1.23",
98
+ "@wangeditor/editor-for-vue": "5.1.12",
99
+ "axios": "^1.4.0",
100
+ "dayjs": "^1.11.13",
101
+ "element-plus": "2.6.1",
102
+ "pptx-preview": "^1.0.1",
103
+ "sortablejs": "^1.15.0",
104
+ "vue": "^3.4.37",
105
+ "vue-router": "^4.2.0"
106
+ }
107
+ }