2019-11-29 02:20:50 +00:00
|
|
|
{
|
|
|
|
"name": "public-gateway-cacher",
|
2019-12-03 06:40:09 +00:00
|
|
|
"version": "2.0.0",
|
2019-11-29 02:20:50 +00:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2019-11-29 07:26:41 +00:00
|
|
|
"start": "ng serve --ssl",
|
2019-12-03 06:02:57 +00:00
|
|
|
"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",
|
2019-11-29 02:20:50 +00:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
|
|
|
"e2e": "ng e2e",
|
2020-07-10 04:53:52 +00:00
|
|
|
"publish:ipfs": "yarn run build:ipfs && ipfs add --recursive --chunker=buzhash --cid-version=1 dist/angular",
|
|
|
|
"postinstall": "ngcc"
|
2019-11-29 02:20:50 +00:00
|
|
|
},
|
|
|
|
"private": false,
|
|
|
|
"dependencies": {
|
2020-07-10 02:16:46 +00:00
|
|
|
"@angular/animations": "~10.0.3",
|
2020-07-08 00:12:55 +00:00
|
|
|
"@angular/cdk": "~10.0.1",
|
2020-07-10 02:16:46 +00:00
|
|
|
"@angular/common": "~10.0.3",
|
|
|
|
"@angular/compiler": "~10.0.3",
|
|
|
|
"@angular/core": "~10.0.3",
|
2020-07-08 00:12:55 +00:00
|
|
|
"@angular/flex-layout": "^10.0.0-beta.32",
|
2020-07-10 02:16:46 +00:00
|
|
|
"@angular/forms": "~10.0.3",
|
2020-07-08 00:12:55 +00:00
|
|
|
"@angular/material": "^10.0.1",
|
2020-07-10 02:16:46 +00:00
|
|
|
"@angular/platform-browser": "~10.0.3",
|
2020-07-10 02:29:51 +00:00
|
|
|
"@angular/platform-browser-dynamic": "~10.0.3",
|
2020-07-10 02:16:46 +00:00
|
|
|
"@angular/router": "~10.0.3",
|
2020-07-08 01:11:46 +00:00
|
|
|
"bootstrap": "^4.5.0",
|
|
|
|
"ipfs-css": "^1.2.0",
|
2020-07-10 04:53:52 +00:00
|
|
|
"rxjs": "~6.5.5",
|
2020-07-08 00:12:55 +00:00
|
|
|
"tslib": "^2.0.0",
|
|
|
|
"zone.js": "~0.10.3"
|
2019-11-29 02:20:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-10 04:53:52 +00:00
|
|
|
"@angular-devkit/build-angular": "~0.1000.2",
|
|
|
|
"@angular/cli": "~10.0.2",
|
2020-07-10 02:16:46 +00:00
|
|
|
"@angular/compiler-cli": "~10.0.3",
|
|
|
|
"@angular/language-service": "~10.0.3",
|
2020-07-10 04:53:52 +00:00
|
|
|
"@types/jasmine": "~3.5.0",
|
|
|
|
"@types/jasminewd2": "~2.0.3",
|
|
|
|
"@types/node": "^12.11.1",
|
2020-07-10 02:29:51 +00:00
|
|
|
"codelyzer": "^6.0.0",
|
2020-07-08 00:12:55 +00:00
|
|
|
"jasmine-core": "~3.5.0",
|
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2020-07-10 04:53:52 +00:00
|
|
|
"karma-jasmine": "~3.3.0",
|
|
|
|
"karma": "~5.0.0",
|
2020-07-08 00:12:55 +00:00
|
|
|
"protractor": "~7.0.0",
|
2020-07-10 02:29:51 +00:00
|
|
|
"rxjs-tslint-rules": "^4.33.3",
|
2020-07-10 04:53:52 +00:00
|
|
|
"ts-node": "~8.3.0",
|
2019-11-29 02:20:50 +00:00
|
|
|
"tslint-consistent-codestyle": "^1.16.0",
|
2020-07-10 02:29:51 +00:00
|
|
|
"tslint-origin-ordered-imports-rule": "^1.3.0-0",
|
2019-11-29 02:20:50 +00:00
|
|
|
"tslint-rxjs-subject-restrictions-rule": "^1.0.4",
|
2020-07-10 04:53:52 +00:00
|
|
|
"tslint": "~6.1.0",
|
|
|
|
"typescript": "~3.9.5"
|
2019-11-29 02:20:50 +00:00
|
|
|
}
|
2020-07-10 02:29:51 +00:00
|
|
|
}
|