deployed to firebase

This commit is contained in:
andres alcocer
2021-10-09 15:56:18 -04:00
parent cf920be00f
commit 434c45f891
4 changed files with 2078 additions and 120 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development --config webpack.config.js --open",
"build": "webpack -p",
"build": "webpack --mode production",
"lint": "eslint --fix . && echo 'Lint complete.'"
},
"engines": {
@@ -17,6 +17,7 @@
"license": "ISC",
"dependencies": {
"axios": "^0.22.0",
"firebase": "^9.1.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",