forked from zowe/zlux-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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": "com.rs.zosmf.workflows",
"version": "0.0.0",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --colors",
"i18n": "ng-xi18n -p tsconfig.ngx-i18n.json --i18nFormat=xlf --outFile=messages.xlf",
"lint": "ng lint",
"serve": "ng serve"
},
"private": true,
"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/platform-browser-dynamic": "~6.0.9",
"@angular/router": "~6.0.9",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"jquery": "^3.2.1"
},
"devDependencies": {
"@angular/cli": "1.1.1",
"@angular/compiler-cli": "~6.0.9",
"@angular/language-service": "~6.0.9",
"@types/node": "~6.0.60",
"@zlux/grid": "git+ssh://[email protected]:zowe/zlux-grid.git",
"@zlux/widgets": "git+ssh://[email protected]:zowe/zlux-widgets.git",
"codelyzer": "~4.4.2",
"angular2-template-loader": "^0.6.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"rxjs": "~6.2.2",
"rxjs-compat": "~6.2.2",
"style-loader": "^0.18.2",
"svg-sprite-loader": "^3.7.3",
"ts-loader": "^2.2.0",
"ts-node": "~3.0.4",
"tslint": "~5.5.0",
"typescript": "~2.7.2",
"url-loader": "^0.5.9",
"webpack": "^2.6.1",
"webpack-config": "^7.2.1",
"webpack-shell-plugin": "^0.5.0",
"zone.js": "~0.8.26"
}
}