zhytech-ui 1.0.38 → 1.0.39

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,76 +1,81 @@
1
- {
2
- "name": "zhytech-ui",
3
- "version": "1.0.38",
4
- "private": false,
5
- "scripts": {
6
- "dev": "vite --force",
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
- "test": "npm run build && yalc push"
12
- },
13
- "files": [
14
- "dist"
15
- ],
16
- "description": "基于Vue3 + ElementPlus + TypeScript封装的组件库",
17
- "author": "SJZ",
18
- "keywords": [
19
- "zhytech-ui",
20
- "ui",
21
- "form",
22
- "vue"
23
- ],
24
- "license": "MIT",
25
- "main": "./dist/zhytech-ui.umd.js",
26
- "module": "./dist/zhytech-ui.es.js",
27
- "types": "./dist/src/index.d.ts",
28
- "style": "./dist/style.css",
29
- "exports": {
30
- ".": {
31
- "import": "./dist/zhytech-ui.es.js",
32
- "require": "./dist/zhytech-ui.umd.js"
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
- "@vueuse/core": "^10.4.1",
44
- "autoprefixer": "^10.4.14",
45
- "dayjs": "^1.11.13",
46
- "element-plus": "2.6.1",
47
- "postcss-loader": "^7.3.3",
48
- "postcss-pxtorem": "^6.0.0",
49
- "sortablejs": "^1.15.0",
50
- "vue": "3.4.0",
51
- "vue-router": "^4.2.0"
52
- },
53
- "devDependencies": {
54
- "@rushstack/eslint-patch": "^1.2.0",
55
- "@tsconfig/node18": "^2.0.1",
56
- "@types/node": "^18.16.8",
57
- "@vitejs/plugin-vue": "^4.2.3",
58
- "@vue/eslint-config-prettier": "^7.1.0",
59
- "@vue/eslint-config-typescript": "^11.0.3",
60
- "@vue/tsconfig": "^0.4.0",
61
- "eslint": "^8.39.0",
62
- "eslint-plugin-vue": "^9.11.0",
63
- "node-sass": "8.0.0",
64
- "prettier": "^2.8.8",
65
- "sass": "1.77.0",
66
- "sass-loader": "^13.3.1",
67
- "style-loader": "^3.3.3",
68
- "terser": "^5.18.0",
69
- "typescript": "~5.0.4",
70
- "unplugin-auto-import": "^0.16.4",
71
- "unplugin-vue-components": "^0.25.1",
72
- "vite": "^4.3.5",
73
- "vite-plugin-dts": "^4.0.3",
74
- "vue-tsc": "^1.6.4"
75
- }
76
- }
1
+ {
2
+ "name": "zhytech-ui",
3
+ "version": "1.0.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 && 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
+ }