Guest User

Untitled

a guest
Sep 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "name": "firebase-board",
  3. "description": "Bulletin board system for google firebase",
  4. "dependencies": {
  5. "axios": "^0.18.0",
  6. "express": "^4.14.1",
  7. "firebase-admin": "~6.0.0",
  8. "firebase-functions": "^2.0.5",
  9. "next": "^6.1.2",
  10. "react": "^16.5.0",
  11. "react-dom": "^16.5.0"
  12. },
  13. "devDependencies": {
  14. "mocha": "^5.2.0",
  15. "nodemon": "^1.18.4"
  16. },
  17. "scripts": {
  18. "test": "mocha",
  19. "dev": "next",
  20. "build-next": "next build",
  21. "build": "npm run build-next",
  22. "serve": "npm run build && NODE_ENV=production firebase serve --only hosting,functions",
  23. "start": "nodemon index.local.js --watch \"./src\"",
  24. "deploy": "firebase deploy --only hosting,functions",
  25. "logs": "firebase functions:log"
  26. },
  27. "engines": {
  28. "node": "8"
  29. },
  30. "private": true
  31. }
Add Comment
Please, Sign In to add comment