mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-16 12:14:41 +00:00
Initial commit from Create Next App
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "with-firebase-authentication",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"firebase": "^7.15.5",
|
||||
"firebase-admin": "^8.12.1",
|
||||
"js-cookie": "2.2.1",
|
||||
"next": "latest",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-firebaseui": "4.1.0",
|
||||
"swr": "0.2.3"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user