@optimajet/workflow-designer 5.2.0 → 5.2.3

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/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import jQuery from "jquery";
2
- window.$ = window.jQuery = jQuery;
3
-
4
- import moment from 'moment'
5
- window.moment = moment;
6
-
7
- import './dist/workflowdesignerfull.min.js'
8
- import './dist/workflowdesigner.min.css'
9
-
10
- var WorkflowDesigner = window.WorkflowDesigner;
1
+ import jQuery from "jquery";
2
+ window.$ = window.jQuery = jQuery;
3
+
4
+ import moment from 'moment'
5
+ window.moment = moment;
6
+
7
+ import './dist/workflowdesignerfull.min.js'
8
+ import './dist/workflowdesigner.min.css'
9
+
10
+ var WorkflowDesigner = window.WorkflowDesigner;
11
11
  export default WorkflowDesigner;
@@ -1,16 +1,16 @@
1
- ## WorkflowEngine.NET
2
-
3
- [https://workflowengine.io](https://workflowengine.io)
4
-
5
- Email: [support@optimajet.com](mailto:support@optimajet.com)
6
-
7
- ---
8
-
9
- This folder contains localization files for the Workflow Engine Designer.
10
- These files have been created by Google Translate.
11
-
12
- Include your language file after `workflowdesigner.min.js`, like this for French:
13
- ```javascript
14
- <script src="/Scripts/workflowdesigner.min.js" type="text/javascript"></script>
15
- <script src="/Scripts/workflowdesigner.localization_fr.js" type="text/javascript"></script>
1
+ ## WorkflowEngine.NET
2
+
3
+ [https://workflowengine.io](https://workflowengine.io)
4
+
5
+ Email: [support@optimajet.com](mailto:support@optimajet.com)
6
+
7
+ ---
8
+
9
+ This folder contains localization files for the Workflow Engine Designer.
10
+ These files have been created by Google Translate.
11
+
12
+ Include your language file after `workflowdesigner.min.js`, like this for French:
13
+ ```javascript
14
+ <script src="/Scripts/workflowdesigner.min.js" type="text/javascript"></script>
15
+ <script src="/Scripts/workflowdesigner.localization_fr.js" type="text/javascript"></script>
16
16
  ```
@@ -93,6 +93,10 @@ var WorkflowDesignerConstants = {
93
93
  Decision: {
94
94
  Title: "Decision",
95
95
  TitleForInline: "Decision Inline",
96
+ To: "To activity",
97
+ WhenTrue: "When True",
98
+ WhenFalse: "When False",
99
+ Transition: "Transitions to activities",
96
100
  Name: "Name",
97
101
  State: "State",
98
102
  IsInitial: "Initial",
@@ -103,10 +107,6 @@ var WorkflowDesignerConstants = {
103
107
  PreExecutionImplementation: "PreExecution Implementation",
104
108
  Annotations: "Annotations",
105
109
  Scheme: "Inline scheme",
106
- To: "To activity",
107
- WhenTrue: "When True",
108
- WhenFalse: "When False",
109
- Transition: "Transitions to activities",
110
110
  Condition: "Condition",
111
111
  ConditionType: "Type",
112
112
  ConditionAction: "Action",
@@ -120,6 +120,9 @@ var WorkflowDesignerConstants = {
120
120
  DecisionTable: {
121
121
  Title: "Decision table",
122
122
  TitleForInline: "Decision table Inline",
123
+ To: "To activity",
124
+ Transition: "Transitions to activities",
125
+ Parameters: "Parameters",
123
126
  Name: "Name",
124
127
  State: "State",
125
128
  IsInitial: "Initial",
@@ -130,11 +133,8 @@ var WorkflowDesignerConstants = {
130
133
  PreExecutionImplementation: "PreExecution Implementation",
131
134
  Annotations: "Annotations",
132
135
  Scheme: "Inline scheme",
133
- To: "To activity",
134
- Transition: "Transitions to activities",
135
136
  ConditionType: "Type",
136
137
  Condition: "Condition",
137
- Parameters: "Parameters",
138
138
  ConditionAction: "Action",
139
139
  ResultOnPreExecution: "PreExec. Result",
140
140
  ConditionActionParameter: "Action parameter",
@@ -149,6 +149,7 @@ var WorkflowDesignerConstants = {
149
149
  From: "Von der Aktivität",
150
150
  To: "Zur Aktivität",
151
151
  Classifier: "Klassifizierer",
152
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
152
153
  Restrictions: "Beschränkungen",
153
154
  RestrictionsType: "Art",
154
155
  RestrictionsActor: "Anwender",
@@ -91,6 +91,10 @@ var WorkflowDesignerConstants = {
91
91
  Decision: {
92
92
  Title: "Decision",
93
93
  TitleForInline: "Decision Inline",
94
+ To: "To activity",
95
+ WhenTrue: "When True",
96
+ WhenFalse: "When False",
97
+ Transition: "Transitions to activities",
94
98
  Name: "Name",
95
99
  State: "State",
96
100
  IsInitial: "Initial",
@@ -101,10 +105,6 @@ var WorkflowDesignerConstants = {
101
105
  PreExecutionImplementation: "PreExecution Implementation",
102
106
  Annotations: "Annotations",
103
107
  Scheme: "Inline scheme",
104
- To: "To activity",
105
- WhenTrue: "When True",
106
- WhenFalse: "When False",
107
- Transition: "Transitions to activities",
108
108
  Condition: "Condition",
109
109
  ConditionType: "Type",
110
110
  ConditionAction: "Action",
@@ -118,6 +118,9 @@ var WorkflowDesignerConstants = {
118
118
  DecisionTable: {
119
119
  Title: "Decision table",
120
120
  TitleForInline: "Decision table Inline",
121
+ To: "To activity",
122
+ Transition: "Transitions to activities",
123
+ Parameters: "Parameters",
121
124
  Name: "Name",
122
125
  State: "State",
123
126
  IsInitial: "Initial",
@@ -128,11 +131,8 @@ var WorkflowDesignerConstants = {
128
131
  PreExecutionImplementation: "PreExecution Implementation",
129
132
  Annotations: "Annotations",
130
133
  Scheme: "Inline scheme",
131
- To: "To activity",
132
- Transition: "Transitions to activities",
133
134
  ConditionType: "Type",
134
135
  Condition: "Condition",
135
- Parameters: "Parameters",
136
136
  ConditionAction: "Action",
137
137
  ResultOnPreExecution: "PreExec. Result",
138
138
  ConditionActionParameter: "Action parameter",
@@ -147,6 +147,7 @@ var WorkflowDesignerConstants = {
147
147
  From: "From activity",
148
148
  To: "To activity",
149
149
  Classifier: "Classifier",
150
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
150
151
  Restrictions: "Restrictions",
151
152
  RestrictionsType: "Type",
152
153
  RestrictionsActor: "Actor",
@@ -93,6 +93,10 @@ var WorkflowDesignerConstants = {
93
93
  Decision: {
94
94
  Title: "Decision",
95
95
  TitleForInline: "Decision Inline",
96
+ To: "To activity",
97
+ WhenTrue: "When True",
98
+ WhenFalse: "When False",
99
+ Transition: "Transitions to activities",
96
100
  Name: "Name",
97
101
  State: "State",
98
102
  IsInitial: "Initial",
@@ -103,10 +107,6 @@ var WorkflowDesignerConstants = {
103
107
  PreExecutionImplementation: "PreExecution Implementation",
104
108
  Annotations: "Annotations",
105
109
  Scheme: "Inline scheme",
106
- To: "To activity",
107
- WhenTrue: "When True",
108
- WhenFalse: "When False",
109
- Transition: "Transitions to activities",
110
110
  Condition: "Condition",
111
111
  ConditionType: "Type",
112
112
  ConditionAction: "Action",
@@ -120,6 +120,9 @@ var WorkflowDesignerConstants = {
120
120
  DecisionTable: {
121
121
  Title: "Decision table",
122
122
  TitleForInline: "Decision table Inline",
123
+ To: "To activity",
124
+ Transition: "Transitions to activities",
125
+ Parameters: "Parameters",
123
126
  Name: "Name",
124
127
  State: "State",
125
128
  IsInitial: "Initial",
@@ -130,11 +133,8 @@ var WorkflowDesignerConstants = {
130
133
  PreExecutionImplementation: "PreExecution Implementation",
131
134
  Annotations: "Annotations",
132
135
  Scheme: "Inline scheme",
133
- To: "To activity",
134
- Transition: "Transitions to activities",
135
136
  ConditionType: "Type",
136
137
  Condition: "Condition",
137
- Parameters: "Parameters",
138
138
  ConditionAction: "Action",
139
139
  ResultOnPreExecution: "PreExec. Result",
140
140
  ConditionActionParameter: "Action parameter",
@@ -149,6 +149,7 @@ var WorkflowDesignerConstants = {
149
149
  From: "De la actividad",
150
150
  To: "A la actividad",
151
151
  Classifier: "Clasificador",
152
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
152
153
  Restrictions: "Restricciones",
153
154
  RestrictionsType: "Tipo",
154
155
  RestrictionsActor: "Actor",
@@ -93,6 +93,10 @@ var WorkflowDesignerConstants = {
93
93
  Decision: {
94
94
  Title: "Decision",
95
95
  TitleForInline: "Decision Inline",
96
+ To: "To activity",
97
+ WhenTrue: "When True",
98
+ WhenFalse: "When False",
99
+ Transition: "Transitions to activities",
96
100
  Name: "Name",
97
101
  State: "State",
98
102
  IsInitial: "Initial",
@@ -103,10 +107,6 @@ var WorkflowDesignerConstants = {
103
107
  PreExecutionImplementation: "PreExecution Implementation",
104
108
  Annotations: "Annotations",
105
109
  Scheme: "Inline scheme",
106
- To: "To activity",
107
- WhenTrue: "When True",
108
- WhenFalse: "When False",
109
- Transition: "Transitions to activities",
110
110
  Condition: "Condition",
111
111
  ConditionType: "Type",
112
112
  ConditionAction: "Action",
@@ -120,6 +120,9 @@ var WorkflowDesignerConstants = {
120
120
  DecisionTable: {
121
121
  Title: "Decision table",
122
122
  TitleForInline: "Decision table Inline",
123
+ To: "To activity",
124
+ Transition: "Transitions to activities",
125
+ Parameters: "Parameters",
123
126
  Name: "Name",
124
127
  State: "State",
125
128
  IsInitial: "Initial",
@@ -130,11 +133,8 @@ var WorkflowDesignerConstants = {
130
133
  PreExecutionImplementation: "PreExecution Implementation",
131
134
  Annotations: "Annotations",
132
135
  Scheme: "Inline scheme",
133
- To: "To activity",
134
- Transition: "Transitions to activities",
135
136
  ConditionType: "Type",
136
137
  Condition: "Condition",
137
- Parameters: "Parameters",
138
138
  ConditionAction: "Action",
139
139
  ResultOnPreExecution: "PreExec. Result",
140
140
  ConditionActionParameter: "Action parameter",
@@ -149,6 +149,7 @@ var WorkflowDesignerConstants = {
149
149
  From: "De l'activité",
150
150
  To: "À l'activité",
151
151
  Classifier: "Classificateur",
152
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
152
153
  Restrictions: "Restrictions",
153
154
  RestrictionsType: "Type",
154
155
  RestrictionsActor: "Acteur",
@@ -93,6 +93,10 @@ var WorkflowDesignerConstants = {
93
93
  Decision: {
94
94
  Title: "Decision",
95
95
  TitleForInline: "Decision Inline",
96
+ To: "To activity",
97
+ WhenTrue: "When True",
98
+ WhenFalse: "When False",
99
+ Transition: "Transitions to activities",
96
100
  Name: "Name",
97
101
  State: "State",
98
102
  IsInitial: "Initial",
@@ -103,10 +107,6 @@ var WorkflowDesignerConstants = {
103
107
  PreExecutionImplementation: "PreExecution Implementation",
104
108
  Annotations: "Annotations",
105
109
  Scheme: "Inline scheme",
106
- To: "To activity",
107
- WhenTrue: "When True",
108
- WhenFalse: "When False",
109
- Transition: "Transitions to activities",
110
110
  Condition: "Condition",
111
111
  ConditionType: "Type",
112
112
  ConditionAction: "Action",
@@ -120,6 +120,9 @@ var WorkflowDesignerConstants = {
120
120
  DecisionTable: {
121
121
  Title: "Decision table",
122
122
  TitleForInline: "Decision table Inline",
123
+ To: "To activity",
124
+ Transition: "Transitions to activities",
125
+ Parameters: "Parameters",
123
126
  Name: "Name",
124
127
  State: "State",
125
128
  IsInitial: "Initial",
@@ -130,11 +133,8 @@ var WorkflowDesignerConstants = {
130
133
  PreExecutionImplementation: "PreExecution Implementation",
131
134
  Annotations: "Annotations",
132
135
  Scheme: "Inline scheme",
133
- To: "To activity",
134
- Transition: "Transitions to activities",
135
136
  ConditionType: "Type",
136
137
  Condition: "Condition",
137
- Parameters: "Parameters",
138
138
  ConditionAction: "Action",
139
139
  ResultOnPreExecution: "PreExec. Result",
140
140
  ConditionActionParameter: "Action parameter",
@@ -149,6 +149,7 @@ var WorkflowDesignerConstants = {
149
149
  From: "Dall'attività",
150
150
  To: "All'attività",
151
151
  Classifier: "Classificatore",
152
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
152
153
  Restrictions: "Restrizioni",
153
154
  RestrictionsType: "Genere",
154
155
  RestrictionsActor: "Attore",
@@ -93,6 +93,10 @@ var WorkflowDesignerConstants = {
93
93
  Decision: {
94
94
  Title: "Decision",
95
95
  TitleForInline: "Decision Inline",
96
+ To: "To activity",
97
+ WhenTrue: "When True",
98
+ WhenFalse: "When False",
99
+ Transition: "Transitions to activities",
96
100
  Name: "Name",
97
101
  State: "State",
98
102
  IsInitial: "Initial",
@@ -103,10 +107,6 @@ var WorkflowDesignerConstants = {
103
107
  PreExecutionImplementation: "PreExecution Implementation",
104
108
  Annotations: "Annotations",
105
109
  Scheme: "Inline scheme",
106
- To: "To activity",
107
- WhenTrue: "When True",
108
- WhenFalse: "When False",
109
- Transition: "Transitions to activities",
110
110
  Condition: "Condition",
111
111
  ConditionType: "Type",
112
112
  ConditionAction: "Action",
@@ -120,6 +120,9 @@ var WorkflowDesignerConstants = {
120
120
  DecisionTable: {
121
121
  Title: "Decision table",
122
122
  TitleForInline: "Decision table Inline",
123
+ To: "To activity",
124
+ Transition: "Transitions to activities",
125
+ Parameters: "Parameters",
123
126
  Name: "Name",
124
127
  State: "State",
125
128
  IsInitial: "Initial",
@@ -130,11 +133,8 @@ var WorkflowDesignerConstants = {
130
133
  PreExecutionImplementation: "PreExecution Implementation",
131
134
  Annotations: "Annotations",
132
135
  Scheme: "Inline scheme",
133
- To: "To activity",
134
- Transition: "Transitions to activities",
135
136
  ConditionType: "Type",
136
137
  Condition: "Condition",
137
- Parameters: "Parameters",
138
138
  ConditionAction: "Action",
139
139
  ResultOnPreExecution: "PreExec. Result",
140
140
  ConditionActionParameter: "Action parameter",
@@ -149,6 +149,7 @@ var WorkflowDesignerConstants = {
149
149
  From: "Da atividade",
150
150
  To: "Para atividade",
151
151
  Classifier: "Classificador",
152
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
152
153
  Restrictions: "Restrições",
153
154
  RestrictionsType: "Tipo",
154
155
  RestrictionsActor: "Ator",
@@ -93,6 +93,10 @@ var WorkflowDesignerConstants = {
93
93
  Decision: {
94
94
  Title: "Decision",
95
95
  TitleForInline: "Decision Inline",
96
+ To: "To activity",
97
+ WhenTrue: "When True",
98
+ WhenFalse: "When False",
99
+ Transition: "Transitions to activities",
96
100
  Name: "Name",
97
101
  State: "State",
98
102
  IsInitial: "Initial",
@@ -103,10 +107,6 @@ var WorkflowDesignerConstants = {
103
107
  PreExecutionImplementation: "PreExecution Implementation",
104
108
  Annotations: "Annotations",
105
109
  Scheme: "Inline scheme",
106
- To: "To activity",
107
- WhenTrue: "When True",
108
- WhenFalse: "When False",
109
- Transition: "Transitions to activities",
110
110
  Condition: "Condition",
111
111
  ConditionType: "Type",
112
112
  ConditionAction: "Action",
@@ -120,6 +120,9 @@ var WorkflowDesignerConstants = {
120
120
  DecisionTable: {
121
121
  Title: "Decision table",
122
122
  TitleForInline: "Decision table Inline",
123
+ To: "To activity",
124
+ Transition: "Transitions to activities",
125
+ Parameters: "Parameters",
123
126
  Name: "Name",
124
127
  State: "State",
125
128
  IsInitial: "Initial",
@@ -130,11 +133,8 @@ var WorkflowDesignerConstants = {
130
133
  PreExecutionImplementation: "PreExecution Implementation",
131
134
  Annotations: "Annotations",
132
135
  Scheme: "Inline scheme",
133
- To: "To activity",
134
- Transition: "Transitions to activities",
135
136
  ConditionType: "Type",
136
137
  Condition: "Condition",
137
- Parameters: "Parameters",
138
138
  ConditionAction: "Action",
139
139
  ResultOnPreExecution: "PreExec. Result",
140
140
  ConditionActionParameter: "Action parameter",
@@ -149,6 +149,7 @@ var WorkflowDesignerConstants = {
149
149
  From: "От деятельности",
150
150
  To: "К деятельности",
151
151
  Classifier: "Классификатор",
152
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
152
153
  Restrictions: "Ограничения",
153
154
  RestrictionsType: "Тип",
154
155
  RestrictionsActor: "Актер",
@@ -93,6 +93,10 @@ var WorkflowDesignerConstants = {
93
93
  Decision: {
94
94
  Title: "Decision",
95
95
  TitleForInline: "Decision Inline",
96
+ To: "To activity",
97
+ WhenTrue: "When True",
98
+ WhenFalse: "When False",
99
+ Transition: "Transitions to activities",
96
100
  Name: "Name",
97
101
  State: "State",
98
102
  IsInitial: "Initial",
@@ -103,10 +107,6 @@ var WorkflowDesignerConstants = {
103
107
  PreExecutionImplementation: "PreExecution Implementation",
104
108
  Annotations: "Annotations",
105
109
  Scheme: "Inline scheme",
106
- To: "To activity",
107
- WhenTrue: "When True",
108
- WhenFalse: "When False",
109
- Transition: "Transitions to activities",
110
110
  Condition: "Condition",
111
111
  ConditionType: "Type",
112
112
  ConditionAction: "Action",
@@ -120,6 +120,9 @@ var WorkflowDesignerConstants = {
120
120
  DecisionTable: {
121
121
  Title: "Decision table",
122
122
  TitleForInline: "Decision table Inline",
123
+ To: "To activity",
124
+ Transition: "Transitions to activities",
125
+ Parameters: "Parameters",
123
126
  Name: "Name",
124
127
  State: "State",
125
128
  IsInitial: "Initial",
@@ -130,11 +133,8 @@ var WorkflowDesignerConstants = {
130
133
  PreExecutionImplementation: "PreExecution Implementation",
131
134
  Annotations: "Annotations",
132
135
  Scheme: "Inline scheme",
133
- To: "To activity",
134
- Transition: "Transitions to activities",
135
136
  ConditionType: "Type",
136
137
  Condition: "Condition",
137
- Parameters: "Parameters",
138
138
  ConditionAction: "Action",
139
139
  ResultOnPreExecution: "PreExec. Result",
140
140
  ConditionActionParameter: "Action parameter",
@@ -149,6 +149,7 @@ var WorkflowDesignerConstants = {
149
149
  From: "Faaliyetten",
150
150
  To: "Faaliyete",
151
151
  Classifier: "Sınıflandırıcıyı",
152
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
152
153
  Restrictions: "Kısıtlamalar",
153
154
  RestrictionsType: "Tip",
154
155
  RestrictionsActor: "Aktör",
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "@optimajet/workflow-designer",
3
- "version": "5.2.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
- "scripts": {
17
- "build": "webpack --config webpack.config.js",
18
- "build-dev": "webpack --env development --config webpack.config.js",
19
- "build-full": "webpack --config webpack.config.full.js",
20
- "build-full-dev": "webpack --env development --config webpack.config.full.js",
21
- "merge-constants": "node merge-constants.js"
22
- },
23
- "files": [
24
- "README.md",
25
- "index.js",
26
- "dist/workflowdesigner.min.css",
27
- "dist/workflowdesignerfull.min.js",
28
- "localization/workflowdesigner*"
29
- ],
30
- "devDependencies": {
31
- "@babel/core": "^7.15.0",
32
- "@babel/plugin-proposal-class-properties": "^7.14.5",
33
- "@babel/plugin-proposal-decorators": "^7.15.4",
34
- "@babel/preset-env": "^7.15.0",
35
- "@types/ace": "0.0.47",
36
- "babel-loader": "^8.2.2",
37
- "core-js": "^3.18.3",
38
- "css-loader": "^6.2.0",
39
- "deepmerge": "^4.2.2",
40
- "html-loader": "^2.1.2",
41
- "html-webpack-plugin": "^5.3.2",
42
- "ignore-loader": "^0.1.2",
43
- "jju": "^1.4.0",
44
- "mini-css-extract-plugin": "^2.2.0",
45
- "raw-loader": "^4.0.2",
46
- "uglifyjs-webpack-plugin": "^2.2.0",
47
- "webpack": "^5.50.0",
48
- "webpack-cli": "^4.8.0"
49
- },
50
- "dependencies": {
51
- "element-ui": "^2.15.5",
52
- "jquery": "^3.6.0",
53
- "js-base64": "2.6.3",
54
- "json5": "^2.2.0",
55
- "konva": "^8.1.3",
56
- "moment": "^2.29.1",
57
- "style-loader": "^3.3.0",
58
- "vue": "^2.6.14",
59
- "vue-infinite-loading": "^2.4.5"
60
- }
61
- }
1
+ {
2
+ "name": "@optimajet/workflow-designer",
3
+ "version": "5.2.3",
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
+ "scripts": {
17
+ "build": "webpack --config webpack.config.js",
18
+ "build-dev": "webpack --env development --config webpack.config.js",
19
+ "build-full": "webpack --config webpack.config.full.js",
20
+ "build-full-dev": "webpack --env development --config webpack.config.full.js",
21
+ "merge-constants": "node ./BuildScripts/merge-constants.js"
22
+ },
23
+ "files": [
24
+ "README.md",
25
+ "index.js",
26
+ "dist/workflowdesigner.min.css",
27
+ "dist/workflowdesignerfull.min.js",
28
+ "localization/workflowdesigner*"
29
+ ],
30
+ "devDependencies": {
31
+ "@babel/core": "^7.15.0",
32
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
33
+ "@babel/plugin-proposal-decorators": "^7.15.4",
34
+ "@babel/preset-env": "^7.15.0",
35
+ "@types/ace": "0.0.47",
36
+ "babel-loader": "^8.2.2",
37
+ "core-js": "^3.18.3",
38
+ "css-loader": "^6.2.0",
39
+ "deepmerge": "^4.2.2",
40
+ "html-loader": "^2.1.2",
41
+ "html-webpack-plugin": "^5.3.2",
42
+ "ignore-loader": "^0.1.2",
43
+ "jju": "^1.4.0",
44
+ "mini-css-extract-plugin": "^2.2.0",
45
+ "raw-loader": "^4.0.2",
46
+ "uglifyjs-webpack-plugin": "^2.2.0",
47
+ "webpack": "^5.50.0",
48
+ "webpack-cli": "^4.8.0"
49
+ },
50
+ "dependencies": {
51
+ "element-ui": "^2.15.5",
52
+ "jquery": "^3.6.0",
53
+ "js-base64": "2.6.3",
54
+ "json5": "^2.2.0",
55
+ "konva": "^8.1.3",
56
+ "moment": "^2.29.1",
57
+ "style-loader": "^3.3.0",
58
+ "vue": "^2.6.14",
59
+ "vue-infinite-loading": "^2.4.5"
60
+ }
61
+ }