- building the base modal trigger architecture

This commit is contained in:
Amruth Pillai
2020-07-03 15:48:55 +05:30
parent 70ef926b70
commit 336fd22150
9 changed files with 341 additions and 9 deletions

View File

@ -14,6 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"classnames": "^2.2.6",
"firebase": "^7.15.5",
"gatsby": "^2.23.12",
@ -30,6 +31,7 @@
"react-dom": "^16.12.0",
"react-firebase-hooks": "^2.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-loader-spinner": "^3.1.14"
},
"devDependencies": {