25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

66 satır
1.8 KiB

  1. {
  2. "name": "next-material-kit",
  3. "version": "1.1.0",
  4. "description": "NextJS Version of Material Kit React by Creative Tim (https://creative-tim.com)",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "next dev",
  9. "build": "next build",
  10. "start": "next start",
  11. "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .next/ && npm install && npm run dev"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/creativetimofficial/nextjs-material-kit.git"
  16. },
  17. "keywords": [
  18. "next",
  19. "nextjs",
  20. "react",
  21. "reactjs",
  22. "npx",
  23. "material",
  24. "material-design",
  25. "material-kit",
  26. "material-kit-react",
  27. "next-material-kit"
  28. ],
  29. "author": "Creative Tim",
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/creativetimofficial/nextjs-material-kit/issues"
  33. },
  34. "homepage": "https://demos.creative-tim.com/nextjs-material-kit",
  35. "dependencies": {
  36. "@apollo/client": "^3.3.11",
  37. "@material-ui/core": "4.9.13",
  38. "@material-ui/icons": "4.9.1",
  39. "@zeit/next-css": "^1.0.1",
  40. "@zeit/next-sass": "1.0.1",
  41. "classnames": "2.2.6",
  42. "cross-fetch": "^3.0.6",
  43. "graphql": "^15.3.0",
  44. "mdbreact": "^5.0.1",
  45. "moment": "2.25.3",
  46. "next": "9.3.6",
  47. "next-compose-plugins": "2.2.0",
  48. "next-images": "1.3.1",
  49. "nextjs-redirect": "2.0.2",
  50. "node-sass": "4.14.1",
  51. "nouislider": "14.4.0",
  52. "path": "0.12.7",
  53. "prop-types": "15.7.2",
  54. "react": "16.13.1",
  55. "react-datetime": "2.16.3",
  56. "react-dom": "16.13.1",
  57. "react-html-parser": "^2.0.2",
  58. "react-paginate": "^7.1.0",
  59. "react-slick": "0.25.2",
  60. "react-swipeable-views": "0.13.9",
  61. "rsuite": "^4.9.2",
  62. "styled-components": "5.1.0",
  63. "webpack": "4.43.0"
  64. }
  65. }