@nywqs/scada-engine 1.1.14 → 1.1.16
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/LICENSE +21 -45
- package/README.md +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/scada-engine.css +1 -1
- package/dist/scada-engine.es.js +2 -2
- package/dist/scada-engine.umd.js +2 -2
- package/package.json +77 -77
package/package.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@nywqs/scada-engine",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "自研 SCADA 组态引擎 - 基于 AntV X6",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/scada-engine.umd.js",
|
|
7
|
-
"module": "./dist/scada-engine.es.js",
|
|
8
|
-
"types": "./dist/index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./dist/scada-engine.es.js",
|
|
12
|
-
"require": "./dist/scada-engine.umd.js",
|
|
13
|
-
"types": "./dist/index.d.ts"
|
|
14
|
-
},
|
|
15
|
-
"./dist/style.css": "./dist/scada-engine.css",
|
|
16
|
-
"./dist/scada-engine.css": "./dist/scada-engine.css"
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"dist",
|
|
20
|
-
"README.md"
|
|
21
|
-
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "vite",
|
|
24
|
-
"build": "vite build",
|
|
25
|
-
"build:lib": "vite build",
|
|
26
|
-
"preview": "vite preview"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@antv/x6": "^2.18.0",
|
|
30
|
-
"@antv/x6-plugin-dnd": "^2.1.1",
|
|
31
|
-
"@antv/x6-plugin-selection": "^2.2.0",
|
|
32
|
-
"@antv/x6-plugin-snapline": "^2.1.0",
|
|
33
|
-
"@vicons/carbon": "^0.13.0",
|
|
34
|
-
"@vueuse/core": "^10.0.0",
|
|
35
|
-
"crypto-js": "^4.2.0",
|
|
36
|
-
"echarts": "^5.5.0",
|
|
37
|
-
"pinia": "^2.1.0",
|
|
38
|
-
"vue": "^3.4.0"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@types/crypto-js": "^4.2.2",
|
|
42
|
-
"@types/node": "^25.0.3",
|
|
43
|
-
"@vitejs/plugin-vue": "^5.0.0",
|
|
44
|
-
"less": "^4.2.0",
|
|
45
|
-
"postcss-prefix-selector": "^2.1.1",
|
|
46
|
-
"typescript": "^5.3.0",
|
|
47
|
-
"vite": "^5.0.0",
|
|
48
|
-
"vite-plugin-dts": "^3.9.1",
|
|
49
|
-
"vue-tsc": "^1.8.27"
|
|
50
|
-
},
|
|
51
|
-
"peerDependencies": {
|
|
52
|
-
"@antv/x6": "^2.18.0",
|
|
53
|
-
"@antv/x6-plugin-selection": "^2.2.0",
|
|
54
|
-
"@antv/x6-plugin-snapline": "^2.1.0",
|
|
55
|
-
"@vueuse/core": "^10.0.0",
|
|
56
|
-
"echarts": "^5.5.0",
|
|
57
|
-
"pinia": "^2.1.0",
|
|
58
|
-
"vue": "^3.4.0"
|
|
59
|
-
},
|
|
60
|
-
"keywords": [
|
|
61
|
-
"scada",
|
|
62
|
-
"visualization",
|
|
63
|
-
"vue3",
|
|
64
|
-
"x6",
|
|
65
|
-
"antv",
|
|
66
|
-
"iot",
|
|
67
|
-
"dashboard",
|
|
68
|
-
"组态",
|
|
69
|
-
"可视化"
|
|
70
|
-
],
|
|
71
|
-
"author": "wqs",
|
|
72
|
-
"license": "
|
|
73
|
-
"repository": {
|
|
74
|
-
"type": "git",
|
|
75
|
-
"url": "https://github.com/leoncheng2030/scada-engine.git"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@nywqs/scada-engine",
|
|
3
|
+
"version": "1.1.16",
|
|
4
|
+
"description": "自研 SCADA 组态引擎 - 基于 AntV X6",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/scada-engine.umd.js",
|
|
7
|
+
"module": "./dist/scada-engine.es.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/scada-engine.es.js",
|
|
12
|
+
"require": "./dist/scada-engine.umd.js",
|
|
13
|
+
"types": "./dist/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./dist/style.css": "./dist/scada-engine.css",
|
|
16
|
+
"./dist/scada-engine.css": "./dist/scada-engine.css"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist",
|
|
20
|
+
"README.md"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"dev": "vite",
|
|
24
|
+
"build": "vite build",
|
|
25
|
+
"build:lib": "vite build",
|
|
26
|
+
"preview": "vite preview"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@antv/x6": "^2.18.0",
|
|
30
|
+
"@antv/x6-plugin-dnd": "^2.1.1",
|
|
31
|
+
"@antv/x6-plugin-selection": "^2.2.0",
|
|
32
|
+
"@antv/x6-plugin-snapline": "^2.1.0",
|
|
33
|
+
"@vicons/carbon": "^0.13.0",
|
|
34
|
+
"@vueuse/core": "^10.0.0",
|
|
35
|
+
"crypto-js": "^4.2.0",
|
|
36
|
+
"echarts": "^5.5.0",
|
|
37
|
+
"pinia": "^2.1.0",
|
|
38
|
+
"vue": "^3.4.0"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@types/crypto-js": "^4.2.2",
|
|
42
|
+
"@types/node": "^25.0.3",
|
|
43
|
+
"@vitejs/plugin-vue": "^5.0.0",
|
|
44
|
+
"less": "^4.2.0",
|
|
45
|
+
"postcss-prefix-selector": "^2.1.1",
|
|
46
|
+
"typescript": "^5.3.0",
|
|
47
|
+
"vite": "^5.0.0",
|
|
48
|
+
"vite-plugin-dts": "^3.9.1",
|
|
49
|
+
"vue-tsc": "^1.8.27"
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"@antv/x6": "^2.18.0",
|
|
53
|
+
"@antv/x6-plugin-selection": "^2.2.0",
|
|
54
|
+
"@antv/x6-plugin-snapline": "^2.1.0",
|
|
55
|
+
"@vueuse/core": "^10.0.0",
|
|
56
|
+
"echarts": "^5.5.0",
|
|
57
|
+
"pinia": "^2.1.0",
|
|
58
|
+
"vue": "^3.4.0"
|
|
59
|
+
},
|
|
60
|
+
"keywords": [
|
|
61
|
+
"scada",
|
|
62
|
+
"visualization",
|
|
63
|
+
"vue3",
|
|
64
|
+
"x6",
|
|
65
|
+
"antv",
|
|
66
|
+
"iot",
|
|
67
|
+
"dashboard",
|
|
68
|
+
"组态",
|
|
69
|
+
"可视化"
|
|
70
|
+
],
|
|
71
|
+
"author": "wqs",
|
|
72
|
+
"license": "MIT",
|
|
73
|
+
"repository": {
|
|
74
|
+
"type": "git",
|
|
75
|
+
"url": "https://github.com/leoncheng2030/scada-engine.git"
|
|
76
|
+
}
|
|
77
|
+
}
|