mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-15 03:34:48 +00:00
Added a base layout with a nav bar
This commit is contained in:
14
package.json
14
package.json
@@ -7,6 +7,8 @@
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"firebase": "^7.15.5",
|
||||
"firebase-admin": "^8.12.1",
|
||||
"js-cookie": "2.2.1",
|
||||
@@ -16,5 +18,15 @@
|
||||
"react-firebaseui": "4.1.0",
|
||||
"swr": "0.2.3"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"husky": "^4.3.0",
|
||||
"prettier": "^2.1.2",
|
||||
"pretty-quick": "^3.1.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "pretty-quick --staged"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user