{ "name": "identity", "version": "1.0.0", "scripts": { "ng": "ng", "start": "NODE_OPTIONS='-r ./extend-acorn.js' ng serve --port 4201", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "build_prod": "./node_modules/.bin/ng build --prod --base-href / --deploy-url /", "ngcc": "./node_modules/.bin/ngcc --properties es2015" }, "private": true, "dependencies": { "@angular/animations": "~11.1.1", "@angular/common": "~11.1.1", "@angular/compiler": "~11.1.1", "@angular/core": "~11.1.1", "@angular/forms": "~11.1.1", "@angular/material": "^11.1.1", "@angular/platform-browser": "~11.1.1", "@angular/platform-browser-dynamic": "~11.1.1", "@angular/router": "~11.1.1", "@types/sha256": "^0.2.0", "acorn-class-fields": "^1.0.0", "base58check": "^2.0.0", "base64-js": "^1.5.1", "bip32": "^2.0.6", "bip39": "^3.0.3", "bitcoinjs-lib": "github:lbryio/bitcoinjs-lib#a1c5104f4a892a775b2d97b9fc88a1ba5b17403e", "crypto-browserify": "^3.12.0", "ecpair": "^1.0.1", "elliptic": "^6.5.4", "hdkey": "github:deso-protocol/hdkey", "intl-tel-input": "^17.0.3", "jsonwebtoken": "^8.5.1", "key-encoder": "^2.0.3", "ngx-bootstrap": "^6.2.0", "ngx-cookie": "^5.0.2", "ngx-intl-tel-input": "^3.1.1", "readable-stream": "^3.6.0", "reflect-metadata": "^0.1.13", "rxjs": "~6.6.0", "sha256": "^0.2.0", "sha3": "^2.1.4", "tslib": "^2.0.0", "uuid": "^3.4.0", "zone.js": "~0.11.3" }, "devDependencies": { "@angular-builders/custom-webpack": "^11.1.1", "@angular-devkit/build-angular": "~0.1101.2", "@angular/cli": "~11.1.2", "@angular/compiler-cli": "~11.1.1", "@types/bip39": "^3.0.0", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/hdkey": "^0.7.1", "@types/jasmine": "~3.6.0", "@types/jsonwebtoken": "^8.5.1", "@types/node": "^12.11.1", "@types/reflect-metadata": "^0.1.0", "@types/uuid": "^8.3.0", "audit-ci": "^4.0.0", "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "^6.3.2", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "~4.1.2" } }