|
7 | 7 | "url": "git+https://github.com/fabiandev/css-animator.git"
|
8 | 8 | },
|
9 | 9 | "scripts": {
|
10 |
| - "build": "node_modules/.bin/ngc -p tsconfig-aot.json && gulp build", |
11 |
| - "build:docs": "node_modules/.bin/ngc -p tsconfig-aot.json && gulp build:example" |
| 10 | + "build": "node_modules/.bin/ngcc --properties es2015 browser module main -p tsconfig-aot.json && gulp build", |
| 11 | + "build:docs": "node_modules/.bin/ngcc --properties es2015 browser module main -p tsconfig-aot.json && gulp build:example" |
12 | 12 | },
|
13 | 13 | "main": "index.js",
|
14 | 14 | "keywords": [
|
|
20 | 20 | "css",
|
21 | 21 | "animate.css"
|
22 | 22 | ],
|
23 |
| - "author": "Fabian Pirklbauer <hi@fabiandev.io>", |
| 23 | + "author": "Fabian Leutgeb <hi@fabiandev.io>", |
24 | 24 | "license": "MIT",
|
25 | 25 | "bugs": {
|
26 | 26 | "url": "https://github.com/fabiandev/css-animator/issues"
|
27 | 27 | },
|
28 | 28 | "homepage": "https://github.com/fabiandev/css-animator#readme",
|
29 | 29 | "dependencies": {},
|
30 | 30 | "devDependencies": {
|
31 |
| - "@angular/animations": "^8.1.0", |
32 |
| - "@angular/common": "^8.1.0", |
33 |
| - "@angular/compiler": "^8.1.0", |
34 |
| - "@angular/compiler-cli": "^8.1.0", |
35 |
| - "@angular/core": "^8.1.0", |
36 |
| - "@angular/platform-browser": "^8.1.0", |
37 |
| - "@angular/platform-browser-dynamic": "^8.1.0", |
38 |
| - "@angular/platform-server": "^8.1.0", |
| 31 | + "@angular/animations": "^11.0.2", |
| 32 | + "@angular/common": "^11.0.2", |
| 33 | + "@angular/compiler": "^11.0.2", |
| 34 | + "@angular/compiler-cli": "^11.0.2", |
| 35 | + "@angular/core": "^11.0.2", |
| 36 | + "@angular/platform-browser": "^11.0.2", |
| 37 | + "@angular/platform-browser-dynamic": "^11.0.2", |
| 38 | + "@angular/platform-server": "^11.0.2", |
39 | 39 | "@types/core-js": "^2.5.2",
|
40 | 40 | "animate.css": "^3.5.2",
|
41 | 41 | "del": "^5.0.0",
|
|
53 | 53 | "rxjs": "^6.5.2",
|
54 | 54 | "source-map-loader": "^0.2.1",
|
55 | 55 | "ts-loader": "^6.0.4",
|
56 |
| - "typescript": ">=3.4.0 <3.5.0", |
| 56 | + "typescript": "4.0.x", |
57 | 57 | "webpack": "^4.35.3",
|
58 | 58 | "webpack-angular-externals": "^1.0.2",
|
59 | 59 | "webpack-stream": "^5.2.1",
|
60 |
| - "zone.js": "^0.9.1" |
| 60 | + "zone.js": "~0.10.3" |
61 | 61 | }
|
62 | 62 | }
|
0 commit comments