Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

43 rindas
1.3 KiB

  1. {
  2. "name": "startp",
  3. "version": "3.2.0",
  4. "description": "StartP - React Next IT Startups & Digital Services Template",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "next dev",
  8. "build": "next build",
  9. "start": "next start"
  10. },
  11. "author": "EnvyTheme.com",
  12. "dependencies": {
  13. "@emotion/react": "^11.6.0",
  14. "@emotion/styled": "^11.6.0",
  15. "@mui/material": "^5.1.1",
  16. "animate.css": "^4.1.1",
  17. "axios": "^0.21.1",
  18. "dotenv": "^10.0.0",
  19. "next": "^10.0.7",
  20. "nodemailer": "^6.5.0",
  21. "nodemailer-sendgrid-transport": "^0.2.0",
  22. "react": "^17.0.1",
  23. "react-accessible-accordion": "^3.3.4",
  24. "react-dom": "^17.0.1",
  25. "react-feather": "^2.0.9",
  26. "react-hook-form": "^6.15.4",
  27. "react-icons": "^4.3.1",
  28. "react-masonry-component": "^6.2.1",
  29. "react-owl-carousel3": "^2.2.5",
  30. "react-redux": "^7.1.0",
  31. "react-slick": "^0.28.0",
  32. "react-tabs": "^3.2.0",
  33. "react-toast-notifications": "^2.4.3",
  34. "react-zoom-slider": "^0.1.0",
  35. "redux": "^3.6.0",
  36. "redux-devtools-extension": "^2.13.2",
  37. "sass": "^1.32.7",
  38. "sweetalert2": "^10.15.5",
  39. "sweetalert2-react-content": "^3.3.1"
  40. },
  41. "license": "MIT"
  42. }