28 lines
594B

  1. {
  2. "name": "nerdbrawl.de",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start"
  9. },
  10. "dependencies": {
  11. "@types/react-icons": "^3.0.0",
  12. "autoprefixer": "^10.2.1",
  13. "next": "10.0.5",
  14. "next-pwa": "^5.0.2",
  15. "postcss": "^8.2.4",
  16. "react": "17.0.1",
  17. "react-dom": "17.0.1",
  18. "react-icons": "^4.1.0",
  19. "react-spotify-player": "^1.0.4",
  20. "tailwindcss": "^2.0.2"
  21. },
  22. "devDependencies": {
  23. "@types/node": "^14.14.20",
  24. "@types/react": "^17.0.0",
  25. "typescript": "^4.1.3"
  26. }
  27. }