|
21 | 21 | "publish-prod": "bash ./tools/deploy.sh stable prod",
|
22 | 22 | "publish-dev": "bash ./tools/deploy.sh",
|
23 | 23 | "publish-beta": "bash ./tools/deploy.sh stable beta",
|
24 |
| - "scenes:generate": "ng e2e --port 4201 scenes && yarn scenes:optimize", |
25 |
| - "scenes:optimize": "node tools/optimize-scene-screenshots", |
26 | 24 | "test:audit:localhost": "node tools/audit-docs dist/material-angular-io",
|
27 | 25 | "test:audit:bazel": "node tools/audit-docs $(bazel cquery --output=files //:build.production)",
|
28 | 26 | "test:audit:ci": "node tools/audit-docs ../dist/material-angular-io"
|
|
69 | 67 | "@angular/compiler-cli": "^20.0.0-next.0",
|
70 | 68 | "@bazel/bazelisk": "^1.12.1",
|
71 | 69 | "@stylistic/eslint-plugin": "^2.6.2",
|
72 |
| - "@types/imagemin": "^7.0.0", |
73 | 70 | "@types/jasmine": "^3.7.7",
|
74 | 71 | "@types/node": "^18.11.9",
|
75 | 72 | "@types/shelljs": "~0.8.8",
|
|
81 | 78 | "eslint-plugin-jsdoc": "^48.2.1",
|
82 | 79 | "eslint-plugin-prefer-arrow": "^1.2.3",
|
83 | 80 | "firebase-tools": "^11.0.1",
|
84 |
| - "imagemin": "^7.0.1", |
85 |
| - "imagemin-pngquant": "^9.0.2", |
86 | 81 | "jasmine-core": "^3.7.1",
|
87 | 82 | "jasmine-spec-reporter": "^6.0.0",
|
88 | 83 | "karma": "~6.4.1",
|
|
0 commit comments