{ "name": "mempool-frontend", "version": "1.0.0", "description": "Bitcoin Mempool Visualizer", "scripts": { "ng": "ng", "start": "ng serve --aot --proxy-config proxy.conf.json", "build": "ng build --prod", "build-esplora": "ng build --prod --configuration=esplora", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "author": { "name": "Simon Lindh", "url": "https://github.com/mempool-space/mempool.space" }, "license": "MIT", "dependencies": { "@angular/animations": "^8.2.11", "@angular/common": "^8.2.11", "@angular/compiler": "^8.2.11", "@angular/core": "^8.2.11", "@angular/forms": "^8.2.11", "@angular/platform-browser": "^8.2.11", "@angular/platform-browser-dynamic": "^8.2.11", "@angular/router": "^8.2.11", "@ng-bootstrap/ng-bootstrap": "^5.1.1", "angularx-qrcode": "^1.7.0-beta.5", "bootstrap": "^4.3.1", "chartist": "^0.11.2", "core-js": "^3.4.1", "ng-chartist": "^2.0.0-beta.1", "rxjs": "^6.5.3", "tslib": "^1.9.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.800.0", "@angular/cli": "~8.3.12", "@angular/compiler-cli": "^8.2.11", "@angular/language-service": "^8.2.11", "@types/chartist": "^0.9.46", "@types/node": "~8.9.4", "codelyzer": "~5.1.0", "ts-node": "~7.0.0", "tslint": "~5.15.0", "typescript": "~3.4.3" } }