{ "private": true, "main": "firebaseFunctions.js", "scripts": { "dev": "next src/", "build": "next build src/", "start": "next start src/", "serve": "npm run build && firebase emulators:start --only functions,hosting", "shell": "npm run build && firebase functions:shell", "deploy": "firebase deploy --only functions,hosting", "logs": "firebase functions:log" }, "dependencies": { "daisyui": "^2.6.3", "firebase": "^9.1.0", "firebase-admin": "^10.0.2", "firebase-functions": "^3.13.1", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2", "reactfire": "^4.2.1" }, "devDependencies": { "@types/node": "^17.0.21", "@types/react": "^17.0.39", "autoprefixer": "^10.4.2", "firebase-functions-test": "^0.2.3", "firebase-tools": "^9.3.0", "postcss": "^8.4.8", "tailwindcss": "^3.0.23", "typescript": "^4.6.2" } }