|
| 1 | +{ |
| 2 | + "scripts": { |
| 3 | + "ng": "ng", |
| 4 | + "update": "ng update", |
| 5 | + "start": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o", |
| 6 | + "build": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng build --configuration production", |
| 7 | + "lint": "ng lint" |
| 8 | + }, |
| 9 | + "dependencies": { |
| 10 | + "@angular/animations": "16.0.1", |
| 11 | + "@angular/common": "16.0.1", |
| 12 | + "@angular/compiler": "16.0.1", |
| 13 | + "@angular/core": "16.0.1", |
| 14 | + "@angular/forms": "16.0.1", |
| 15 | + "@angular/platform-browser": "16.0.1", |
| 16 | + "@angular/platform-browser-dynamic": "16.0.1", |
| 17 | + "@types/hammerjs": "2.0.39", |
| 18 | + "classlist.js": "1.1.20150312", |
| 19 | + "core-js": "3.21.0", |
| 20 | + "hammerjs": "2.0.8", |
| 21 | + "igniteui-angular-core": "16.1.0", |
| 22 | + "igniteui-angular-charts": "16.1.0", |
| 23 | + "igniteui-angular-layouts": "16.1.0", |
| 24 | + "igniteui-angular-inputs": "16.1.0", |
| 25 | + "igniteui-webcomponents": "4.3.0-beta.0", |
| 26 | + "intl": "1.2.5", |
| 27 | + "jszip": "3.7.1", |
| 28 | + "rxjs": "6.6.7", |
| 29 | + "tslib": "2.3.1", |
| 30 | + "web-animations-js": "2.3.2", |
| 31 | + "zone.js": "0.13.0" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@angular-devkit/build-angular": "16.0.1", |
| 35 | + "@angular/cli": "16.0.1", |
| 36 | + "@angular/compiler-cli": "16.0.1", |
| 37 | + "@angular/language-service": "16.0.1", |
| 38 | + "@types/node": "14.14.28", |
| 39 | + "codelyzer": "6.0.2", |
| 40 | + "jasmine-core": "3.7.1", |
| 41 | + "jasmine-spec-reporter": "~4.2.1", |
| 42 | + "sass.js": "0.11.1", |
| 43 | + "ts-node": "9.1.1", |
| 44 | + "tslint": "~6.1.3", |
| 45 | + "typescript": "5.0.4" |
| 46 | + } |
| 47 | +} |
0 commit comments