xxl-job-vue3 1.0.2 → 1.0.3

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.

Potentially problematic release.


This version of xxl-job-vue3 might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,139 +1,139 @@
1
- {
2
- "name": "xxl-job-vue3",
3
- "private": false,
4
- "version": "1.0.2",
5
- "type": "module",
6
- "description": "xxl-job-vue3",
7
- "main": "./dist/xxl-job-vue3.umd.js",
8
- "module": "./dist/xxl-job-vue3.es.js",
9
- "types": "./dist/types/lib-index.d.ts",
10
- "style": "./dist/style.css",
11
- "license": "MIT",
12
- "files": [
13
- "dist/*",
14
- "README.md"
15
- ],
16
- "exports": {
17
- ".": {
18
- "import": "./dist/xxl-job-vue3.es.js",
19
- "require": "./dist/xxl-job-vue3.umd.js",
20
- "types": "./dist/index.d.ts"
21
- },
22
- "./dist/style.css": "./dist/style.css"
23
- },
24
- "scripts": {
25
- "dev": "vite",
26
- "serve": "vite",
27
- "build:dev": "vue-tsc && vite build --mode development",
28
- "build:test": "vue-tsc && vite build --mode test",
29
- "build:pro": "vue-tsc && vite build --mode production",
30
- "build:lib": "vue-tsc && vite build --config vite.config.lib.ts",
31
- "type:check": "vue-tsc --noEmit --skipLibCheck",
32
- "preview": "yarn build:dev && vite preview",
33
- "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
34
- "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
35
- "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
36
- "release": "standard-version"
37
- },
38
- "peerDependencies": {
39
- "@element-plus/icons-vue": "^2.3.1",
40
- "axios": "^1.7.2",
41
- "echarts": "^5.5.1",
42
- "element-plus": "^2.7.6",
43
- "vue": "^3.4.31",
44
- "uuid": "^10.0.0"
45
- },
46
- "dependencies": {},
47
- "devDependencies": {
48
- "@element-plus/icons-vue": "^2.3.1",
49
- "@mistjs/vite-plugin-px2viewport": "^0.0.13",
50
- "@types/md5": "^2.3.5",
51
- "@types/node": "^20.14.1",
52
- "@types/nprogress": "^0.2.3",
53
- "@types/qs": "^6.9.15",
54
- "@types/sortablejs": "^1.15.8",
55
- "@typescript-eslint/eslint-plugin": "^7.14.1",
56
- "@typescript-eslint/parser": "^7.14.1",
57
- "@vitejs/plugin-vue": "^5.0.4",
58
- "@vitejs/plugin-vue-jsx": "^3.1.0",
59
- "@vueuse/core": "^10.11.0",
60
- "@wangeditor/editor": "^5.1.23",
61
- "@wangeditor/editor-for-vue": "^5.1.12",
62
- "autoprefixer": "^10.4.19",
63
- "axios": "^1.7.2",
64
- "crypto-js": "^4.2.0",
65
- "dayjs": "^1.11.11",
66
- "driver.js": "^1.3.1",
67
- "echarts": "^5.5.1",
68
- "echarts-liquidfill": "^3.1.0",
69
- "element-plus": "^2.7.6",
70
- "eslint": "^8.57.0",
71
- "eslint-config-prettier": "^9.1.0",
72
- "eslint-plugin-prettier": "^5.1.3",
73
- "eslint-plugin-vue": "^9.26.0",
74
- "md5": "^2.3.0",
75
- "mitt": "^3.0.1",
76
- "nprogress": "^0.2.0",
77
- "pinia": "^2.1.7",
78
- "pinia-plugin-persistedstate": "^3.2.1",
79
- "pinyin-pro": "^3.26.0",
80
- "postcss": "^8.5.6",
81
- "postcss-html": "^1.7.0",
82
- "postcss-prefix-selector": "^2.1.1",
83
- "prettier": "^3.3.2",
84
- "qs": "^6.12.1",
85
- "rollup-plugin-visualizer": "^5.12.0",
86
- "sass": "^1.77.6",
87
- "screenfull": "^6.0.2",
88
- "sm-crypto": "^0.3.13",
89
- "sortablejs": "^1.15.2",
90
- "standard-version": "^9.5.0",
91
- "stylelint": "^16.6.1",
92
- "stylelint-config-html": "^1.1.0",
93
- "stylelint-config-recess-order": "^5.0.1",
94
- "stylelint-config-recommended-scss": "^14.0.0",
95
- "stylelint-config-recommended-vue": "^1.5.0",
96
- "stylelint-config-standard": "^36.0.0",
97
- "stylelint-config-standard-scss": "^13.1.0",
98
- "typescript": "^5.5.2",
99
- "unplugin-auto-import": "^0.18.6",
100
- "unplugin-icons": "^0.21.0",
101
- "unplugin-vue-components": "^0.27.5",
102
- "unplugin-vue-setup-extend-plus": "^1.0.1",
103
- "uuid": "^10.0.0",
104
- "vite": "^5.3.2",
105
- "vite-plugin-compression": "^0.5.1",
106
- "vite-plugin-dts": "3.9.1",
107
- "vite-plugin-eslint": "^1.8.1",
108
- "vite-plugin-html": "^3.2.2",
109
- "vite-plugin-pwa": "^0.20.0",
110
- "vite-plugin-svg-icons": "^2.0.1",
111
- "vite-plugin-vue-devtools": "^7.3.5",
112
- "vue": "^3.4.31",
113
- "vue-dompurify-html": "^5.0.1",
114
- "vue-i18n": "^9.13.1",
115
- "vue-router": "^4.4.0",
116
- "vue-tsc": "^2.0.22",
117
- "vuedraggable": "^4.1.0"
118
- },
119
- "engines": {
120
- "node": ">=16.18.0"
121
- },
122
- "browserslist": {
123
- "production": [
124
- "> 1%",
125
- "not dead",
126
- "not op_mini all"
127
- ],
128
- "development": [
129
- "last 1 chrome version",
130
- "last 1 firefox version",
131
- "last 1 safari version"
132
- ]
133
- },
134
- "config": {
135
- "commitizen": {
136
- "path": "node_modules/cz-git"
137
- }
138
- }
139
- }
1
+ {
2
+ "name": "xxl-job-vue3",
3
+ "private": false,
4
+ "version": "1.0.3",
5
+ "type": "module",
6
+ "description": "xxl-job-vue3",
7
+ "main": "./dist/xxl-job-vue3.umd.js",
8
+ "module": "./dist/xxl-job-vue3.es.js",
9
+ "types": "./dist/types/lib-index.d.ts",
10
+ "style": "./dist/style.css",
11
+ "license": "MIT",
12
+ "files": [
13
+ "dist/*",
14
+ "README.md"
15
+ ],
16
+ "exports": {
17
+ ".": {
18
+ "import": "./dist/xxl-job-vue3.es.js",
19
+ "require": "./dist/xxl-job-vue3.umd.js",
20
+ "types": "./dist/index.d.ts"
21
+ },
22
+ "./dist/style.css": "./dist/style.css"
23
+ },
24
+ "peerDependencies": {
25
+ "@element-plus/icons-vue": "^2.3.1",
26
+ "axios": "^1.7.2",
27
+ "echarts": "^5.5.1",
28
+ "element-plus": "^2.7.6",
29
+ "vue": "^3.4.31",
30
+ "uuid": "^10.0.0"
31
+ },
32
+ "dependencies": {},
33
+ "devDependencies": {
34
+ "@element-plus/icons-vue": "^2.3.1",
35
+ "@mistjs/vite-plugin-px2viewport": "^0.0.13",
36
+ "@types/md5": "^2.3.5",
37
+ "@types/node": "^20.14.1",
38
+ "@types/nprogress": "^0.2.3",
39
+ "@types/qs": "^6.9.15",
40
+ "@types/sortablejs": "^1.15.8",
41
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
42
+ "@typescript-eslint/parser": "^7.14.1",
43
+ "@vitejs/plugin-vue": "^5.0.4",
44
+ "@vitejs/plugin-vue-jsx": "^3.1.0",
45
+ "@vueuse/core": "^10.11.0",
46
+ "@wangeditor/editor": "^5.1.23",
47
+ "@wangeditor/editor-for-vue": "^5.1.12",
48
+ "autoprefixer": "^10.4.19",
49
+ "axios": "^1.7.2",
50
+ "crypto-js": "^4.2.0",
51
+ "dayjs": "^1.11.11",
52
+ "driver.js": "^1.3.1",
53
+ "echarts": "^5.5.1",
54
+ "echarts-liquidfill": "^3.1.0",
55
+ "element-plus": "^2.7.6",
56
+ "eslint": "^8.57.0",
57
+ "eslint-config-prettier": "^9.1.0",
58
+ "eslint-plugin-prettier": "^5.1.3",
59
+ "eslint-plugin-vue": "^9.26.0",
60
+ "md5": "^2.3.0",
61
+ "mitt": "^3.0.1",
62
+ "nprogress": "^0.2.0",
63
+ "pinia": "^2.1.7",
64
+ "pinia-plugin-persistedstate": "^3.2.1",
65
+ "pinyin-pro": "^3.26.0",
66
+ "postcss": "^8.5.6",
67
+ "postcss-html": "^1.7.0",
68
+ "postcss-prefix-selector": "^2.1.1",
69
+ "prettier": "^3.3.2",
70
+ "qs": "^6.12.1",
71
+ "rollup-plugin-visualizer": "^5.12.0",
72
+ "sass": "^1.77.6",
73
+ "screenfull": "^6.0.2",
74
+ "sm-crypto": "^0.3.13",
75
+ "sortablejs": "^1.15.2",
76
+ "standard-version": "^9.5.0",
77
+ "stylelint": "^16.6.1",
78
+ "stylelint-config-html": "^1.1.0",
79
+ "stylelint-config-recess-order": "^5.0.1",
80
+ "stylelint-config-recommended-scss": "^14.0.0",
81
+ "stylelint-config-recommended-vue": "^1.5.0",
82
+ "stylelint-config-standard": "^36.0.0",
83
+ "stylelint-config-standard-scss": "^13.1.0",
84
+ "typescript": "^5.5.2",
85
+ "unplugin-auto-import": "^0.18.6",
86
+ "unplugin-icons": "^0.21.0",
87
+ "unplugin-vue-components": "^0.27.5",
88
+ "unplugin-vue-setup-extend-plus": "^1.0.1",
89
+ "uuid": "^10.0.0",
90
+ "vite": "^5.3.2",
91
+ "vite-plugin-compression": "^0.5.1",
92
+ "vite-plugin-dts": "3.9.1",
93
+ "vite-plugin-eslint": "^1.8.1",
94
+ "vite-plugin-html": "^3.2.2",
95
+ "vite-plugin-pwa": "^0.20.0",
96
+ "vite-plugin-svg-icons": "^2.0.1",
97
+ "vite-plugin-vue-devtools": "^7.3.5",
98
+ "vue": "^3.4.31",
99
+ "vue-dompurify-html": "^5.0.1",
100
+ "vue-i18n": "^9.13.1",
101
+ "vue-router": "^4.4.0",
102
+ "vue-tsc": "^2.0.22",
103
+ "vuedraggable": "^4.1.0"
104
+ },
105
+ "engines": {
106
+ "node": ">=16.18.0"
107
+ },
108
+ "browserslist": {
109
+ "production": [
110
+ "> 1%",
111
+ "not dead",
112
+ "not op_mini all"
113
+ ],
114
+ "development": [
115
+ "last 1 chrome version",
116
+ "last 1 firefox version",
117
+ "last 1 safari version"
118
+ ]
119
+ },
120
+ "config": {
121
+ "commitizen": {
122
+ "path": "node_modules/cz-git"
123
+ }
124
+ },
125
+ "scripts": {
126
+ "dev": "vite",
127
+ "serve": "vite",
128
+ "build:dev": "vue-tsc && vite build --mode development",
129
+ "build:test": "vue-tsc && vite build --mode test",
130
+ "build:pro": "vue-tsc && vite build --mode production",
131
+ "build:lib": "vue-tsc && vite build --config vite.config.lib.ts",
132
+ "type:check": "vue-tsc --noEmit --skipLibCheck",
133
+ "preview": "yarn build:dev && vite preview",
134
+ "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
135
+ "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
136
+ "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
137
+ "release": "standard-version"
138
+ }
139
+ }