UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@angular/animations",
3 "version": "12.2.4",
4 "description": "Angular - animations integration with web-animations",
5 "author": "angular",
6 "license": "MIT",
7 "engines": {
8 "node": "^12.14.1 || >=14.0.0"
9 },
10 "dependencies": {
11 "tslib": "^2.2.0"
12 },
13 "peerDependencies": {
14 "@angular/core": "12.2.4"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/angular/angular.git",
19 "directory": "packages/animations"
20 },
21 "ng-update": {
22 "packageGroup": [
23 "@angular/core",
24 "@angular/bazel",
25 "@angular/common",
26 "@angular/compiler",
27 "@angular/compiler-cli",
28 "@angular/animations",
29 "@angular/elements",
30 "@angular/platform-browser",
31 "@angular/platform-browser-dynamic",
32 "@angular/forms",
33 "@angular/platform-server",
34 "@angular/upgrade",
35 "@angular/router",
36 "@angular/language-service",
37 "@angular/localize",
38 "@angular/service-worker"
39 ]
40 },
41 "sideEffects": false,
42 "main": "./bundles/animations.umd.js",
43 "fesm2015": "./fesm2015/animations.js",
44 "esm2015": "./esm2015/animations.js",
45 "typings": "./animations.d.ts",
46 "module": "./fesm2015/animations.js",
47 "es2015": "./fesm2015/animations.js"
48}
\No newline at end of file