-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
161 lines (161 loc) · 9.56 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
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
{
"name": "eform-angular",
"version": "2.0.0",
"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": "./node_modules/.bin/wdio wdio.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
"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"
},
"prettier": {
"singleQuote": true
},
"engines": {
"node": ">= 18.x.x"
},
"private": false,
"dependencies": {
"@angular/animations": "18.2.3",
"@angular/cdk": "18.2.3",
"@angular/common": "18.2.3",
"@angular/compiler": "18.2.3",
"@angular/core": "18.2.3",
"@angular/forms": "18.2.3",
"@angular/localize": "18.2.3",
"@angular/material": "18.2.3",
"@angular/platform-browser": "18.2.3",
"@angular/platform-browser-dynamic": "18.2.3",
"@angular/router": "18.2.3",
"@ng-matero/extensions": "18.3.1",
"@ngrx/effects": "18.0.1",
"@ngrx/entity": "18.0.1",
"@ngrx/store": "18.0.1",
"@ngrx/store-devtools": "18.0.1",
"@ngx-translate/core": "16.0.4",
"@sentry/angular": "^8.48.0",
"@sentry/cli": "^2.39.1",
"@swimlane/ngx-charts": "21.1.2",
"@types/ramda": "^0.30.2",
"@userback/widget": "^0.3.7",
"build": "^0.1.4",
"core-js": "3.39.0",
"d3": "7.9.0",
"date-fns": "2.30.0",
"date-fns-tz": "^2.0.0",
"dom-to-image": "2.6.0",
"dragula": "3.7.3",
"file-saver": "2.0.5",
"glob": "11.0.0",
"hammerjs": "2.0.8",
"moment": "2.30.1",
"ng-gallery": "^12.0.0",
"ng2-dragula": "^5.1.0",
"ng2-file-upload": "^7.0.1",
"ng2-pdf-viewer": "^10.3.4",
"ngx-auto-unsubscribe": "3.0.1",
"ngx-cookie-service": "18.0.0",
"ngx-editor": "^18.0.0",
"ngx-mask": "^19.0.6",
"ngx-papaparse": "8.0.0",
"ngx-slimscroll": "12.2.0",
"ngx-toastr": "19.0.0",
"npm": "latest",
"pdf-lib": "^1.16.0",
"ramda": "^0.30.1",
"run": "^1.4.0",
"rxjs": "7.8.1",
"tslib": "^2.8.1",
"uuid": "11.0.3",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.11",
"@angular-devkit/core": "18.2.11",
"@angular-devkit/schematics": "18.2.11",
"@angular-eslint/builder": "18.4.3",
"@angular-eslint/eslint-plugin": "18.4.3",
"@angular-eslint/eslint-plugin-template": "18.4.3",
"@angular-eslint/schematics": "18.4.3",
"@angular-eslint/template-parser": "18.4.3",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.3",
"@angular/language-service": "18.2.13",
"@types/chai": "^5.0.1",
"@types/d3": "^7.4.3",
"@types/dragula": "^2.1.34",
"@types/file-saver": "^2.0.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^8.18.2",
"@wdio/cli": "^9.4.5",
"@wdio/local-runner": "^8.40.1",
"@wdio/mocha-framework": "^9.4.4",
"@wdio/spec-reporter": "^9.4.4",
"angular-mocks": "^1.8.3",
"chai": "^5.1.2",
"chromedriver": "^131.0.4",
"cypress": "13.17.0",
"eslint": "^8.57.1",
"fs-extra": "^11.1.0",
"guid-typescript": "^1.0.9",
"mammoth": "^1.8.0",
"path": "^0.12.7",
"run-sequence": "^2.2.1",
"ts-node": "10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.5.4",
"wdio-chromedriver-service": "^8.1.1",
"wdio-docker-service": "^3.2.1",
"webdriverio": "^8.39.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"browserslist": [
"last 20 versions",
"not ie > 0",
"not ie_mob > 0",
"not dead"
],
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}