|
12 | 12 | "preserve": "yarn base-href", |
13 | 13 | "serve": "ts-node --project ./tsconfig.ts-node.json scripts/serve.ts", |
14 | 14 | "serve:ssr": "node dist/server/main", |
15 | | - "analyze": "webpack-bundle-analyzer dist/browser/stats.json", |
16 | 15 | "build": "ng build --configuration development", |
17 | 16 | "build:stats": "ng build --stats-json", |
18 | 17 | "build:prod": "cross-env NODE_ENV=production yarn run build:ssr", |
|
55 | 54 | "https": false |
56 | 55 | }, |
57 | 56 | "private": true, |
58 | | - "resolutions": { |
59 | | - "minimist": "^1.2.5", |
60 | | - "webdriver-manager": "^12.1.8", |
61 | | - "ts-node": "10.2.1" |
62 | | - }, |
63 | 57 | "dependencies": { |
64 | 58 | "@angular/animations": "^17.3.11", |
65 | 59 | "@angular/cdk": "^17.3.10", |
|
75 | 69 | "@angular/ssr": "^17.3.10", |
76 | 70 | "@babel/runtime": "7.25.9", |
77 | 71 | "@kolkov/ngx-gallery": "^2.0.1", |
78 | | - "@material-ui/core": "^4.11.0", |
79 | | - "@material-ui/icons": "^4.11.3", |
80 | 72 | "@ng-bootstrap/ng-bootstrap": "^11.0.0", |
81 | 73 | "@ng-dynamic-forms/core": "^16.0.0", |
82 | 74 | "@ng-dynamic-forms/ui-ng-bootstrap": "^16.0.0", |
|
85 | 77 | "@ngrx/store": "^17.1.1", |
86 | 78 | "@ngx-translate/core": "^14.0.0", |
87 | 79 | "@nicky-lenaers/ngx-scroll-to": "^14.0.0", |
88 | | - "@types/grecaptcha": "^3.0.4", |
89 | | - "angular-idle-preload": "3.0.0", |
90 | 80 | "angulartics2": "^12.2.0", |
91 | 81 | "axios": "^1.7.4", |
92 | 82 | "bootstrap": "^4.6.1", |
|
120 | 110 | "mirador-dl-plugin": "^0.13.0", |
121 | 111 | "mirador-share-plugin": "^0.16.0", |
122 | 112 | "morgan": "^1.10.0", |
123 | | - "ng-mocks": "^14.10.0", |
124 | 113 | "ng2-file-upload": "5.0.0", |
125 | 114 | "ng2-nouislider": "^2.0.0", |
126 | 115 | "ngx-infinite-scroll": "^16.0.0", |
127 | 116 | "ngx-pagination": "6.0.3", |
128 | 117 | "ngx-ui-switch": "^14.1.0", |
129 | 118 | "nouislider": "^15.7.1", |
130 | 119 | "pem": "1.14.8", |
131 | | - "prop-types": "^15.8.1", |
132 | | - "react-copy-to-clipboard": "^5.1.0", |
133 | 120 | "reflect-metadata": "^0.2.2", |
134 | 121 | "rxjs": "^7.8.0", |
135 | 122 | "uuid": "^8.3.2", |
|
149 | 136 | "@angular/language-service": "^17.3.11", |
150 | 137 | "@cypress/schematic": "^1.5.0", |
151 | 138 | "@fortawesome/fontawesome-free": "^6.4.0", |
| 139 | + "@material-ui/core": "^4.12.4", |
| 140 | + "@material-ui/icons": "^4.11.3", |
152 | 141 | "@ngrx/store-devtools": "^17.1.1", |
153 | 142 | "@ngtools/webpack": "^16.2.16", |
154 | 143 | "@types/deep-freeze": "0.1.5", |
155 | 144 | "@types/ejs": "^3.1.2", |
156 | 145 | "@types/express": "^4.17.17", |
| 146 | + "@types/grecaptcha": "^3.0.9", |
157 | 147 | "@types/jasmine": "~3.6.0", |
158 | 148 | "@types/js-cookie": "2.2.6", |
159 | 149 | "@types/lodash": "^4.17.12", |
|
163 | 153 | "@typescript-eslint/rule-tester": "^7.2.0", |
164 | 154 | "@typescript-eslint/utils": "^7.2.0", |
165 | 155 | "axe-core": "^4.7.2", |
166 | | - "browser-sync": "^3.0.3", |
167 | 156 | "compression-webpack-plugin": "^9.2.0", |
168 | 157 | "copy-webpack-plugin": "^6.4.1", |
169 | 158 | "cross-env": "^7.0.3", |
| 159 | + "csstype": "^3.1.3", |
170 | 160 | "cypress": "^13.15.0", |
171 | 161 | "cypress-axe": "^1.5.0", |
172 | 162 | "deep-freeze": "0.0.1", |
|
192 | 182 | "karma-jasmine": "~4.0.0", |
193 | 183 | "karma-jasmine-html-reporter": "^1.5.0", |
194 | 184 | "karma-mocha-reporter": "2.2.5", |
| 185 | + "ng-mocks": "^14.13.1", |
195 | 186 | "ngx-mask": "14.2.4", |
196 | 187 | "nodemon": "^2.0.22", |
197 | 188 | "postcss": "^8.4", |
198 | 189 | "postcss-import": "^14.0.0", |
199 | 190 | "postcss-loader": "^4.0.3", |
200 | 191 | "postcss-preset-env": "^7.4.2", |
| 192 | + "prop-types": "^15.8.1", |
201 | 193 | "react": "^16.14.0", |
| 194 | + "react-copy-to-clipboard": "^5.1.0", |
202 | 195 | "react-dom": "^16.14.0", |
203 | 196 | "rimraf": "^3.0.2", |
204 | | - "rxjs-spy": "^8.0.2", |
205 | 197 | "sass": "~1.80.3", |
206 | 198 | "sass-loader": "^12.6.0", |
207 | 199 | "sass-resources-loader": "^2.2.5", |
208 | 200 | "ts-node": "^8.10.2", |
209 | 201 | "typescript": "~5.4.5", |
210 | 202 | "webpack": "5.95.0", |
211 | | - "webpack-bundle-analyzer": "^4.8.0", |
212 | 203 | "webpack-cli": "^5.1.4", |
213 | 204 | "webpack-dev-server": "^4.15.1" |
214 | 205 | } |
|
0 commit comments