@optimajet/workflow-designer 15.0.0 → 16.0.0
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,84 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@optimajet/workflow-designer",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Designer for Workflow Engine",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"designer",
|
|
7
|
-
"workflow",
|
|
8
|
-
"optimajet"
|
|
9
|
-
],
|
|
10
|
-
"author": "OptimaJet",
|
|
11
|
-
"license": "SEE LICENSE IN https://workflowengine.io/pricing/",
|
|
12
|
-
"bugs": {
|
|
13
|
-
"email": "support@optimajet.com"
|
|
14
|
-
},
|
|
15
|
-
"main": "index.js",
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
"index
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"@
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@optimajet/workflow-designer",
|
|
3
|
+
"version": "16.0.0",
|
|
4
|
+
"description": "Designer for Workflow Engine",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"designer",
|
|
7
|
+
"workflow",
|
|
8
|
+
"optimajet"
|
|
9
|
+
],
|
|
10
|
+
"author": "OptimaJet",
|
|
11
|
+
"license": "SEE LICENSE IN https://workflowengine.io/pricing/",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"email": "support@optimajet.com"
|
|
14
|
+
},
|
|
15
|
+
"main": "index.js",
|
|
16
|
+
"bin": "bin/index.js",
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"README.md",
|
|
22
|
+
"index.js",
|
|
23
|
+
"module.js",
|
|
24
|
+
"dist/workflowdesigner.min.css",
|
|
25
|
+
"dist/workflowdesignerfull.min.js",
|
|
26
|
+
"dist/workflowdesignerfull.min.js.LICENSE.txt",
|
|
27
|
+
"dist/workflowdesignerfull.esm.min.js",
|
|
28
|
+
"dist/workflowdesignerfull.esm.min.js.LICENSE.txt",
|
|
29
|
+
"localization/workflowdesigner*",
|
|
30
|
+
"bin/index/js",
|
|
31
|
+
"bin/template/index.html",
|
|
32
|
+
"bin/template/index.js"
|
|
33
|
+
],
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@babel/core": "^7.15.0",
|
|
36
|
+
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
37
|
+
"@babel/plugin-proposal-decorators": "^7.15.4",
|
|
38
|
+
"@babel/preset-env": "^7.15.0",
|
|
39
|
+
"@babel/preset-react": "^7.16.7",
|
|
40
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
41
|
+
"@types/ace": "0.0.47",
|
|
42
|
+
"@types/react": "^18.0.5",
|
|
43
|
+
"@types/react-dom": "^18.0.1",
|
|
44
|
+
"axios": "^1.6.0",
|
|
45
|
+
"babel-loader": "^8.2.2",
|
|
46
|
+
"core-js": "^3.18.3",
|
|
47
|
+
"css-loader": "^6.2.0",
|
|
48
|
+
"deepmerge": "^4.2.2",
|
|
49
|
+
"html-loader": "^2.1.2",
|
|
50
|
+
"html-webpack-plugin": "^5.3.2",
|
|
51
|
+
"ignore-loader": "^0.1.2",
|
|
52
|
+
"lodash": "^4.17.21",
|
|
53
|
+
"mini-css-extract-plugin": "^2.2.0",
|
|
54
|
+
"raw-loader": "^4.0.2",
|
|
55
|
+
"react": ">=17.0.2 || ^18",
|
|
56
|
+
"react-dom": ">=17.0.2 || ^18",
|
|
57
|
+
"style-loader": "^3.3.1",
|
|
58
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
59
|
+
"ts-loader": "^9.2.8",
|
|
60
|
+
"typescript": "^4.6.3",
|
|
61
|
+
"webpack": "^5.50.0",
|
|
62
|
+
"webpack-cli": "^4.8.0",
|
|
63
|
+
"webpack-dev-server": "^4.8.1"
|
|
64
|
+
},
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"@microsoft/signalr": "^8.0.0",
|
|
67
|
+
"element-ui": "^2.15.5",
|
|
68
|
+
"jquery": "^3.6.0",
|
|
69
|
+
"js-base64": "2.6.3",
|
|
70
|
+
"json5": "^2.2.0",
|
|
71
|
+
"konva": "^8.3.13",
|
|
72
|
+
"moment": "^2.29.1",
|
|
73
|
+
"vue": "^2.6.14",
|
|
74
|
+
"vue-infinite-loading": "^2.4.5"
|
|
75
|
+
},
|
|
76
|
+
"type": "module",
|
|
77
|
+
"module": "./module.js",
|
|
78
|
+
"exports": {
|
|
79
|
+
".": {
|
|
80
|
+
"import": "./module.js",
|
|
81
|
+
"require": "./index.js"
|
|
82
|
+
},
|
|
83
|
+
"./no-css-esm": "./dist/workflowdesignerfull.esm.min.js"
|
|
84
|
+
}
|
|
85
|
+
}
|