Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

42 řádky
1.0 KiB

  1. {
  2. "name": "@landing/013-next",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "serve": "next start",
  9. "export": "next export",
  10. "postbuild": "next-sitemap"
  11. },
  12. "dependencies": {
  13. "@material-ui/core": "^4.11.3",
  14. "cross-env": "^7.0.3",
  15. "material-ui-icons": "^1.0.0-beta.36",
  16. "mdbreact": "^5.0.1",
  17. "next": "^10.0.5",
  18. "next-compose-plugins": "^2.2.1",
  19. "next-optimized-images": "^2.6.2",
  20. "polished": "^4.0.5",
  21. "rc-drawer": "^4.2.1",
  22. "rc-tabs": "^11.7.3",
  23. "react": "^17.0.1",
  24. "react-dom": "^17.0.1",
  25. "react-ga": "^3.3.0",
  26. "react-icons": "^4.1.0",
  27. "react-masonry-component": "^6.2.1",
  28. "react-scroll": "^1.8.1",
  29. "react-stickynode": "^3.0.4",
  30. "sass": "^1.32.8",
  31. "swiper": "^6.4.5",
  32. "theme-ui": "^0.3.5",
  33. "webpack": "^5.30.0"
  34. },
  35. "devDependencies": {
  36. "imagemin-mozjpeg": "^9.0.0",
  37. "imagemin-optipng": "^8.0.0",
  38. "imagemin-svgo": "^8.0.0",
  39. "next-sitemap": "^1.4.5"
  40. }
  41. }