Implemented Stripe Embedded Checkout Component;

Inclusion of .env files;
This commit is contained in:
Chris-1010
2025-01-22 22:39:33 +00:00
parent a36c745a4f
commit 92fdf3f3f3
19 changed files with 270 additions and 233 deletions

View File

@@ -9,8 +9,10 @@
"lint": "eslint .",
"preview": "vite preview"
},
"proxy": "http://localhost:5000",
"proxy": "http://127.0.0.1:8080",
"dependencies": {
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.3"