-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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": "rtc-workitem-bulk-mover-ui",
"version": "1.5.3",
"description": "RTC Work-Item Bulk Mover",
"main": "src/main.js",
"dependencies": {
"axios": "^0.19.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"babel-loader": "^8.0.6",
"css-loader": "1.0.1",
"eslint": "^6.0.1",
"eslint-config-google": "^0.13.0",
"jazz-update-site-webpack-plugin": "^0.4.1",
"raw-loader": "^0.5.1",
"semantic-ui-css": "^2.4.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue": "^2.6.10",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6"
},
"scripts": {
"build": "webpack --config ./webpack.config.js --mode=production",
"jazz": "webpack -w --mode=development"
},
"author": "Lukas Steiger, Siemens AG",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jazz-community/rtc-workitem-bulk-mover-ui.git"
},
"keywords": [
"jazz",
"rtc",
"workitem"
],
"homepage": "http://jazz-community.org",
"bugs": {
"url": "https://github.com/jazz-community/rtc-workitem-bulk-mover-ui/issues"
}
}