-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 2.15 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
{
"name": "cognitive-process-designer",
"version": "4.0.0",
"private": true,
"scripts": {
"test": "jest && grunt test",
"start": "webpack --watch",
"build": "webpack --mode production",
"postinstall": "cp node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css resources/styles/ext && cp node_modules/bpmn-js/dist/assets/bpmn-js.css resources/styles/ext && cp node_modules/bpmn-js/dist/assets/diagram-js.css resources/styles/ext && cp node_modules/bpmn-js-color-picker/colors/color-picker.css resources/styles/ext && cp node_modules/bpmn-js-bpmnlint/dist/assets/css/bpmn-js-bpmnlint.css resources/styles/ext"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/jest-dom": "^6.2.0",
"@types/jest": "^29.5.13",
"@types/jquery": "^3.5.29",
"@types/mustache": "^4.2.5",
"@types/node": "^20.11.5",
"@types/oojs": "^7.0.6",
"@types/oojs-ui": "^0.47.6",
"@types/xml": "^1.0.11",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@wikimedia/mw-node-qunit": "^7.2.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"eslint": "^8.56.0",
"eslint-config-wikimedia": "0.28.2",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.20.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"mustache": "^4.2.0",
"mustache-jest": "^1.1.1",
"oojs-ui": "^0.48.4",
"stylelint-config-wikimedia": "0.17.2",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"types-mediawiki": "^1.4.0",
"typescript": "^5.6.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"bpmn-js": "^16.3.0",
"bpmn-js-bpmnlint": "^0.22.3",
"bpmn-js-color-picker": "^0.7.0",
"bpmn-js-i18n": "^2.2.0",
"bpmnlint": "^10.3.1",
"bpmnlint-pack-config": "^0.8.0"
}
}