-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "camunda-modeler-plugin-react-test",
"version": "0.0.1",
"description": "Camunda Modeler plugin React test.",
"main": "index.js",
"license": "MIT",
"scripts": {
"all": "run-s build test",
"dev": "webpack -w",
"build": "webpack",
"lint": "eslint .",
"mocha": "mocha -r esm \"test/**/*Spec.js\"",
"test": "run-s lint mocha"
},
"dependencies": {
"bpmn-js": "^9.3.1",
"ids": "^1.0.0",
"preact-render-to-string": "^5.2.1",
"react": "^16.8.6",
"react-calendar": "^3.7.0",
"react-dom": "^16.8.6",
"react-icons": "^4.3.1",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"buffer": "^6.0.3",
"camunda-modeler-plugin-helpers": "^5.1.0",
"camunda-modeler-webpack-plugin": "^0.1.0",
"chai": "^4.3.6",
"chai-string": "^1.5.0",
"classnames": "^2.3.2",
"css-loader": "^6.7.3",
"eslint": "^8.25.0",
"eslint-plugin-bpmn-io": "^0.16.0",
"esm": "^3.2.25",
"mocha": "^8.4.0",
"npm-run-all": "^4.1.5",
"path-browserify": "^1.0.1",
"react-svg-loader": "^3.0.3",
"style-loader": "^3.3.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0"
}
}