|
5 | 5 | "ng": "ng", |
6 | 6 | "start": "ng serve", |
7 | 7 | "build": "ng build", |
8 | | - "build:prod": "ng build --project angular-stl-model-viewer --prod && cp ./README.md ./dist/angular-stl-model-viewer", |
9 | | - "build:deploy": "ng build --prod --project examples --base-href angular-stl-model-viewer && gh-pages -d ./dist/examples", |
| 8 | + "build:prod": "ng build --project angular-stl-model-viewer --configuration production && cp ./README.md ./dist/angular-stl-model-viewer", |
| 9 | + "build:deploy": "ng build --configuration production --project examples --base-href angular-stl-model-viewer && gh-pages -d ./dist/examples", |
10 | 10 | "test": "ng test", |
11 | 11 | "lint": "ng lint", |
12 | 12 | "e2e": "ng e2e", |
13 | 13 | "postinstall": "ngcc" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@angular/animations": "^10.2.3 || ^11.0.2", |
17 | | - "@angular/common": "^10.2.3 || ^11.0.2", |
18 | | - "@angular/compiler": "^10.2.3 || ^11.0.2", |
19 | | - "@angular/core": "^10.2.3 || ^11.0.2", |
20 | | - "@angular/forms": "^10.2.3 || ^11.0.2", |
21 | | - "@angular/platform-browser": "^10.2.3 || ^11.0.2", |
22 | | - "@angular/platform-browser-dynamic": "^10.2.3 || ^11.0.2", |
23 | | - "@angular/router": "^10.2.3 || ^11.0.2", |
| 16 | + "@angular/animations": "^10.2.3 || ^11.0.2 || ^12.0.0", |
| 17 | + "@angular/common": "^10.2.3 || ^11.0.2 || ^12.0.0", |
| 18 | + "@angular/compiler": "^10.2.3 || ^11.0.2 || ^12.0.0", |
| 19 | + "@angular/core": "^10.2.3 || ^11.0.2 || ^12.0.0", |
| 20 | + "@angular/forms": "^10.2.3 || ^11.0.2 || ^12.0.0", |
| 21 | + "@angular/platform-browser": "^10.2.3 || ^11.0.2 || ^12.0.0", |
| 22 | + "@angular/platform-browser-dynamic": "^10.2.3 || ^11.0.2 || ^12.0.0", |
| 23 | + "@angular/router": "^10.2.3 || ^11.0.2 || ^12.0.0", |
24 | 24 | "rxjs": "~6.6.7", |
25 | 25 | "three": "^0.126.1", |
26 | 26 | "tslib": "^2.2.0", |
27 | | - "zone.js": "~0.10.3" |
| 27 | + "zone.js": "~0.10.3 || ~0.11.4" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@angular-devkit/architect": "^0.1100.2", |
31 | | - "@angular-devkit/build-angular": "^0.1100.2", |
| 30 | + "@angular-devkit/architect": "^0.1200.0", |
| 31 | + "@angular-devkit/build-angular": "^12.0.0", |
32 | 32 | "@angular-devkit/build-ng-packagr": "^0.1002.0", |
33 | | - "@angular-devkit/core": "^11.2.12", |
34 | | - "@angular-eslint/builder": "1.1.0", |
35 | | - "@angular-eslint/eslint-plugin": "1.1.0", |
36 | | - "@angular-eslint/eslint-plugin-template": "1.1.0", |
37 | | - "@angular-eslint/schematics": "^1.2.0", |
38 | | - "@angular-eslint/template-parser": "1.1.0", |
39 | | - "@angular/cli": "^11.2.12", |
40 | | - "@angular/compiler-cli": "^11.2.13", |
41 | | - "@angular/localize": "^11.2.13", |
42 | | - "@angular-devkit/schematics": "^11.2.12", |
43 | | - "@types/jasmine": "^3.7.1", |
| 33 | + "@angular-devkit/core": "^12.0.0", |
| 34 | + "@angular-eslint/builder": "^4.3.0", |
| 35 | + "@angular-eslint/eslint-plugin": "^4.3.0", |
| 36 | + "@angular-eslint/eslint-plugin-template": "^4.3.0", |
| 37 | + "@angular-eslint/schematics": "^4.3.0", |
| 38 | + "@angular-eslint/template-parser": "^4.3.0", |
| 39 | + "@angular/cli": "^12.0.0", |
| 40 | + "@angular/compiler-cli": "^12.0.0", |
| 41 | + "@angular/localize": "^12.0.0", |
| 42 | + "@angular-devkit/schematics": "^12.0.0", |
| 43 | + "@types/jasmine": "^3.7.2", |
44 | 44 | "@types/jasminewd2": "^2.0.9", |
45 | 45 | "@types/node": "*", |
46 | | - "@typescript-eslint/eslint-plugin": "^4.22.1", |
47 | | - "@typescript-eslint/parser": "4.14.2", |
| 46 | + "@typescript-eslint/eslint-plugin": "^4.23.0", |
| 47 | + "@typescript-eslint/parser": "4.23.0", |
48 | 48 | "eslint": "^7.26.0", |
49 | | - "eslint-plugin-import": "2.22.1", |
50 | | - "eslint-plugin-jsdoc": "31.6.0", |
51 | | - "eslint-plugin-prefer-arrow": "1.2.3", |
| 49 | + "eslint-plugin-import": "^2.22.1", |
| 50 | + "eslint-plugin-jsdoc": "^34.0.2", |
| 51 | + "eslint-plugin-prefer-arrow": "^1.2.3", |
52 | 52 | "gh-pages": "^3.1.0", |
53 | 53 | "jasmine-core": "^3.7.1", |
54 | 54 | "jasmine-spec-reporter": "^6.0.0", |
|
57 | 57 | "karma-coverage": "^2.0.3", |
58 | 58 | "karma-jasmine": "^4.0.1", |
59 | 59 | "karma-jasmine-html-reporter": "^1.6.0", |
60 | | - "ng-packagr": "^11.2.4", |
| 60 | + "ng-packagr": "^12.0.0", |
61 | 61 | "protractor": "^7.0.0", |
62 | | - "puppeteer": "^7.1.0", |
| 62 | + "puppeteer": "^9.1.1", |
63 | 63 | "ts-node": "^9.1.1", |
64 | | - "typescript": "~4.0.7" |
| 64 | + "typescript": "~4.2.4" |
65 | 65 | } |
66 | 66 | } |
0 commit comments