-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.76 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
{
"name": "camunda-modeler-bpmn-js-plugin-model-i18n",
"version": "0.1.0",
"description": "bpmn-js Implementing i18n extensions in models",
"main": "index.js",
"scripts": {
"all": "run-s lint bundle",
"bundle": "webpack",
"dev": "webpack -w",
"lint": "eslint .",
"prepublishOnly": "run-s bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda/camunda-modeler-plugins.git"
},
"keywords": [
"camunda",
"modeler",
"plugin",
"symbols",
"bpmn",
"i18n"
],
"author": "David G. Simmons",
"license": "MIT",
"bugs": {
"url": "https://github.com/camunda/camunda-modeler-plugins/issues"
},
"homepage": "https://github.com/camunda/camunda-modeler-plugins#readme",
"dependencies": {
"bpmn-i18n-moddle": "^0.2.0",
"bpmn-js": "^5.0.0",
"bpmn-js-properties-panel": "^0.46.0",
"bpmn-moddle": "^7.1.2",
"camunda-modeler-plugin-helpers": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"browserify": "^14.1.0",
"chai": "^4.3.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"eslint": "^8.3.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"inherits": "^2.0.3",
"min-dom": "^0.2.0",
"mocha": "^8.3.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^7.1.0",
"raw-loader": "^4.0.2",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"style-loader": "^2.0.0",
"watchify": "^3.9.0",
"webpack": "^5.24.0",
"webpack-cli": "^4.5.0",
"zip-webpack-plugin": "^4.0.1"
}
}