{ "name": "usage-counts", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0 --disable-host-check --port=4800", "build": "ng build", "build-dev": "ng build --configuration=development", "build-beta": "ng build --configuration=beta", "build-prod": "ng build --configuration production", "webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/graph/browser/stats.json --host 0.0.0.0", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "after-build-clean": "rm -rf dist/usage-counts/assets/common-assets/.svn/" }, "private": true, "dependencies": { "@angular/animations": "~14.3.0", "@angular/cdk": "^14.2.7", "@angular/common": "~14.3.0", "@angular/compiler": "~14.3.0", "@angular/core": "~14.3.0", "@angular/forms": "~14.3.0", "@angular/localize": "^14.3.0", "@angular/material": "^14.2.7", "@angular/platform-browser": "~14.3.0", "@angular/platform-browser-dynamic": "~14.3.0", "@angular/router": "~14.3.0", "clipboard": "^1.5.16", "core-js": "^2.5.4", "express": "^4.15.2", "jquery": "^3.4.1", "ng-recaptcha": "^10.0.0", "rxjs": "^6.5.1", "ts-md5": "^1.2.0", "tslib": "^2.0.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~14.2.12", "@angular/cli": "~14.2.12", "@angular/compiler-cli": "~14.3.0", "@angular/language-service": "~14.3.0", "@types/express": "^4.17.0", "@types/express-serve-static-core": "4.17.28", "@types/node": "^12.11.1", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "codelyzer": "^6.0.0", "jasmine-core": "~3.8.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.3.3", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.6.0", "protractor": "~7.0.0", "ts-node": "~7.0.0", "typescript": "~4.6.4" } }