-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.63 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.63 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "wizard4cloud-ui",
"version": "0.0.0",
"scripts": {
"cleanup": "rimraf target/classes/static/ target/classes/aot",
"clean-www": "rimraf target/classes/static/app/{src,target/} dist",
"ng": "ng",
"start": "npm run build-themes && ng serve --proxy-config proxy.conf.json",
"build": "npm run build-themes && ng build",
"build-commons": "ng build wizard4cloud-commons",
"install-commons": "cd dist && npm install wizard4cloud-commons",
"test": "npm run build-themes && ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"xi18n": "ng xi18n --output-path src/main/locale",
"xi18n:merge": "xliffmerge --profile src/main/locale/xliffmerge.json",
"build-themes": "node-sass projects/wizard4cloud-ui/assets/styles/custom-themes -o projects/wizard4cloud-ui/assets/styles/built",
"build-lib-themes": "node-sass projects/wizard4cloud-commons/src/assets/styles/custom-themes -o projects/wizard4cloud-commons/src/assets/styles/built",
"webpack:dev": "npm run webpack-dev-server -- --config webpack/webpack.dev.js --inline --hot --port=9060 --watch-content-base --env.stats=minimal",
"webpack:dev-verbose": "npm run webpack-dev-server -- --config webpack/webpack.dev.js --inline --hot --port=9060 --watch-content-base --profile --progress --env.stats=normal",
"webpack:prod:main": "npm run webpack -- --config webpack/webpack.prod.js --profile",
"webpack:prod": "npm run cleanup && npm run build-commons && npm run install-commons && npm run webpack:prod:main",
"webpack-dev-server": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"webpack": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.1.0",
"@angular/cdk": "^8.0.2",
"@angular/common": "~8.1.0",
"@angular/compiler": "~8.1.0",
"@angular/core": "~11.0.5",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "~8.1.0",
"@angular/material": "^8.0.2",
"@angular/platform-browser": "~8.1.0",
"@angular/platform-browser-dynamic": "~8.1.0",
"@angular/router": "~8.1.0",
"@herodevs/hero-loader": "^2.0.1",
"@material-extended/mde": "^3.0.3",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@stomp/stompjs": "^5.4.2",
"@swimlane/ngx-graph": "^6.1.0",
"@types/dagre-d3": "^0.4.39",
"@types/lodash": "^4.14.136",
"angular-linky": "^1.2.2",
"hammerjs": "^2.0.8",
"material-design-icons": "^3.0.1",
"moment": "2.24.0",
"ngx-cookie-service": "^2.2.0",
"ngx-toastr": "^11.3.3",
"ngx-translate-multi-http-loader": "^3.0.0",
"ngx-webstorage": "^4.0.1",
"node-sass": "^4.11.0",
"rxjs": "~6.5.2",
"sockjs-client": "^1.3.0",
"tslib": "^1.9.0",
"xstate": "^4.6.7",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.0",
"@angular-devkit/build-ng-packagr": "~0.801.3",
"@angular/cli": "~8.1.0",
"@angular/compiler-cli": "~8.1.0",
"@angular/language-service": "~8.1.0",
"@linnenschmidt/build-ng-packagr": "^9.0.0",
"@types/core-js": "~2.5",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"angular-router-loader": "0.8.5",
"angular2-template-loader": "0.6.2",
"autoprefixer": "9.6.0",
"base-href-webpack-plugin": "2.0.0",
"browser-sync": "2.26.7",
"browser-sync-webpack-plugin": "2.2.2",
"cache-loader": "4.0.0",
"codelyzer": "^5.0.0",
"css-loader": "3.0.0",
"fork-ts-checker-webpack-plugin": "1.3.6",
"friendly-errors-webpack-plugin": "1.7.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"moment-locales-webpack-plugin": "1.0.7",
"ng-packagr": "^9.0.0",
"ngx-i18nsupport": "^0.17.1",
"optimize-css-assets-webpack-plugin": "5.0.1",
"protractor": "~5.4.0",
"reflect-metadata": "0.1.13",
"rimraf": "2.6.3",
"simple-progress-webpack-plugin": "1.1.2",
"thread-loader": "2.1.2",
"to-string-loader": "1.1.5",
"ts-loader": "6.0.2",
"ts-node": "~7.0.0",
"tsickle": "^0.35.0",
"tslint": "~5.15.0",
"tslint-loader": "3.5.4",
"typescript": "3.4.5",
"webpack-cli": "3.3.5",
"webpack-notifier": "1.7.0",
"webpack-visualizer-plugin": "0.1.11",
"workbox-webpack-plugin": "4.3.1",
"write-file-webpack-plugin": "4.5.0"
}
}