1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-firebase-hosting/functions/package.json
2018-01-30 21:46:15 +01:00

12 lines
237 B
JSON

{
"name": "functions",
"description": "Cloud Functions for Firebase",
"dependencies": {
"firebase-admin": "5.3.0",
"firebase-functions": "0.6.3",
"next": "latest",
"react": "16.0.0",
"react-dom": "16.0.0"
}
}