-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
48 lines (48 loc) · 1.43 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
{
"name": "camunda-modeler-i18n-plugin",
"version": "2.1.0",
"description": "This plugin allows you to translate the UI of the Camunda Modeler. It contains translations for German, English, Portuguese, Russian, Chinese (Traditional and Simplified) and Dutch and can be easily extended or customized.",
"author": "Miragon GmbH <info@miragon.io>",
"homepage": "https://github.com/Miragon/camunda-modeler-i18n-plugin",
"bugs": {
"url": "https://github.com/Miragon/camunda-modeler-i18n-plugin/issues"
},
"license": "Apache-2.0",
"files": [
"dist",
"menu",
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "ssh://git@github.com/Miragon/camunda-modeler-i18n-plugin.git"
},
"scripts": {
"build": "webpack",
"dev": "webpack -w"
},
"keywords": [
"camunda",
"modeler",
"plugin",
"i18n"
],
"dependencies": {
"ids": "^1.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-select": "^5.10.0"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^10.0.0",
"copyfiles": "^2.4.1",
"camunda-modeler-plugin-helpers": "^5.1.0",
"install": "^0.13.0",
"npm-run-all": "^4.1.5",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}