cnhis-design-vue 3.1.41-release.6 → 3.1.41

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.
Files changed (1) hide show
  1. package/package.json +64 -64
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
1
  {
2
- "name": "cnhis-design-vue",
3
- "version": "3.1.41-release.6",
4
- "license": "ISC",
5
- "module": "./es/components/index.js",
6
- "main": "./es/components/index.js",
7
- "types": "./es/components/index.d.ts",
8
- "sideEffects": [
9
- "es/components/**/style/*",
10
- "es/components/*(.css,.less)"
11
- ],
12
- "files": [
13
- "es",
14
- "README.md"
15
- ],
16
- "peerDependencies": {
17
- "naive-ui": "^2.30.0",
18
- "vue": "^3.2.0",
19
- "vxe-table": "^4.2.5"
20
- },
21
- "dependencies": {
22
- "@vicons/ionicons5": "^0.12.0",
23
- "lodash-es": "^4.17.21",
24
- "moment": "^2.29.1",
25
- "video.js": "^7.19.2",
26
- "videojs-contrib-hls": "^5.15.0",
27
- "viewerjs": "^1.10.5",
28
- "xe-utils": "^3.5.4",
29
- "@formily/core": "2.1.9",
30
- "@formily/path": "2.1.9",
31
- "@formily/reactive": "2.1.9",
32
- "@formily/vue": "2.1.9",
33
- "@vueuse/core": "^8.6.0",
34
- "@vueuse/shared": "^8.6.0",
35
- "@wangeditor/editor": "^5.1.1",
36
- "@wangeditor/editor-for-vue": "^5.1.11",
37
- "axios": "^0.27.2",
38
- "bpmn-js": "^9.2.2",
39
- "bpmnlint-utils": "^1.0.2",
40
- "date-fns": "^2.29.1",
41
- "diagram-js": "^8.7.1",
42
- "ids": "^1.0.0",
43
- "inherits": "^2.0.4",
44
- "lodash": "^4.17.21",
45
- "lodash-unified": "^1.0.2",
46
- "min-dash": "^3.8.1",
47
- "min-dom": "^3.2.1",
48
- "naive-ui": "^2.30.0",
49
- "sortablejs": "^1.15.0",
50
- "spark-md5": "^3.0.2",
51
- "tiny-svg": "^2.2.4",
52
- "v-viewer": "^3.0.10",
53
- "vue": "^3.2.0",
54
- "vue-simple-uploader": "^1.0.0-beta.5"
55
- },
56
- "browserslist": [
57
- "defaults",
58
- "not ie < 8",
59
- "last 2 versions",
60
- "> 1%",
61
- "iOS 7",
62
- "last 3 iOS versions"
63
- ],
64
- "gitHead": "a8f7d7cdca3113620c2a7b0dbaf062673dfc51cc"
65
- }
2
+ "name": "cnhis-design-vue",
3
+ "version": "3.1.41",
4
+ "license": "ISC",
5
+ "module": "./es/components/index.js",
6
+ "main": "./es/components/index.js",
7
+ "types": "./es/components/index.d.ts",
8
+ "sideEffects": [
9
+ "es/components/**/style/*",
10
+ "es/components/*(.css,.less)"
11
+ ],
12
+ "files": [
13
+ "es",
14
+ "README.md"
15
+ ],
16
+ "peerDependencies": {
17
+ "naive-ui": "^2.30.0",
18
+ "vue": "^3.2.0",
19
+ "vxe-table": "^4.2.5"
20
+ },
21
+ "dependencies": {
22
+ "@formily/core": "2.1.9",
23
+ "@formily/path": "2.1.9",
24
+ "@formily/reactive": "2.1.9",
25
+ "@formily/vue": "2.1.9",
26
+ "@vicons/ionicons5": "^0.12.0",
27
+ "@vueuse/core": "^8.6.0",
28
+ "@vueuse/shared": "^8.6.0",
29
+ "@wangeditor/editor": "^5.1.1",
30
+ "@wangeditor/editor-for-vue": "^5.1.11",
31
+ "axios": "^0.27.2",
32
+ "bpmn-js": "^9.2.2",
33
+ "bpmnlint-utils": "^1.0.2",
34
+ "date-fns": "^2.29.1",
35
+ "diagram-js": "^8.7.1",
36
+ "ids": "^1.0.0",
37
+ "inherits": "^2.0.4",
38
+ "lodash": "^4.17.21",
39
+ "lodash-es": "^4.17.21",
40
+ "lodash-unified": "^1.0.2",
41
+ "min-dash": "^3.8.1",
42
+ "min-dom": "^3.2.1",
43
+ "moment": "^2.29.1",
44
+ "naive-ui": "^2.30.0",
45
+ "sortablejs": "^1.15.0",
46
+ "spark-md5": "^3.0.2",
47
+ "tiny-svg": "^2.2.4",
48
+ "v-viewer": "^3.0.10",
49
+ "video.js": "^7.19.2",
50
+ "videojs-contrib-hls": "^5.15.0",
51
+ "viewerjs": "^1.10.5",
52
+ "vue": "^3.2.0",
53
+ "vue-simple-uploader": "^1.0.0-beta.5",
54
+ "xe-utils": "^3.5.4"
55
+ },
56
+ "browserslist": [
57
+ "defaults",
58
+ "not ie < 8",
59
+ "last 2 versions",
60
+ "> 1%",
61
+ "iOS 7",
62
+ "last 3 iOS versions"
63
+ ],
64
+ "gitHead": "5ee216d6b3ec2a78b318f362bdabeda8f236a5fb"
65
+ }