{ "name": "pdb-js", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "releasebuild": "ng build --configuration production" }, "private": true, "dependencies": { "@angular/animations": "^16.2.7", "@angular/cdk": "^16.2.6", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.7", "@angular/core": "^16.2.7", "@angular/forms": "^16.2.7", "@angular/material": "^16.2.6", "@angular/platform-browser": "^16.2.7", "@angular/platform-browser-dynamic": "^16.2.7", "@angular/router": "^16.2.7", "marked": "^4.2.12", "moment": "^2.29.1", "ngx-markdown": "^16.0.0", "rxjs": "~7.5.0", "rxjs-compat": "^6.6.7", "tslib": "^2.3.0", "zone.js": "~0.13.3" }, "devDependencies": { "@angular-devkit/build-angular": "^16.2.4", "@angular/cli": "^16.2.4", "@angular/compiler-cli": "^16.2.7", "@types/jasmine": "~3.10.0", "@types/marked": "^4.0.8", "@types/node": "^12.11.1", "jasmine-core": "~3.10.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.1.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "~1.7.0", "typescript": "4.9" } }