mixdashboards 1.0.21 → 1.0.23

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,91 +1,91 @@
1
- {
2
- "name": "mixdashboards",
3
- "version": "1.0.21",
4
- "description": "MixDashboards Display Components - Show, Pro, App",
5
- "type": "module",
6
- "main": "./dist/mixdashboards.cjs",
7
- "module": "./dist/mixdashboards.js",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/mixdashboards.d.ts",
11
- "import": "./dist/mixdashboards.js",
12
- "require": "./dist/mixdashboards.cjs"
13
- },
14
- "./style": "./dist/mixdashboards.css"
15
- },
16
- "scripts": {
17
- "dev": "vite",
18
- "build": "vite build",
19
- "build:with-types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist && vite build",
20
- "build:check": "vue-tsc && vite build",
21
- "type-check": "vue-tsc --noEmit"
22
- },
23
- "keywords": [
24
- "mixlinker",
25
- "dashboard",
26
- "components",
27
- "vue3"
28
- ],
29
- "author": "Mixlinker Technical Team",
30
- "license": "MIT",
31
- "repository": {
32
- "type": "git",
33
- "url": "http://192.168.88.6/mixiot/v8/frontend/newui/mixdashboards.git"
34
- },
35
- "bugs": {
36
- "url": "http://192.168.88.6/mixiot/v8/frontend/newui/mixdashboards/issues"
37
- },
38
- "homepage": "http://192.168.88.6/mixiot/v8/frontend/newui/mixdashboards#readme",
39
- "files": [
40
- "dist",
41
- "README.md",
42
- "LICENSE"
43
- ],
44
- "publishConfig": {
45
- "registry": "https://registry.npmjs.org/"
46
- },
47
- "peerDependencies": {
48
- "element-plus": "^2.0.0",
49
- "pinia": "^2.0.0 || ^3.0.0",
50
- "vue": "^3.4.0"
51
- },
52
- "dependencies": {
53
- "@element-plus/icons-vue": "^2.3.2",
54
- "@vexip-ui/hooks": "^2.9.3",
55
- "@vexip-ui/utils": "^2.16.4",
56
- "axios": "^1.12.2",
57
- "dayjs": "^1.11.18",
58
- "decimal.js": "^10.6.0",
59
- "dxf-parser": "^1.1.2",
60
- "echarts": "^5.6.0",
61
- "echarts-gl": "^2.0.9",
62
- "echarts-stat": "^1.2.0",
63
- "element-resize-detector": "^1.2.4",
64
- "grid-layout-plus": "^1.1.1",
65
- "interactjs": "^1.10.27",
66
- "leaflet": "^1.9.4",
67
- "qrcode.vue": "^3.6.0",
68
- "three": "^0.170.0",
69
- "vue-baidu-map-3x": "^1.0.40",
70
- "vue-i18n": "^10.0.0",
71
- "vue3-video-play": "^1.3.1-beta.6"
72
- },
73
- "devDependencies": {
74
- "@types/leaflet": "^1.9.21",
75
- "@types/node": "^24.7.2",
76
- "@types/three": "^0.170.0",
77
- "@vitejs/plugin-vue": "^6.0.1",
78
- "autoprefixer": "^10.4.24",
79
- "element-plus": "^2.10.1",
80
- "pinia": "^2.3.0",
81
- "postcss": "^8.5.6",
82
- "sass": "^1.93.2",
83
- "tailwindcss": "^3.4.19",
84
- "typescript": "^5.9.3",
85
- "unplugin-auto-import": "^19.3.0",
86
- "unplugin-vue-components": "^28.8.0",
87
- "vite": "^7.1.10",
88
- "vue": "^3.5.13",
89
- "vue-tsc": "^3.1.1"
90
- }
91
- }
1
+ {
2
+ "name": "mixdashboards",
3
+ "version": "1.0.23",
4
+ "description": "MixDashboards Display Components - Show, Pro, App",
5
+ "type": "module",
6
+ "main": "./dist/mixdashboards.cjs",
7
+ "module": "./dist/mixdashboards.js",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/mixdashboards.d.ts",
11
+ "import": "./dist/mixdashboards.js",
12
+ "require": "./dist/mixdashboards.cjs"
13
+ },
14
+ "./style": "./dist/mixdashboards.css"
15
+ },
16
+ "scripts": {
17
+ "dev": "vite",
18
+ "build": "vite build",
19
+ "build:with-types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist && vite build",
20
+ "build:check": "vue-tsc && vite build",
21
+ "type-check": "vue-tsc --noEmit"
22
+ },
23
+ "keywords": [
24
+ "mixlinker",
25
+ "dashboard",
26
+ "components",
27
+ "vue3"
28
+ ],
29
+ "author": "Mixlinker Technical Team",
30
+ "license": "MIT",
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "http://192.168.88.6/mixiot/v8/frontend/newui/mixdashboards.git"
34
+ },
35
+ "bugs": {
36
+ "url": "http://192.168.88.6/mixiot/v8/frontend/newui/mixdashboards/issues"
37
+ },
38
+ "homepage": "http://192.168.88.6/mixiot/v8/frontend/newui/mixdashboards#readme",
39
+ "files": [
40
+ "dist",
41
+ "README.md",
42
+ "LICENSE"
43
+ ],
44
+ "publishConfig": {
45
+ "registry": "https://registry.npmjs.org/"
46
+ },
47
+ "peerDependencies": {
48
+ "element-plus": "^2.0.0",
49
+ "pinia": "^2.0.0 || ^3.0.0",
50
+ "vue": "^3.4.0"
51
+ },
52
+ "dependencies": {
53
+ "@element-plus/icons-vue": "^2.3.2",
54
+ "@vexip-ui/hooks": "^2.9.3",
55
+ "@vexip-ui/utils": "^2.16.4",
56
+ "axios": "^1.12.2",
57
+ "dayjs": "^1.11.18",
58
+ "decimal.js": "^10.6.0",
59
+ "dxf-parser": "^1.1.2",
60
+ "echarts": "^5.6.0",
61
+ "echarts-gl": "^2.0.9",
62
+ "echarts-stat": "^1.2.0",
63
+ "element-resize-detector": "^1.2.4",
64
+ "grid-layout-plus": "^1.1.1",
65
+ "interactjs": "^1.10.27",
66
+ "leaflet": "^1.9.4",
67
+ "qrcode.vue": "^3.6.0",
68
+ "three": "^0.170.0",
69
+ "vue-baidu-map-3x": "^1.0.40",
70
+ "vue-i18n": "^10.0.0",
71
+ "vue3-video-play": "^1.3.1-beta.6"
72
+ },
73
+ "devDependencies": {
74
+ "@types/leaflet": "^1.9.21",
75
+ "@types/node": "^24.7.2",
76
+ "@types/three": "^0.170.0",
77
+ "@vitejs/plugin-vue": "^6.0.1",
78
+ "autoprefixer": "^10.4.24",
79
+ "element-plus": "^2.10.1",
80
+ "pinia": "^2.3.0",
81
+ "postcss": "^8.5.6",
82
+ "sass": "^1.93.2",
83
+ "tailwindcss": "^3.4.19",
84
+ "typescript": "^5.9.3",
85
+ "unplugin-auto-import": "^19.3.0",
86
+ "unplugin-vue-components": "^28.8.0",
87
+ "vite": "^7.1.10",
88
+ "vue": "^3.5.13",
89
+ "vue-tsc": "^3.1.1"
90
+ }
91
+ }