2019-11-29 02:20:50 +00:00
|
|
|
{
|
|
|
|
"name": "public-gateway-cacher",
|
2021-03-20 18:39:19 +00:00
|
|
|
"version": "2.1.1",
|
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": {
|
2022-03-10 04:13:50 +00:00
|
|
|
"@angular/animations": "~12.2.16",
|
|
|
|
"@angular/cdk": "~12.2.13",
|
|
|
|
"@angular/common": "~12.2.16",
|
|
|
|
"@angular/compiler": "~12.2.16",
|
|
|
|
"@angular/core": "~12.2.16",
|
|
|
|
"@angular/flex-layout": "^12.0.0-beta.35",
|
|
|
|
"@angular/forms": "~12.2.16",
|
|
|
|
"@angular/material": "^12.2.13",
|
|
|
|
"@angular/platform-browser": "~12.2.16",
|
|
|
|
"@angular/platform-browser-dynamic": "~12.2.16",
|
|
|
|
"@angular/router": "~12.2.16",
|
2020-07-08 01:11:46 +00:00
|
|
|
"bootstrap": "^4.5.0",
|
|
|
|
"ipfs-css": "^1.2.0",
|
2020-07-10 05:00:13 +00:00
|
|
|
"rxjs": "~6.6.0",
|
2020-07-08 00:12:55 +00:00
|
|
|
"tslib": "^2.0.0",
|
2022-03-10 04:13:50 +00:00
|
|
|
"zone.js": "~0.11.4"
|
2019-11-29 02:20:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-10 04:13:50 +00:00
|
|
|
"@angular-devkit/build-angular": "~12.2.16",
|
|
|
|
"@angular/cli": "~12.2.16",
|
|
|
|
"@angular/compiler-cli": "~12.2.16",
|
|
|
|
"@angular/language-service": "~12.2.16",
|
2021-03-19 22:52:53 +00:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2020-07-10 04:53:52 +00:00
|
|
|
"@types/jasminewd2": "~2.0.3",
|
|
|
|
"@types/node": "^12.11.1",
|
2020-07-10 02:29:51 +00:00
|
|
|
"codelyzer": "^6.0.0",
|
2021-03-19 22:52:53 +00:00
|
|
|
"jasmine-core": "~3.6.0",
|
2020-07-08 00:12:55 +00:00
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2022-03-10 04:13:50 +00:00
|
|
|
"karma": "~6.3.17",
|
2020-07-08 00:12:55 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2021-03-19 22:52:53 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2020-07-10 05:24:52 +00:00
|
|
|
"karma-jasmine-html-reporter": "^1.5.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 05:48:31 +00:00
|
|
|
"ts-node": "~8.10.2",
|
2020-07-10 05:24:52 +00:00
|
|
|
"tslint": "~6.1.2",
|
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",
|
2022-03-10 04:13:50 +00:00
|
|
|
"typescript": "~4.3.5"
|
2019-11-29 02:20:50 +00:00
|
|
|
}
|
2022-03-10 04:13:50 +00:00
|
|
|
}
|