{ "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": "~11.2.6", "@angular/cdk": "~11.2.5", "@angular/common": "~11.2.6", "@angular/compiler": "~11.2.6", "@angular/core": "~11.2.6", "@angular/flex-layout": "^11.0.0-beta.33", "@angular/forms": "~11.2.6", "@angular/material": "^11.2.5", "@angular/platform-browser": "~11.2.6", "@angular/platform-browser-dynamic": "~11.2.6", "@angular/router": "~11.2.6", "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.1102.5", "@angular/cli": "~11.2.5", "@angular/compiler-cli": "~11.2.6", "@angular/language-service": "~11.2.6", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.2.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.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": "~4.1.5" } }