forked from zowe/zlux-file-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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": "@zlux/file-explorer",
"version": "0.0.2",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
"lint": "ng lint"
},
"license": "EPL-2.0",
"dependencies": {
"@angular/animations": "~6.0.9",
"@angular/common": "~6.0.9",
"@angular/compiler": "~6.0.9",
"@angular/core": "~6.0.9",
"@angular/forms": "~6.0.9",
"@angular/http": "~6.0.9",
"@angular/platform-browser": "~6.0.9",
"@angular/router": "~6.0.9",
"carbon-components": "~8.23.0",
"primeng": "~6.0.1"
},
"devDependencies": {
"angular2-template-loader": "~0.6.2",
"codelyzer": "~4.4.2",
"css-loader": "~1.0.0",
"copy-webpack-plugin": "~4.5.2",
"exports-loader": "~0.7.0",
"extract-text-webpack-plugin": "~3.0.2",
"file-loader": "~1.1.11",
"html-loader": "~0.5.5",
"html-webpack-plugin": "~3.2.0",
"rxjs": "~6.2.2",
"rxjs-compat": "~6.2.2",
"source-map-loader": "~0.2.3",
"style-loader": "~0.21.0",
"ts-loader": "~4.4.2",
"tslint": "~5.10.0",
"typescript": "~2.9.0",
"url-loader": "~1.0.1",
"webpack": "~4.0.0",
"webpack-cli": "~3.0.0",
"webpack-config": "~7.5.0",
"zone.js": "~0.8.26"
}
}