{ "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", "explore": "source-map-explorer build/generated/resources/**/*.js" }, "private": true, "dependencies": { "@angular/animations": "^18.2.6", "@angular/cdk": "^18.2.6", "@angular/common": "^18.2.6", "@angular/compiler": "^18.2.6", "@angular/core": "^18.2.6", "@angular/forms": "^18.2.6", "@angular/material": "^18.2.6", "@angular/platform-browser": "^18.2.6", "@angular/platform-browser-dynamic": "^18.2.6", "@angular/router": "^18.2.6", "luxon": "^3.4.3", "marked": "^12", "ngx-markdown": "18.0.0", "rxjs": "~7.5.0", "rxjs-compat": "^6.6.7", "tslib": "^2.3.0", "zone.js": "^0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "^18.2.6", "@angular/cli": "^18.2.6", "@angular/compiler-cli": "^18.2.6", "@types/jasmine": "~4.3.0", "@types/luxon": "^3.3.2", "@types/marked": "^4.0.8", "@types/node": "^12.11.1", "jasmine-core": "~4.6.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "source-map-explorer": "^2.5.3", "typescript": "^5.4.5" } }