/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.18
packages/animations/package.json
25 строк
596 B
Matthieu Riegler
refactor(animations): remove dependency on `@angular/common` (#63248)
29 авг 2025, 18:51
29 авг 2025, 18:51
021ead5
Код
Авторство
О чём код?
{ "name": "@angular/animations", "version": "0.0.0-PLACEHOLDER", "description": "Angular - animations integration with web-animations", "author": "angular", "license": "MIT", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/core": "0.0.0-PLACEHOLDER" }, "repository": { "type": "git", "url": "https://github.com/angular/angular.git", "directory": "packages/animations" }, "ng-update": { "packageGroup": "NG_UPDATE_PACKAGE_GROUP" }, "sideEffects": false }