48 lines
1.2 KiB
JSON
Executable File
48 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "@angular/animations",
|
|
"version": "12.2.17",
|
|
"description": "Angular - animations integration with web-animations",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.14.1 || >=14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "12.2.17"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/animations"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": [
|
|
"@angular/core",
|
|
"@angular/bazel",
|
|
"@angular/common",
|
|
"@angular/compiler",
|
|
"@angular/compiler-cli",
|
|
"@angular/animations",
|
|
"@angular/elements",
|
|
"@angular/platform-browser",
|
|
"@angular/platform-browser-dynamic",
|
|
"@angular/forms",
|
|
"@angular/platform-server",
|
|
"@angular/upgrade",
|
|
"@angular/router",
|
|
"@angular/language-service",
|
|
"@angular/localize",
|
|
"@angular/service-worker"
|
|
]
|
|
},
|
|
"sideEffects": false,
|
|
"main": "./bundles/animations.umd.js",
|
|
"fesm2015": "./fesm2015/animations.js",
|
|
"esm2015": "./esm2015/animations.js",
|
|
"typings": "./animations.d.ts",
|
|
"module": "./fesm2015/animations.js",
|
|
"es2015": "./fesm2015/animations.js"
|
|
} |