@banksapitechnology/regprotect-web-component
Version:
BANKSapi Web Component for REG/Protect. This package is part of the BANKSapi WEB/Connect Banking Widgets to integrate banking features directly into your app.
121 lines (120 loc) • 4.57 kB
JSON
{
"name": "@banksapitechnology/regprotect-web-component",
"version": "1.5.2",
"author": "BANKSapi Technology GmbH",
"description": "BANKSapi Web Component for REG/Protect. This package is part of the BANKSapi WEB/Connect Banking Widgets to integrate banking features directly into your app.",
"homepage": "https://banksapi.de",
"bugs": {
"email": "support@banksapi.de",
"url": "https://banksapi.de/en/contact/"
},
"license": "UNLICENSED",
"keywords": ["open banking", "personal finance management", "banking widgets", "web component", "banksapi", "WEB/Connect", "PSD2", "XS2A", "payments", "REG/Protect"],
"main": "dist/ba-regprotect.js",
"files": [
"dist/ba-regprotect.js"
],
"publishConfig": {
"directory": "dist"
},
"scripts": {
"ng": "ng",
"--- web-app ---": "---- ----",
"run:dev": "gulp fixIndexHtml && ng serve redirectapp --configuration=local -o",
"run:dev:local-backend": "gulp fixIndexHtml && ng serve redirectapp --configuration=local-backend -o",
"build:develop": "gulp fixIndexHtml && ng build redirectapp --configuration=develop --output-path=./dist && gulp",
"--- wc-app ---": "---- ----",
"watch:webcomponent": "gulp fixIndexHtml --prod --wc --tier=local && ng build webcomponent --watch --configuration develop",
"--- ci ---": "---- gitlab ----",
"ci:build": "npm run build:all",
"ci:build:webapp": "gulp fixIndexHtml --prod && ng build redirectapp --configuration=production --output-path=./dist && gulp",
"build:license-report": "license-report --config=.license-report-config > ./dist/dependencies.html",
"build:all": "cross-env ./build-web-and-wc.sh",
"build:all:develop": "cross-env CI_BRANCH=develop ./build-web-and-wc.sh",
"build:all:staging": "cross-env CI_BRANCH=staging ./build-web-and-wc.sh",
"build:all:prod": "cross-env CI_BRANCH=master ./build-web-and-wc.sh",
"--- diverse ---": "---- ----",
"lint:ts": "ng lint",
"dist:watch": "cd dist && light-server -s . -p 4200 --servePrefix \"/customer/v2/webform/\" -o"
},
"dependencies": {
"@angular/animations": "14.1.1",
"@angular/common": "14.1.1",
"@angular/compiler": "14.1.1",
"@angular/core": "14.1.1",
"@angular/forms": "14.1.1",
"@angular/platform-browser": "14.1.1",
"@angular/platform-browser-dynamic": "14.1.1",
"@angular/router": "14.1.1",
"@banksapi/common-styles": "1.0.1",
"@banksapi/ngx-chiptan": "14.0.0",
"@ng-idle/core": "11.1.0",
"@ng-idle/keepalive": "11.0.3",
"angular-iban": "14.0.0",
"bootstrap": "4.6.2",
"iban": "0.0.14",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"moment": "2.29.4",
"ngx-bootstrap": "9.0.0",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"url-parse": "1.5.10",
"uuid": "8.3.2",
"zone.js": "0.11.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.1.1",
"@angular-eslint/builder": "14.0.2",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "14.1.1",
"@angular/compiler-cli": "14.1.1",
"@angular/elements": "14.1.1",
"@types/gulp": "4.0.9",
"@types/jasmine": "4.0.3",
"@types/lodash": "4.14.182",
"@types/lodash-es": "4.17.6",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"@webcomponents/webcomponentsjs": "2.6.0",
"browserslist": "4.21.3",
"cross-env": "7.0.3",
"eslint": "8.21.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-rxjs": "5.0.2",
"eslint-plugin-rxjs-angular": "2.0.0",
"fancy-log": "2.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-html-replace": "1.6.2",
"gulp-htmlhint": "4.0.2",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
"gulp-plumber": "1.2.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-strip-comments": "2.5.2",
"gulp-svg-sprite": "1.5.0",
"htmlhint-stylish": "1.0.3",
"license-report": "6.0.0",
"light-server": "2.9.1",
"merge-stream": "2.0.0",
"sass": "1.54.3",
"typescript": "4.7.4",
"yargs": "17.5.1"
},
"engines": {
"node": ">=16"
}
}