Implemented payments with stripe.

This commit is contained in:
2020-07-21 12:56:16 +02:00
parent 5757d4ba90
commit f57b3295bb
6 changed files with 209 additions and 1 deletions

View File

@@ -13,12 +13,14 @@
"license": "MIT",
"dependencies": {
"@babel/polyfill": "~7.2",
"@stripe/stripe-js": "^1.8.0",
"clean-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"moment": "^2.24.0",
"mongoose": "^5.9.24",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.0",
"stripe": "^8.76.0",
"vue": "~2.6",
"vue-router": "~3.0",
"vuex": "^3.1.1"