-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
177 lines (177 loc) · 10.4 KB
/
package.json
File metadata and controls
177 lines (177 loc) · 10.4 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "eform-angular",
"version": "9.0.0",
"license": "MIT",
"author": "René Schultz Madsen <rm@microting.com> (https://www.microting.com/)",
"repository": {
"type": "git",
"url": "https://github.com/microting/eform-angular-frontend"
},
"scripts": {
"ng": "node --max-http-header-size=100000 --max_old_space_size=8192 ng",
"start": "ng serve --proxy-config proxy.config.json",
"start-port": "ng serve --port 4300 --proxy-config proxy.config.json",
"build": "ng build",
"sentrysourcemap": "yarn sentry:sourcemaps",
"test:ci": "jest --ci --coverage --maxWorkers=2",
"test": "./node_modules/.bin/wdio wdio.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"test:unit": "jest --coverage",
"test:local_unit": "jest --watch",
"test:watch": "jest --watch",
"test2": "wdio wdio-step2.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless": "./node_modules/.bin/wdio wdio-headless.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2a": "./node_modules/.bin/wdio wdio-headless-step2a.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2b": "./node_modules/.bin/wdio wdio-headless-step2b.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2c": "./node_modules/.bin/wdio wdio-headless-step2c.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2d": "./node_modules/.bin/wdio wdio-headless-step2d.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2e": "./node_modules/.bin/wdio wdio-headless-step2e.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2f": "./node_modules/.bin/wdio wdio-headless-step2f.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2g": "./node_modules/.bin/wdio wdio-headless-step2g.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2h": "./node_modules/.bin/wdio wdio-headless-step2h.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2i": "./node_modules/.bin/wdio wdio-headless-step2i.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadless2j": "./node_modules/.bin/wdio wdio-headless-step2j.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testplugin": "./node_modules/.bin/wdio wdio-plugin-step2.conf.ts --disable-gpu --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin": "./node_modules/.bin/wdio wdio-headless-plugin-step2.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2a": "./node_modules/.bin/wdio wdio-headless-plugin-step2a.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2b": "./node_modules/.bin/wdio wdio-headless-plugin-step2b.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2c": "./node_modules/.bin/wdio wdio-headless-plugin-step2c.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2d": "./node_modules/.bin/wdio wdio-headless-plugin-step2d.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2e": "./node_modules/.bin/wdio wdio-headless-plugin-step2e.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2f": "./node_modules/.bin/wdio wdio-headless-plugin-step2f.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2g": "./node_modules/.bin/wdio wdio-headless-plugin-step2g.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2h": "./node_modules/.bin/wdio wdio-headless-plugin-step2h.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2i": "./node_modules/.bin/wdio wdio-headless-plugin-step2i.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2j": "./node_modules/.bin/wdio wdio-headless-plugin-step2j.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2k": "./node_modules/.bin/wdio wdio-headless-plugin-step2k.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin2l": "./node_modules/.bin/wdio wdio-headless-plugin-step2l.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"testheadlessplugin3a": "./node_modules/.bin/wdio wdio-headless-plugin-step3a.conf.ts --disable-gpu --browsers=ChromeHeadless",
"testheadlessplugin3b": "./node_modules/.bin/wdio wdio-headless-plugin-step3b.conf.ts --disable-gpu --browsers=ChromeHeadless",
"testheadlessplugin3c": "./node_modules/.bin/wdio wdio-headless-plugin-step3c.conf.ts --disable-gpu --browsers=ChromeHeadless",
"testheadlessplugin4a": "./node_modules/.bin/wdio wdio-headless-plugin-step4a.conf.ts --disable-gpu --browsers=ChromeHeadless",
"testheadlessplugin4b": "./node_modules/.bin/wdio wdio-headless-plugin-step4b.conf.ts --disable-gpu --browsers=ChromeHeadless",
"testheadlessplugin4c": "./node_modules/.bin/wdio wdio-headless-plugin-step4c.conf.ts --disable-gpu --browsers=ChromeHeadless",
"lint": "ng lint eform-angular",
"e2e": "ng e2e",
"run-cypress": "npx cypress run --browser chrome",
"open-cypress": "npx cypress open",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org microting-as --project angular-frontend ./dist && sentry-cli sourcemaps upload --org microting-as --project angular-frontend ./dist",
"generate-licenses": "node generate-licenses.js && cd ../eFormAPI && dotnet list package --include-transitive --format json > /tmp/dotnet-packages.json && cd ../eform-client && node add-dotnet-licenses.js"
},
"prettier": {
"singleQuote": true
},
"engines": {
"node": ">= 18.x.x"
},
"private": false,
"dependencies": {
"@angular-material-extensions/password-strength": "^16.0.0",
"@angular/animations": "20.3.16",
"@angular/cdk": "20.2.14",
"@angular/common": "20.3.16",
"@angular/compiler": "20.3.16",
"@angular/core": "20.3.16",
"@angular/forms": "20.3.16",
"@angular/localize": "20.3.16",
"@angular/material": "20.2.14",
"@angular/platform-browser": "20.3.16",
"@angular/platform-browser-dynamic": "20.3.16",
"@angular/router": "20.3.16",
"@ng-matero/extensions": "20.4.2",
"@ngrx/effects": "20.1.0",
"@ngrx/entity": "20.1.0",
"@ngrx/store": "20.1.0",
"@ngrx/store-devtools": "20.1.0",
"@ngx-translate/core": "17.0.0",
"@sentry/angular": "^10.23.0",
"@sentry/cli": "^2.56.1",
"@swimlane/ngx-charts": "23.1.0",
"@types/ramda": "^0.31.1",
"@userback/widget": "^0.3.11",
"build": "^0.1.4",
"core-js": "3.47.0",
"d3": "7.9.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"dom-to-image": "2.6.0",
"dragula": "^3.7.3",
"file-saver": "2.0.5",
"glob": "11.1.0",
"hammerjs": "2.0.8",
"luxon": "^3.7.2",
"moment": "2.30.1",
"ng-gallery": "^12.0.0",
"ng2-dragula": "^6.0.0",
"ng2-file-upload": "^9.0.0",
"ng2-pdf-viewer": "^10.3.4",
"ngx-auto-unsubscribe": "3.0.1",
"ngx-cookie-service": "20.1.1",
"ngx-editor": "^18.0.0",
"ngx-mask": "^20.0.3",
"ngx-material-timepicker": "^13.1.1",
"ngx-papaparse": "8.0.0",
"ngx-slimscroll": "12.2.0",
"ngx-toastr": "19.1.0",
"npm": "latest",
"pdf-lib": "^1.16.0",
"ramda": "^0.32.0",
"run": "^1.4.0",
"rxjs": "7.8.2",
"tslib": "^2.8.1",
"uuid": "13.0.0",
"validator": "^13.15.26",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-builders/jest": "^20.0.0",
"@angular-devkit/build-angular": "20.3.9",
"@angular-devkit/core": "20.3.9",
"@angular-devkit/schematics": "21.0.4",
"@angular-eslint/builder": "20.5.1",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "20.6.0",
"@angular-eslint/schematics": "20.5.1",
"@angular-eslint/template-parser": "21.2.0",
"@angular/cli": "20.3.15",
"@angular/compiler-cli": "20.3.16",
"@angular/language-service": "20.3.16",
"@types/chai": "^5.2.2",
"@types/d3": "^7.4.3",
"@types/dragula": "^2.1.36",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "^5.1.13",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.0",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^8.51.0",
"@wdio/cli": "9.20.1",
"@wdio/local-runner": "9.22.0",
"@wdio/mocha-framework": "9.23.2",
"@wdio/spec-reporter": "9.20.0",
"angular-mocks": "^1.8.3",
"chai": "^6.0.1",
"chromedriver": "^143.0.4",
"cypress": "15.6.0",
"eslint": "^8.57.1",
"fs-extra": "^11.3.1",
"guid-typescript": "^1.0.9",
"jasmine-core": "~5.12.0",
"jest": "^30.2.0",
"jest-preset-angular": "^16.0.0",
"jsdom": "27",
"mammoth": "^1.10.0",
"path": "^0.12.7",
"run-sequence": "^2.2.1",
"ts-node": "10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.8.3",
"wdio-chromedriver-service": "8.1.1",
"wdio-docker-service": "3.2.1",
"webdriverio": "9.20.0",
"xlsx": "^0.18.5"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}