{ "name": "tftpaths", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "npx jest", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "^18.2.13", "@angular/common": "^18.2.13", "@angular/compiler": "^18.2.13", "@angular/core": "^18.2.13", "@angular/forms": "^18.2.13", "@angular/platform-browser": "^18.2.13", "@angular/platform-browser-dynamic": "^18.2.13", "@angular/router": "^18.2.13", "lodash": "^4.17.21", "rxjs": "~6.6.7", "tslib": "^1.14.1", "zone.js": "~0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "^18.2.20", "@angular/cli": "^18.2.20", "@angular/compiler-cli": "^18.2.13", "@angular/language-service": "^18.2.13", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "^2.0.8", "@types/jest": "^27.0.2", "@types/node": "~8.9.4", "codelyzer": "^6.0.1", "jasmine-core": "~3.4.0", "jasmine-spec-reporter": "~4.2.1", "jest": "^29.7.0", "jest-preset-angular": "^10.0.1", "protractor": "^7.0.0", "ts-node": "~7.0.0", "tslint": "~6.1.3", "typescript": "~5.4.5" } }