-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
202 lines (202 loc) · 7.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"name": "ecos-ui",
"version": "2.23.0-snapshot",
"private": true,
"dependencies": {
"@bpmn-io/properties-panel": "0.12.0",
"@lexical/react": "0.12.0",
"@popperjs/core": "^2.4.4",
"async-cadesplugin": "0.9.9",
"bignumber.js": "9.1.1",
"bootstrap": "4.6.2",
"bpmn-font": "0.12.0",
"bpmn-js": "13.0.5",
"bpmn-js-bpmnlint": "0.20.1",
"bpmn-js-color-picker": "0.5.0",
"camunda-dmn-js": "0.7.0",
"chart.js": "3.9.1",
"choices.js": "6.0.3",
"classnames": "2.3.2",
"clipboard": "2.0.11",
"cmmn-js": "0.20.0",
"connected-react-router": "5.0.1",
"date-fns": "2.29.3",
"diagram-js": "12.1.0",
"dmn-js": "13.0.0",
"dmn-js-properties-panel": "1.2.0",
"draft-js": "0.10.5",
"draft-js-export-html": "1.3.3",
"eventemitter2": "5.0.1",
"font-awesome": "4.7.0",
"formiojs": "3.30.1",
"fscreen": "1.0.2",
"heatmap.js": "2.0.5",
"history": "4.10.1",
"http-proxy-middleware": "0.21.0",
"i18next": "17.3.1",
"inferno": "5.6.0",
"inherits": "2.0.4",
"js-base64": "3.7.5",
"keycloak-js": "12.0.4",
"lexical": "0.12.0",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-business-days": "1.2.0",
"pdfjs-dist": "2.4.456",
"preval.macro": "3.0.0",
"prop-types": "15.8.1",
"query-string": "6.12.1",
"react": "16.8.2",
"react-ace": "10.1.0",
"react-app-polyfill": "0.2.2",
"react-beautiful-dnd": "11.0.5",
"react-bootstrap-table-next": "2.2.0",
"react-bootstrap-table2-editor": "1.2.3",
"react-chartjs-2": "5.2.0",
"react-collapse": "4.0.3",
"react-contenteditable": "3.2.6",
"react-css-collapse": "3.6.1",
"react-custom-scrollbars": "4.2.1",
"react-datepicker": "2.4.0",
"react-dom": "16.8.6",
"react-draggable": "3.3.2",
"react-dropzone": "8.2.0",
"react-json-pretty": "2.2.0",
"react-loader-spinner": "2.3.0",
"react-motion": "0.5.2",
"react-notifications": "1.7.4",
"react-placeholder": "3.0.2",
"react-popper": "2.3.0",
"react-redux": "5.1.1",
"react-resize-detector": "4.2.3",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-select": "2.4.4",
"react-sortable-hoc": "1.11.0",
"react-xml-viewer": "1.3.0",
"reactstrap": "8.5.1",
"redux": "4.2.1",
"redux-actions": "2.6.5",
"redux-logger": "3.0.6",
"redux-saga": "0.16.2",
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.13.11",
"reselect": "4.0.0",
"sass": "1.59.3",
"text-mask-addons": "3.8.0",
"tiny-svg": "2.2.4",
"tippy.js": "6.3.7",
"tooltip.js": "1.3.3",
"uuidv4": "4.0.0",
"vanilla-text-mask": "5.1.1"
},
"scripts": {
"start": "npm-run-all clean export:dev start:react",
"start:react": "react-scripts --max_old_space_size=4096 start",
"build": "cross-env REACT_APP_BUILD_TIME=$(date +%s) npm-run-all clean export build:src",
"build:ci": "cross-env REACT_APP_BUILD_TIME=$(date +%s) npm-run-all build:src",
"build-win": "npm-run-all export-win build:src",
"build:src": "node --max_old_space_size=3000 node_modules/.bin/react-scripts build",
"clean": "rimraf public/ecosui/export",
"export": "cross-env NODE_ENV=production node --max_old_space_size=3000 node_modules/webpack/bin/webpack.js --config webpack.config.export.js",
"export:dev": "cross-env NODE_ENV=development webpack --config webpack.config.export.js",
"export-win": "set NODE_ENV=production && webpack --config webpack.config.export.js",
"test": "react-scripts test",
"test:ci": "react-scripts test --watchAll=false --maxWorkers=2 --max_old_space_size=3000",
"eject": "react-scripts eject",
"format": "prettier --single-quote --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}' 'server/**/*.{js,jsx,ts,tsx,json,css,scss,md}'",
"start:prod": "yarn build && cross-env NODE_ENV=production SHARE_PROXY_URL=http://localhost:8080 node server",
"bpmnlint-config": "npx bpmnlint-pack-config -c .bpmnlintrc -o src/components/ModelEditor/BPMNModeler/modules/linter/bpmnlint-config.js -t es"
},
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.19.1"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"moduleNameMapper": {
"bpmn-js*": "<rootDir>/src/mock.js",
"BPMN*": "<rootDir>/src/mock.js",
"diagram-js*": "<rootDir>/src/mock.js"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --single-quote --write",
"git add"
]
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.js?(x)"
],
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}
]
},
"browserslist": [
"last 1 version",
"> 1%",
"not dead"
],
"proxy": "http://localhost:8080",
"devDependencies": {
"@babel/core": "7.21.3",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"bpmnlint": "8.1.1",
"chance": "1.1.6",
"chartjs-plugin-datalabels": "2.2.0",
"cross-env": "5.2.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.3",
"enzyme-to-json": "3.6.2",
"fake-indexeddb": "4.0.2",
"fetch-mock": "7.3.3",
"fork-ts-checker-webpack-plugin-alt": "^0.4.14",
"husky": "1.1.3",
"jest-canvas-mock": "2.3.1",
"levenary": "^1.1.1",
"lint-staged": "8.2.1",
"morgan": "1.10.0",
"npm-run-all": "4.1.5",
"power-assert": "1.6.1",
"prettier": "1.15.1",
"react-scripts": "3.4.4",
"rimraf": "3.0.0",
"sinon": "9.0.3",
"terser-webpack-plugin": "3.1.0",
"webpack": "4.42.0",
"webpack-cli": "3.3.12"
},
"packageManager": "yarn@3.6.2",
"resolutions": {
"bpmn-js@13.0.5": "patch:bpmn-js@npm%3A13.0.5#./.yarn/patches/bpmn-js-npm-13.0.5-e73b0a0d9c.patch",
"diagram-js@12.1.0": "patch:diagram-js@npm%3A12.1.0#./.yarn/patches/diagram-js-npm-12.1.0-59059de400.patch",
"diagram-js@^12.1.0": "patch:diagram-js@npm%3A12.1.0#./.yarn/patches/diagram-js-npm-12.1.0-59059de400.patch",
"diagram-js@^4.0.1": "patch:diagram-js@npm%3A12.1.0#./.yarn/patches/diagram-js-npm-12.1.0-59059de400.patch",
"diagram-js@^8.9.0": "patch:diagram-js@npm%3A12.1.0#./.yarn/patches/diagram-js-npm-12.1.0-59059de400.patch",
"diagram-js@^9.1.0": "patch:diagram-js@npm%3A12.1.0#./.yarn/patches/diagram-js-npm-12.1.0-59059de400.patch",
"diagram-js@^8.8.0": "patch:diagram-js@npm%3A12.1.0#./.yarn/patches/diagram-js-npm-12.1.0-59059de400.patch",
"flatpickr@^4.6.6": "patch:flatpickr@npm%3A4.6.13#./.yarn/patches/flatpickr-npm-4.6.13-06399933fc.patch",
"font-awesome@4.7.0": "patch:font-awesome@npm%3A4.7.0#./.yarn/patches/font-awesome-npm-4.7.0-7a553c5fbb.patch",
"formiojs@3.30.1": "patch:formiojs@npm%3A3.30.1#./.yarn/patches/formiojs-npm-3.30.1-210b022db1.patch",
"react-scripts@3.4.4": "patch:react-scripts@npm%3A3.4.4#./.yarn/patches/react-scripts-npm-3.4.4-c1da7c6209.patch"
},
"volta": {
"node": "14.21.3",
"yarn": "3.6.2"
}
}