/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.14
docs/package.json
83 строки
3 KB
Kristiyan Kostadinov
build: update dependencies and resolve breaking change (#32799)
22 фев 2026, 10:34
22 фев 2026, 10:34
ddd5114
Код
Авторство
О чём код?
{ "name": "material-angular-io", "version": "0.0.0", "license": "MIT", "private": true, "scripts": { "ng": "ng", "start": "ng serve", "start:jit": "ng serve --aot=false", "start:prod": "ng serve --configuration production", "start:scenes": "ng serve scenes", "start:emulators": "firebase emulators:start", "test": "ng test", "e2e": "ng e2e", "build": "ng build", "build:scenes": "ng build scenes", "build:sm": "ng build --configuration production --source-map", "prod-build": "ng build --configuration production", "publish-prod": "bash ./tools/deploy.sh stable prod", "publish-dev": "bash ./tools/deploy.sh", "publish-beta": "bash ./tools/deploy.sh stable beta", "test:audit:localhost": "node tools/audit-docs dist/material-angular-io/browser", "test:audit:bazel": "node tools/audit-docs $(bazel cquery --output=files //:build.production)", "test:audit:ci": "node tools/audit-docs ../dist/material-angular-io/browser" }, "engines": { "node": "^20.11.1 || >=22.0.0", "npm": "Please use pnpm instead of NPM to install dependencies" }, "dependencies": { "@angular/aria": "workspace:*", "@angular/cdk": "workspace:*", "@angular/cdk-experimental": "workspace:*", "@angular/common": "catalog:", "@angular/compiler": "catalog:", "@angular/components-examples": "workspace:*", "@angular/core": "catalog:", "@angular/forms": "catalog:", "@angular/google-maps": "workspace:*", "@angular/localize": "catalog:", "@angular/material": "workspace:*", "@angular/material-experimental": "workspace:*", "@angular/material-luxon-adapter": "workspace:*", "@angular/platform-browser": "catalog:", "@angular/platform-browser-dynamic": "catalog:", "@angular/router": "catalog:", "@angular/ssr": "catalog:", "@angular/youtube-player": "workspace:*", "@stackblitz/sdk": "^1.11.0", "luxon": "^3.7.2", "path-normalize": "^8.0.0", "rxjs": "catalog:", "tslib": "^2.3.0", "zone.js": "~0.16.0" }, "devDependencies": { "@angular-devkit/build-angular": "catalog:", "@angular/cli": "catalog:", "@angular/compiler-cli": "catalog:", "@bazel/bazelisk": "^1.12.1", "@types/jasmine": "^6.0.0", "@types/node": "^22.14.1", "@types/shelljs": "0.10.0", "firebase-tools": "15.6.0", "jasmine-core": "^6.0.0", "jasmine-spec-reporter": "7.0.0", "karma": "~6.4.4", "karma-chrome-launcher": "^3.1.1", "karma-coverage": "~2.2.0", "karma-firefox-launcher": "^2.1.0", "karma-jasmine": "^5.0.0", "light-server": "^2.9.1", "lighthouse": "^13.0.0", "lighthouse-logger": "~2.0.0", "npm-run-all": "^4.1.5", "protractor": "^7.0.0", "puppeteer-core": "^24.6.1", "sass": "1.97.3", "shelljs": "^0.10.0", "ts-node": "10.9.2", "typescript": "~5.9.2" } }