feat: implement Stripe checkout integration and add related API endpoints

This commit is contained in:
Frank John Begornia
2025-11-08 01:47:14 +08:00
parent 86f9cf803a
commit 0ff41822af
12 changed files with 443 additions and 97 deletions

View File

@@ -10,11 +10,12 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/vite": "^4.1.16",
"fabric": "^6.0.2",
"firebase": "^12.5.0",
"nuxt": "^4.2.0",
"stripe": "^19.3.0",
"tailwindcss": "^4.1.16",
"vue": "^3.5.22",
"vue-router": "^4.6.3"