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.
 
 

60 lines
1.6 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",
  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. "@material-ui/core": "4.9.13",
  37. "@material-ui/icons": "4.9.1",
  38. "@zeit/next-sass": "1.0.1",
  39. "classnames": "2.2.6",
  40. "mdbreact": "^5.0.1",
  41. "moment": "2.25.3",
  42. "next": "9.3.6",
  43. "next-compose-plugins": "2.2.0",
  44. "next-images": "1.3.1",
  45. "nextjs-redirect": "2.0.2",
  46. "node-sass": "4.14.1",
  47. "nouislider": "14.4.0",
  48. "path": "0.12.7",
  49. "prop-types": "15.7.2",
  50. "react": "16.13.1",
  51. "react-datetime": "2.16.3",
  52. "react-dom": "16.13.1",
  53. "react-slick": "0.25.2",
  54. "react-swipeable-views": "0.13.9",
  55. "rsuite": "^4.8.6",
  56. "styled-components": "5.1.0",
  57. "webpack": "4.43.0"
  58. }
  59. }