/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.10
src/google-maps/package.json
36 строк
876 B
Paul Gschwendtner
build: include `src/cdk` in pnpm workspace
24 мар 2025, 19:56
24 мар 2025, 19:56
1f17456
Код
Авторство
О чём код?
{ "name": "@angular/google-maps", "version": "0.0.0-PLACEHOLDER", "description": "Angular Google Maps", "repository": { "type": "git", "url": "https://github.com/angular/components.git" }, "keywords": [ "angular", "components", "google-maps" ], "license": "MIT", "bugs": { "url": "https://github.com/angular/components/issues" }, "homepage": "https://github.com/angular/components/tree/main/src/google-maps#readme", "dependencies": { "@types/google.maps": "^3.54.10", "tslib": "^2.3.0" }, "peerDependencies": { "@angular/core": "0.0.0-NG", "@angular/common": "0.0.0-NG", "rxjs": "^6.5.3 || ^7.4.0" }, "sideEffects": false, "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migration.json", "packageGroup": [ "@angular/google-maps" ] } }