{ "name": "public-gateway-cacher", "version": "2.1.0", "scripts": { "ng": "ng", "start": "ng serve --ssl", "build": "ng build --base-href /", "build:prod": "ng build --configuration=production --base-href /", "build:gitlab": "ng build --configuration=gitlab --base-href /public-gateway-cacher/", "build:ipfs": "ng build --configuration=ipfs", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "publish:ipfs": "yarn run build:ipfs && ipfs add --recursive --chunker=buzhash --cid-version=1 dist/angular", "postinstall": "ngcc" }, "private": false, "dependencies": { "@angular/animations": "~10.0.3", "@angular/cdk": "~10.0.1", "@angular/common": "~10.0.3", "@angular/compiler": "~10.0.3", "@angular/core": "~10.0.3", "@angular/flex-layout": "^10.0.0-beta.32", "@angular/forms": "~10.0.3", "@angular/material": "^10.0.1", "@angular/platform-browser": "~10.0.3", "@angular/platform-browser-dynamic": "~10.0.3", "@angular/router": "~10.0.3", "bootstrap": "^4.5.0", "ipfs-css": "^1.2.0", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1000.2", "@angular/cli": "~10.0.2", "@angular/compiler-cli": "~10.0.3", "@angular/language-service": "~10.0.3", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~3.3.0", "karma-jasmine-html-reporter": "^1.5.0", "protractor": "~7.0.0", "rxjs-tslint-rules": "^4.33.3", "ts-node": "~8.10.2", "tslint": "~6.1.2", "tslint-consistent-codestyle": "^1.16.0", "tslint-origin-ordered-imports-rule": "^1.3.0-0", "tslint-rxjs-subject-restrictions-rule": "^1.0.4", "typescript": "~3.9.6" } }