gds-plus-design-vue 1.0.1 → 1.0.21

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,95 +1,105 @@
1
- {
2
- "name": "gds-plus-design-vue",
3
- "version": "1.0.1",
4
- "description": "高得CRM-PLUS框架Vue组件",
5
- "files": [
6
- "lib"
7
- ],
8
- "main": "lib/gd-initial.umd.min.js",
9
- "module": "lib/gd-initial.mjs",
10
- "exports": {
11
- ".": {
12
- "import": "lib/gd-initial.mjs",
13
- "require": "lib/gd-initial.umd.min.js"
14
- },
15
- "./lib/style.css": {
16
- "import": "./lib/style.css",
17
- "require": "./lib/style.css"
18
- },
19
- "./locale/lang": {
20
- "import": "./locale/index.js",
21
- "require": "./locale/index.js"
22
- }
23
- },
24
- "scripts": {
25
- "dev": "vite --force",
26
- "build": "vite build",
27
- "predevs": "rd /s /q node_modules\\.vite"
28
- },
29
- "dependencies": {
30
- "@babel/core": "7.22.20",
31
- "@babel/preset-env": "7.20.2",
32
- "axios": "1.6.2",
33
- "default-passive-events": "2.0.0",
34
- "el-tree-transfer": "^2.4.7",
35
- "element-ui": "2.15.14",
36
- "jszip": "^3.10.1",
37
- "path-browserify": "1.0.1",
38
- "path-to-regexp": "2.4.0",
39
- "vue": "^2.7.15",
40
- "vue-i18n": "^8.27.1",
41
- "vue-ls": "^3.2.2",
42
- "vue-router": "^3.5.2",
43
- "vuex": "^3.1.1",
44
- "vuedraggable": "^2.24.3",
45
- "weixin-js-sdk": "^1.6.0",
46
- "weixin-jsapi": "^1.1.0"
47
- },
48
- "devDependencies": {
49
- "@riophae/vue-treeselect": "0.4.0",
50
- "@vitejs/plugin-legacy": "^2.0.0",
51
- "@vitejs/plugin-vue2": "2.2.0",
52
- "babel-eslint": "10.1.0",
53
- "babel-jest": "23.6.0",
54
- "chalk": "2.4.2",
55
- "clipboard": "2.0.4",
56
- "connect": "3.6.6",
57
- "crypto-js": "4.1.1",
58
- "downloadjs": "^1.4.7",
59
- "echarts": "5.4.3",
60
- "eslint": "6.7.2",
61
- "eslint-plugin-vue": "6.2.2",
62
- "gds-plus-design-vue": "1.0.0",
63
- "fast-glob": "3.3.1",
64
- "fuse.js": "3.4.4",
65
- "highlight.js": "11.9.0",
66
- "@highlightjs/vue-plugin": "1.0.2",
67
- "js-md5": "0.7.3",
68
- "jsencrypt": "3.2.1",
69
- "nprogress": "0.2.0",
70
- "sass": "1.26.8",
71
- "screenfull": "6.0.2",
72
- "serve-static": "1.13.2",
73
- "svg-sprite-loader": "4.1.3",
74
- "svgo": "1.2.2",
75
- "terser": "^5.22.0",
76
- "vite": "^3.0.0",
77
- "vite-plugin-svg-icons": "2.0.1",
78
- "vue-count-to": "1.0.13",
79
- "vue-cropper": "0.5.5",
80
- "vue-json-excel": "0.3.0",
81
- "vue-json-viewer": "^2.2.22",
82
- "xlsx": "0.17.0"
83
- },
84
- "browserslist": [
85
- "> 1%",
86
- "last 2 versions"
87
- ],
88
- "engines": {
89
- "node": ">=8.9",
90
- "npm": ">= 3.0.0"
91
- },
92
- "keywords": [],
93
- "author": "lc",
94
- "license": "ISC"
1
+ {
2
+ "name": "gds-plus-design-vue",
3
+ "version": "1.0.21",
4
+ "description": "高得CRM-PLUS框架Vue组件",
5
+ "files": [
6
+ "lib",
7
+ "locale"
8
+ ],
9
+ "main": "lib/gd-initial.umd.min.js",
10
+ "module": "lib/gd-initial.mjs",
11
+ "exports": {
12
+ ".": {
13
+ "import": "lib/gd-initial.mjs",
14
+ "require": "lib/gd-initial.umd.min.js"
15
+ },
16
+ "./lib/style.css": {
17
+ "import": "./lib/style.css",
18
+ "require": "./lib/style.css"
19
+ },
20
+ "./locale/lang": {
21
+ "import": "./locale/index.js",
22
+ "require": "./locale/index.js"
23
+ }
24
+ },
25
+ "scripts": {
26
+ "dev": "vite --force",
27
+ "build": "vite build",
28
+ "predevs": "rd /s /q node_modules\\.vite"
29
+ },
30
+ "dependencies": {
31
+ "@babel/core": "7.22.20",
32
+ "@babel/preset-env": "7.20.2",
33
+ "axios": "1.6.2",
34
+ "default-passive-events": "2.0.0",
35
+ "el-tree-transfer": "^2.4.7",
36
+ "element-ui": "2.15.14",
37
+ "file-saver": "^2.0.5",
38
+ "jszip": "^3.10.1",
39
+ "moment": "^2.30.1",
40
+ "path-browserify": "1.0.1",
41
+ "path-to-regexp": "2.4.0",
42
+ "qrcode": "^1.5.4",
43
+ "quill": "^2.0.2",
44
+ "rollup-plugin-visualizer": "^5.14.0",
45
+ "screenfull": "^6.0.2",
46
+ "sortablejs": "^1.15.6",
47
+ "umy-ui": "^1.1.7",
48
+ "vue": "^2.7.15",
49
+ "vue-i18n": "^8.27.1",
50
+ "vue-ls": "^3.2.2",
51
+ "vue-quill-editor": "^3.0.6",
52
+ "vue-router": "^3.5.2",
53
+ "vuedraggable": "^2.24.3",
54
+ "vuex": "^3.1.1",
55
+ "weixin-js-sdk": "^1.6.0",
56
+ "weixin-jsapi": "^1.1.0"
57
+ },
58
+ "devDependencies": {
59
+ "@riophae/vue-treeselect": "0.4.0",
60
+ "@vitejs/plugin-legacy": "^2.0.0",
61
+ "@vitejs/plugin-vue2": "2.2.0",
62
+ "babel-eslint": "10.1.0",
63
+ "babel-jest": "23.6.0",
64
+ "chalk": "2.4.2",
65
+ "clipboard": "2.0.4",
66
+ "connect": "3.6.6",
67
+ "crypto-js": "4.1.1",
68
+ "downloadjs": "^1.4.7",
69
+ "echarts": "5.4.3",
70
+ "eslint": "6.7.2",
71
+ "eslint-plugin-vue": "6.2.2",
72
+ "gds-plus-design-vue": "1.0.0",
73
+ "fast-glob": "3.3.1",
74
+ "fuse.js": "3.4.4",
75
+ "highlight.js": "11.9.0",
76
+ "@highlightjs/vue-plugin": "1.0.2",
77
+ "js-md5": "0.7.3",
78
+ "jsencrypt": "3.2.1",
79
+ "nprogress": "0.2.0",
80
+ "sass": "1.26.8",
81
+ "screenfull": "6.0.2",
82
+ "serve-static": "1.13.2",
83
+ "svg-sprite-loader": "4.1.3",
84
+ "svgo": "1.2.2",
85
+ "terser": "^5.22.0",
86
+ "vite": "^3.0.0",
87
+ "vite-plugin-svg-icons": "2.0.1",
88
+ "vue-count-to": "1.0.13",
89
+ "vue-cropper": "0.5.5",
90
+ "vue-json-excel": "0.3.0",
91
+ "vue-json-viewer": "^2.2.22",
92
+ "xlsx": "0.17.0"
93
+ },
94
+ "browserslist": [
95
+ "> 1%",
96
+ "last 2 versions"
97
+ ],
98
+ "engines": {
99
+ "node": ">=8.9",
100
+ "npm": ">= 3.0.0"
101
+ },
102
+ "keywords": [],
103
+ "author": "lc",
104
+ "license": "ISC"
95
105
  }