Stripe Integration

This commit is contained in:
2024-08-20 23:27:07 +02:00
parent 056db7b199
commit 48bff89526
28 changed files with 728 additions and 21 deletions

View File

@@ -31,6 +31,7 @@
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@ng-select/ng-select": "^13.4.1",
"@ngneat/until-destroy": "^10.0.0",
"@stripe/stripe-js": "^4.3.0",
"@types/cropperjs": "^1.3.0",
"@types/uuid": "^10.0.0",
"browser-bunyan": "^1.8.0",
@@ -45,6 +46,7 @@
"ngx-image-cropper": "^8.0.0",
"ngx-mask": "^18.0.0",
"ngx-quill": "^26.0.5",
"ngx-stripe": "^18.1.0",
"on-change": "^5.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
@@ -71,4 +73,4 @@
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5"
}
}
}