Advertisement
Guest User

package.json

a guest
Nov 30th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "name": "portfolio",
  3. "version": "0.0.0",
  4. "description": "This is my personal portfolio to share all my work with the world.",
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "keywords": [
  12. "portfolio",
  13. "website",
  14. "personal",
  15. "works"
  16. ],
  17. "license": "MIT",
  18. "dependencies": {
  19. "firebase": "^9.14.0",
  20. "firebase-admin": "^11.3.0",
  21. "framer-motion": "^7.6.12",
  22. "next": "^13.0.5",
  23. "react": "^18.2.0",
  24. "react-dom": "^18.2.0",
  25. "react-icons": "^4.6.0"
  26. },
  27. "devDependencies": {
  28. "sass": "^1.56.1"
  29. }
  30. }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement