Add stripe, dotenv and lodash.pick dependencies

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-16 21:52:57 +04:00
parent 98ac57180b
commit 78cc9627d4
2 changed files with 48 additions and 1 deletions
+6 -1
View File
@@ -22,11 +22,15 @@
"@mui/lab": "^5.0.0-alpha.65",
"@mui/material": "^5.4.1",
"@mui/styles": "^5.3.0",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.22.0",
"axios": "^0.21.0",
"compression": "^1.7.4",
"date-fns": "^2.16.1",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"lodash.deburr": "^4.1.0",
"lodash.pick": "^4.4.0",
"lodash.union": "^4.6.0",
"lodash.uniq": "^4.5.0",
"mongodb": "^3.6.9",
@@ -37,7 +41,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-swipeable-views": "^0.13.9",
"sharp": "^0.29.3"
"sharp": "^0.29.3",
"stripe": "^8.202.0"
},
"devDependencies": {
"eslint": "^8.7.0",