-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
64 lines (64 loc) · 1.84 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
{
"name": "@zowe/zlux-angular-file-tree",
"version": "1.6.0",
"main": "dist/main.js",
"homepage": "https://github.com/zowe/zlux-file-explorer/blob/staging/README.md",
"bugs": {
"url": "https://github.com/zowe/zlux/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zowe/zlux-file-explorer.git"
},
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
"lint": "ng lint"
},
"license": "EPL-2.0",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"dependencies": {
"@angular/animations": "12.0.0",
"@angular/cdk": "12.0.0",
"@angular/common": "12.0.0",
"@angular/compiler": "12.0.0",
"@angular/core": "12.0.0",
"@angular/forms": "12.0.0",
"@angular/material": "12.0.0",
"@angular/platform-browser": "12.0.0",
"@angular/router": "12.0.0",
"carbon-components": "8.23.1",
"primeng": "6.1.7",
"lodash": "4.17.21"
},
"devDependencies": {
"angular2-template-loader": "0.6.2",
"clean-webpack-plugin": "3.0.0",
"codelyzer": "6.0.2",
"copy-webpack-plugin": "6.4.1",
"css-loader": "3.6.0",
"exports-loader": "0.7.0",
"file-loader": "4.3.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "1.6.0",
"sass": "1.26.0",
"rxjs": "6.6.0",
"source-map-loader": "1.1.3",
"style-loader": "1.3.0",
"sass-loader": "8.0.0",
"streamsaver": "2.0.5",
"ts-loader": "8.3.0",
"tslint": "5.10.0",
"typescript": "4.2.2",
"url-loader": "2.3.0",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-config": "7.5.0",
"@zlux/widgets": "git+https://github.com/zowe/zlux-widgets.git#feature/upgrade-angular",
"web-streams-polyfill": "2.1.1",
"zone.js": "0.11.4"
}
}