zhytech-ui 1.0.12 → 1.0.14

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,73 +1,73 @@
1
- {
2
- "name": "zhytech-ui",
3
- "version": "1.0.12",
4
- "private": false,
5
- "scripts": {
6
- "dev": "vite",
7
- "build": "vite build",
8
- "preview": "vite preview",
9
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
10
- "format": "prettier --write src/"
11
- },
12
- "files": [
13
- "dist"
14
- ],
15
- "description": "基于Vue3 + ElementPlus + TypeScript封装的组件库",
16
- "author": "SJZ",
17
- "keywords": [
18
- "zhytech-ui",
19
- "ui",
20
- "form",
21
- "vue"
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
- }
33
- },
34
- "publishConfig": {
35
- "registry": "https://registry.npmjs.org/"
36
- },
37
- "volta": {
38
- "node": "18.16.0"
39
- },
40
- "dependencies": {
41
- "@vueuse/core": "^10.4.1",
42
- "autoprefixer": "^10.4.14",
43
- "element-plus": "^2.6.1",
44
- "postcss-loader": "^7.3.3",
45
- "postcss-pxtorem": "^6.0.0",
46
- "sortablejs": "^1.15.0",
47
- "vue": "3.4.0",
48
- "vue-router": "^4.2.0"
49
- },
50
- "devDependencies": {
51
- "@rushstack/eslint-patch": "^1.2.0",
52
- "@tsconfig/node18": "^2.0.1",
53
- "@types/node": "^18.16.8",
54
- "@vitejs/plugin-vue": "^4.2.3",
55
- "@vue/eslint-config-prettier": "^7.1.0",
56
- "@vue/eslint-config-typescript": "^11.0.3",
57
- "@vue/tsconfig": "^0.4.0",
58
- "eslint": "^8.39.0",
59
- "eslint-plugin-vue": "^9.11.0",
60
- "node-sass": "8.0.0",
61
- "prettier": "^2.8.8",
62
- "sass": "^1.62.1",
63
- "sass-loader": "^13.3.1",
64
- "style-loader": "^3.3.3",
65
- "terser": "^5.18.0",
66
- "typescript": "~5.0.4",
67
- "unplugin-auto-import": "^0.16.4",
68
- "unplugin-vue-components": "^0.25.1",
69
- "vite": "^4.3.5",
70
- "vite-plugin-dts": "^4.0.3",
71
- "vue-tsc": "^1.6.4"
72
- }
73
- }
1
+ {
2
+ "name": "zhytech-ui",
3
+ "version": "1.0.14",
4
+ "private": false,
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "vite build",
8
+ "preview": "vite preview",
9
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
10
+ "format": "prettier --write src/"
11
+ },
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "description": "基于Vue3 + ElementPlus + TypeScript封装的组件库",
16
+ "author": "SJZ",
17
+ "keywords": [
18
+ "zhytech-ui",
19
+ "ui",
20
+ "form",
21
+ "vue"
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
+ }
33
+ },
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/"
36
+ },
37
+ "volta": {
38
+ "node": "18.16.0"
39
+ },
40
+ "dependencies": {
41
+ "@vueuse/core": "^10.4.1",
42
+ "autoprefixer": "^10.4.14",
43
+ "element-plus": "^2.6.1",
44
+ "postcss-loader": "^7.3.3",
45
+ "postcss-pxtorem": "^6.0.0",
46
+ "sortablejs": "^1.15.0",
47
+ "vue": "3.4.0",
48
+ "vue-router": "^4.2.0"
49
+ },
50
+ "devDependencies": {
51
+ "@rushstack/eslint-patch": "^1.2.0",
52
+ "@tsconfig/node18": "^2.0.1",
53
+ "@types/node": "^18.16.8",
54
+ "@vitejs/plugin-vue": "^4.2.3",
55
+ "@vue/eslint-config-prettier": "^7.1.0",
56
+ "@vue/eslint-config-typescript": "^11.0.3",
57
+ "@vue/tsconfig": "^0.4.0",
58
+ "eslint": "^8.39.0",
59
+ "eslint-plugin-vue": "^9.11.0",
60
+ "node-sass": "8.0.0",
61
+ "prettier": "^2.8.8",
62
+ "sass": "^1.62.1",
63
+ "sass-loader": "^13.3.1",
64
+ "style-loader": "^3.3.3",
65
+ "terser": "^5.18.0",
66
+ "typescript": "~5.0.4",
67
+ "unplugin-auto-import": "^0.16.4",
68
+ "unplugin-vue-components": "^0.25.1",
69
+ "vite": "^4.3.5",
70
+ "vite-plugin-dts": "^4.0.3",
71
+ "vue-tsc": "^1.6.4"
72
+ }
73
+ }