-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.86 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
{
"name": "@camunda/improved-canvas",
"version": "1.7.5",
"description": "",
"main": "dist/index.js",
"scripts": {
"all": "run-s lint test build",
"test": "karma start karma.config.js",
"lint": "eslint .",
"dev": "npm test -- --auto-watch --no-single-run",
"start": "npm run start:bpmn",
"start:bpmn": "cross-env SINGLE_START=bpmn npm run dev",
"start:dmn": "cross-env SINGLE_START=dmn npm run dev",
"build": "rollup -c --bundleConfigAsCjs",
"build:watch": "rollup -cw --bundleConfigAsCjs",
"prepare": "run-s build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda/improved-canvas.git"
},
"keywords": [
"bpmn-io"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/camunda/improved-canvas/issues"
},
"homepage": "https://github.com/camunda/improved-canvas#readme",
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"files": [
"dist"
],
"module": "dist/index.es.js",
"dependencies": {
"diagram-js-grid": "^1.0.0",
"min-dash": "^4.2.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@bpmn-io/properties-panel": "^3.18.2",
"@bpmn-io/refactorings": "^0.2.2",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@testing-library/preact": "^3.2.3",
"axe-core": "^4.9.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"bpmn-js": "^17.6.4",
"bpmn-js-color-picker": "^0.7.1",
"bpmn-js-create-append-anything": "^0.5.1",
"bpmn-js-element-templates": "^1.15.2",
"bpmn-js-properties-panel": "^5.15.0",
"camunda-bpmn-js-behaviors": "^1.3.0",
"cross-env": "^7.0.3",
"dmn-js": "^16.3.2",
"dmn-js-properties-panel": "^3.3.0",
"downloadjs": "^1.4.7",
"eslint": "^8.50.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"file-drops": "^0.5.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-debug-launcher": "^0.0.5",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^21.3.7",
"raw-loader": "^4.0.2",
"rollup": "^4.0.0",
"rollup-plugin-import-css": "^3.3.5",
"sinon": "^16.1.0",
"sinon-chai": "^3.7.0",
"webpack": "^5.88.2",
"zeebe-bpmn-moddle": "^1.1.0"
},
"peerDependencies": {
"bpmn-js-create-append-anything": "^0.5.0"
}
}