You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

88 lines
2.5 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. "@emotion/react": "^11.4.1",
  38. "@emotion/styled": "^11.3.0",
  39. "@material-ui/core": "^4.11.3",
  40. "@material-ui/data-grid": "^4.0.0-alpha.23",
  41. "@material-ui/icons": "4.9.1",
  42. "@material-ui/lab": "^4.0.0-alpha.57",
  43. "@zeit/next-css": "^1.0.1",
  44. "@zeit/next-less": "^1.0.1",
  45. "@zeit/next-sass": "1.0.1",
  46. "classnames": "2.2.6",
  47. "cookies": "^0.8.0",
  48. "cross-fetch": "^3.0.6",
  49. "graphql": "^15.3.0",
  50. "jquery.scrollto": "^2.1.3",
  51. "less": "^4.1.1",
  52. "materialize-css": "^1.0.0",
  53. "mdbreact": "^5.0.1",
  54. "midtrans-client": "^1.2.3",
  55. "midtrans-payment": "^1.2.7",
  56. "moment": "2.25.3",
  57. "next": "9.3.6",
  58. "next-compose-plugins": "2.2.0",
  59. "next-images": "1.3.1",
  60. "nextjs-redirect": "2.0.2",
  61. "node-sass": "4.14.1",
  62. "nodemailer": "^6.6.1",
  63. "nouislider": "14.4.0",
  64. "path": "0.12.7",
  65. "prop-types": "15.7.2",
  66. "rajaongkir-nodejs": "^0.2.0",
  67. "react": "16.13.1",
  68. "react-datetime": "2.16.3",
  69. "react-dom": "16.13.1",
  70. "react-html-parser": "^2.0.2",
  71. "react-input-number": "^5.0.19",
  72. "react-number-format": "^4.5.5",
  73. "react-paginate": "^7.1.0",
  74. "react-query": "^3.12.1",
  75. "react-scroll": "^1.8.3",
  76. "react-select": "^4.2.1",
  77. "react-slick": "0.25.2",
  78. "react-swipeable-views": "0.13.9",
  79. "rsuite": "^4.10.2",
  80. "scss": "^0.2.4",
  81. "sheetjs": "^2.0.0",
  82. "styled-components": "5.1.0",
  83. "sweetalert": "^2.1.2",
  84. "webpack": "4.43.0",
  85. "xlsx": "^0.17.0"
  86. }
  87. }