@vxe-ui/plugin-menu 3.3.1 → 3.3.2

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,77 @@
1
- {
2
- "name": "@vxe-ui/plugin-menu",
3
- "version": "3.3.1",
4
- "description": "Vxe UI plug-in supports context menu.",
5
- "scripts": {
6
- "lib": "gulp build"
7
- },
8
- "files": [
9
- "types",
10
- "dist",
11
- "es",
12
- "lib",
13
- "src"
14
- ],
15
- "main": "lib/index.common.js",
16
- "module": "es/index.esm.js",
17
- "unpkg": "lib/index.umd.js",
18
- "jsdelivr": "lib/index.umd.js",
19
- "style": "lib/style.css",
20
- "typings": "types/index.d.ts",
21
- "devDependencies": {
22
- "@types/node": "20.14.8",
23
- "@babel/core": "~7.28.6",
24
- "@babel/preset-env": "~7.28.6",
25
- "@babel/runtime": "~7.28.6",
26
- "@rollup/plugin-commonjs": "^29.0.0",
27
- "@typescript-eslint/eslint-plugin": "~4.6.1",
28
- "@typescript-eslint/parser": "~4.6.1",
29
- "del": "~6.0.0",
30
- "eslint": "~7.13.0",
31
- "eslint-config-prettier": "~6.15.0",
32
- "eslint-config-standard": "~16.0.1",
33
- "eslint-friendly-formatter": "~4.0.1",
34
- "eslint-plugin-import": "~2.22.1",
35
- "eslint-plugin-node": "~11.1.0",
36
- "eslint-plugin-prettier": "~3.1.4",
37
- "eslint-plugin-promise": "~4.2.1",
38
- "eslint-plugin-standard": "~4.0.2",
39
- "eslint-plugin-typescript": "~0.14.0",
40
- "gulp": "~4.0.2",
41
- "gulp-autoprefixer": "~8.0.0",
42
- "gulp-babel": "~8.0.0",
43
- "gulp-clean-css": "~4.3.0",
44
- "gulp-concat": "~2.6.1",
45
- "gulp-rename": "~2.0.0",
46
- "gulp-replace": "~1.1.3",
47
- "gulp-sass": "~5.1.0",
48
- "gulp-sourcemaps": "~3.0.0",
49
- "gulp-typescript": "~5.0.1",
50
- "gulp-uglify": "~3.0.2",
51
- "markdown-doctest": "~1.1.0",
52
- "prettier": "~2.1.2",
53
- "rollup": "^4.53.3",
54
- "sass": "~1.55.0",
55
- "typescript": "~4.7.4",
56
- "vue": "2.6.14",
57
- "vxe-pc-ui": "~3.12.0",
58
- "vxe-table": "~3.19.43"
59
- },
60
- "repository": {
61
- "type": "git",
62
- "url": "git+https://github.com/x-extends/vxe-ui-plugins.git"
63
- },
64
- "keywords": [
65
- "vxe-ui-plugins"
66
- ],
67
- "author": {
68
- "name": "Xu Liangzhan",
69
- "email": "xu_liangzhan@163.com"
70
- },
71
- "license": "MIT",
72
- "bugs": {
73
- "url": "https://github.com/x-extends/vxe-ui-plugins/issues"
74
- },
75
- "homepage": "https://github.com/x-extends/vxe-ui-plugins#readme"
76
- }
1
+ {
2
+ "name": "@vxe-ui/plugin-menu",
3
+ "version": "3.3.2",
4
+ "description": "Vxe UI plug-in supports context menu.",
5
+ "scripts": {
6
+ "update": "npm install --legacy-peer-deps",
7
+ "lib": "gulp build"
8
+ },
9
+ "files": [
10
+ "types",
11
+ "dist",
12
+ "es",
13
+ "lib",
14
+ "src"
15
+ ],
16
+ "main": "lib/index.common.js",
17
+ "module": "es/index.esm.js",
18
+ "unpkg": "lib/index.umd.js",
19
+ "jsdelivr": "lib/index.umd.js",
20
+ "style": "lib/style.css",
21
+ "typings": "types/index.d.ts",
22
+ "devDependencies": {
23
+ "@types/node": "20.14.8",
24
+ "@babel/core": "~7.28.6",
25
+ "@babel/preset-env": "~7.28.6",
26
+ "@babel/runtime": "~7.28.6",
27
+ "@rollup/plugin-commonjs": "^29.0.0",
28
+ "@typescript-eslint/eslint-plugin": "~4.6.1",
29
+ "@typescript-eslint/parser": "~4.6.1",
30
+ "del": "~6.0.0",
31
+ "eslint": "~7.13.0",
32
+ "eslint-config-prettier": "~6.15.0",
33
+ "eslint-config-standard": "~16.0.1",
34
+ "eslint-friendly-formatter": "~4.0.1",
35
+ "eslint-plugin-import": "~2.22.1",
36
+ "eslint-plugin-node": "~11.1.0",
37
+ "eslint-plugin-prettier": "~3.1.4",
38
+ "eslint-plugin-promise": "~4.2.1",
39
+ "eslint-plugin-standard": "~4.0.2",
40
+ "eslint-plugin-typescript": "~0.14.0",
41
+ "gulp": "~4.0.2",
42
+ "gulp-autoprefixer": "~8.0.0",
43
+ "gulp-babel": "~8.0.0",
44
+ "gulp-clean-css": "~4.3.0",
45
+ "gulp-concat": "~2.6.1",
46
+ "gulp-rename": "~2.0.0",
47
+ "gulp-replace": "~1.1.3",
48
+ "gulp-sass": "~5.1.0",
49
+ "gulp-sourcemaps": "~3.0.0",
50
+ "gulp-typescript": "~5.0.1",
51
+ "gulp-uglify": "~3.0.2",
52
+ "markdown-doctest": "~1.1.0",
53
+ "prettier": "~2.1.2",
54
+ "rollup": "^4.53.3",
55
+ "sass": "~1.55.0",
56
+ "typescript": "~4.7.4",
57
+ "vue": "2.6.14",
58
+ "vxe-pc-ui": "~3.14.15",
59
+ "vxe-table": "~3.20.13"
60
+ },
61
+ "repository": {
62
+ "type": "git",
63
+ "url": "git+https://github.com/x-extends/vxe-ui-plugins.git"
64
+ },
65
+ "keywords": [
66
+ "vxe-ui-plugins"
67
+ ],
68
+ "author": {
69
+ "name": "Xu Liangzhan",
70
+ "email": "xu_liangzhan@163.com"
71
+ },
72
+ "license": "MIT",
73
+ "bugs": {
74
+ "url": "https://github.com/x-extends/vxe-ui-plugins/issues"
75
+ },
76
+ "homepage": "https://github.com/x-extends/vxe-ui-plugins#readme"
77
+ }