-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.87 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
{
"name": "rtc-git-connector",
"version": "3.0.0",
"description": "Connect RTC work items with various Git hosting systems",
"main": "./resources/ui/RunConnector.js",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@gitbeaker/rest": "^39.34.1",
"@octokit/rest": "^20.0.2",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"clipboard": "^2.0.11",
"handlebars": "^4.7.8",
"just-handlebars-helpers": "^1.0.19",
"pako": "^2.1.0",
"turndown": "^7.1.2"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@jazz-community-org/pack-jazz-web-plugin": "^2.0.1",
"babel-loader": "^9.1.3",
"moment": "^2.30.1",
"prettier": "^3.2.4",
"remove-files-webpack-plugin": "^1.5.0",
"string-replace-loader": "^3.1.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"zip-webpack-plugin": "^4.0.1"
},
"scripts": {
"build": "webpack --config ./webpack.config.js --mode production",
"pack": "pack-jazz-web-plugin",
"both": "npm run build && npm run pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazz-community/rtc-git-connector.git"
},
"keywords": [
"Jazz",
"Git",
"GitLab",
"GitHub"
],
"author": "Martin Benninger, Siemens AG",
"license": "MIT",
"bugs": {
"url": "https://github.com/jazz-community/rtc-git-connector/issues"
},
"homepage": "https://github.com/jazz-community/rtc-git-connector#readme",
"packJazzWebPlugin": {
"pluginId": "com.siemens.bt.jazz.workitemeditor.rtcGitConnector"
}
}