generated from valtimo-cloud/valtimo-academy-frontend-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.72 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
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
{
"name": "valtimo-frontend",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"startGitpod": "/bin/bash prepareGitpodEnv.sh && ng serve --public-host 4200-${GITPOD_WORKSPACE_ID}.${GITPOD_WORKSPACE_CLUSTER_HOST} --proxy-config conf/proxy.conf.json",
"start": "ng serve --proxy-config conf/proxy.conf.json",
"build": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --output-path=deployment/dist",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/cdk": "^13.2.4",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/elements": "^14.2.12",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "^14.2.12",
"@angular/localize": "^14.2.12",
"@angular/material": "^13.2.4",
"@angular/material-moment-adapter": "^13.2.4",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@mdi/font": "^7.0.96",
"@valtimo/account": "10.6.0",
"@valtimo/analyse": "10.6.0",
"@valtimo/authority": "10.6.0",
"@valtimo/bootstrap": "10.6.0",
"@valtimo/choice-field": "10.6.0",
"@valtimo/choicefield": "10.6.0",
"@valtimo/components": "10.6.0",
"@valtimo/config": "10.6.0",
"@valtimo/connector-management": "10.6.0",
"@valtimo/contact-moment": "10.6.0",
"@valtimo/context": "10.6.0",
"@valtimo/dashboard": "10.6.0",
"@valtimo/decision": "10.6.0",
"@valtimo/document": "10.6.0",
"@valtimo/dossier": "10.6.0",
"@valtimo/dossier-management": "10.6.0",
"@valtimo/form": "10.6.0",
"@valtimo/form-link": "10.6.0",
"@valtimo/form-management": "10.6.0",
"@valtimo/keycloak": "10.6.0",
"@valtimo/layout": "10.6.0",
"@valtimo/management": "10.6.0",
"@valtimo/migration": "10.6.0",
"@valtimo/milestone": "10.6.0",
"@valtimo/object": "10.6.0",
"@valtimo/object-management": "10.6.0",
"@valtimo/open-zaak": "10.6.0",
"@valtimo/plugin": "10.6.0",
"@valtimo/plugin-management": "10.6.0",
"@valtimo/process": "10.6.0",
"@valtimo/process-management": "10.6.0",
"@valtimo/resource": "10.6.0",
"@valtimo/security": "10.6.0",
"@valtimo/swagger": "10.6.0",
"@valtimo/task": "10.6.0",
"@valtimo/user-interface": "10.6.0",
"@valtimo/user-management": "10.6.0",
"@webcomponents/custom-elements": "^1.4.3",
"bpmn-js-properties-panel": "^0.33.1",
"core-js": "^3.23.3",
"dmn-js": "^12.1.0",
"dropzone": "^6.0.0-beta.2",
"flatpickr": "^4.6.13",
"json-server": "^0.17.0",
"ngx-color-picker": "^13.0.0",
"ngx-logger": "^5.0.11",
"ngx-translate-multi-http-loader": "^9.0.0",
"popper.js": "^1.14.3",
"rxjs": "~7.5.5",
"swagger-ui": "^4.15.0",
"tslib": "^2.0.0",
"zone.js": "^0.11.8",
"ng-multiselect-dropdown": "1.0.0-beta.19"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "^14.2.13",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@types/jasmine": "^4.3.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^18.0.0",
"codelyzer": "^6.0.0",
"deepmerge-ts": "^4.2.2",
"jasmine-core": "^4.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ts-node": "~10.8.1",
"tslint": "~6.1.0",
"typescript": "~4.8.4"
},
"overrides": {
"@valtimo/components": {
"ng-multiselect-dropdown": "1.0.0-beta.19"
}
}
}