|
| 1 | +{ |
| 2 | + "name": "sample-project", |
| 3 | + "version": "0.0.0", |
| 4 | + "scripts": { |
| 5 | + "ng": "ng", |
| 6 | + "start": "ng serve", |
| 7 | + "build": "ng build", |
| 8 | + "watch": "ng build --watch --configuration development", |
| 9 | + "test": "ng test" |
| 10 | + }, |
| 11 | + "private": true, |
| 12 | + "dependencies": { |
| 13 | + "@angular/animations": "^15.0.0-next.4", |
| 14 | + "@angular/cdk": "^15.0.0-next.3", |
| 15 | + "@angular/common": "^15.0.0-next.4", |
| 16 | + "@angular/compiler": "^15.0.0-next.4", |
| 17 | + "@angular/core": "^15.0.0-next.4", |
| 18 | + "@angular/forms": "^15.0.0-next.4", |
| 19 | + "@angular/material": "^15.0.0-next.3", |
| 20 | + "@angular/platform-browser": "^15.0.0-next.4", |
| 21 | + "@angular/platform-browser-dynamic": "^15.0.0-next.4", |
| 22 | + "@angular/router": "^15.0.0-next.4", |
| 23 | + "rxjs": "^6.5.3", |
| 24 | + "tslib": "^2.3.0", |
| 25 | + "zone.js": "~0.11.4" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "@angular-devkit/build-angular": "^15.0.0-next.3", |
| 29 | + "@angular/cli": "^15.0.0-next.3", |
| 30 | + "@angular/compiler-cli": "^15.0.0-next.4", |
| 31 | + "@types/jasmine": "~3.9.0", |
| 32 | + "@types/node": "^12.11.1", |
| 33 | + "glob": "^7.2.0", |
| 34 | + "jasmine-core": "~3.9.0", |
| 35 | + "karma": "~6.3.0", |
| 36 | + "karma-chrome-launcher": "~3.1.0", |
| 37 | + "karma-coverage": "~2.0.3", |
| 38 | + "karma-jasmine": "~4.0.0", |
| 39 | + "karma-jasmine-html-reporter": "~1.7.0", |
| 40 | + "typescript": "~4.8.4" |
| 41 | + } |
| 42 | +} |
0 commit comments