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.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "diligent-next",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env NODE_OPTIONS='--inspect' next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint",
  10. "prettier": "prettier --write .",
  11. "prepare": "husky install",
  12. "storybook": "start-storybook -p 6006",
  13. "build-storybook": "build-storybook"
  14. },
  15. "dependencies": {
  16. "@emotion/react": "^11.10.0",
  17. "@emotion/styled": "^11.10.0",
  18. "@mui/codemod": "^5.8.7",
  19. "@mui/icons-material": "^5.8.4",
  20. "@mui/material": "^5.9.2",
  21. "@react-google-maps/api": "^2.12.2",
  22. "@stripe/stripe-js": "^1.35.0",
  23. "@tanstack/react-query": "^4.0.10",
  24. "bcryptjs": "^2.4.3",
  25. "date-fns": "^2.29.1",
  26. "formik": "^2.2.9",
  27. "mongodb": "^4.8.1",
  28. "mongoose": "^6.5.2",
  29. "next": "12.2.3",
  30. "next-auth": "^4.10.2",
  31. "next-i18next": "^11.3.0",
  32. "nookies": "^2.5.2",
  33. "prop-types": "^15.8.1",
  34. "react": "18.2.0",
  35. "react-dom": "18.2.0",
  36. "sass": "^1.54.0",
  37. "stripe": "^10.8.0",
  38. "swr": "^1.3.0",
  39. "validator": "^13.7.0",
  40. "yup": "^0.32.11"
  41. },
  42. "devDependencies": {
  43. "@babel/core": "^7.18.9",
  44. "@babel/preset-env": "^7.18.9",
  45. "@babel/preset-react": "^7.18.6",
  46. "@commitlint/cli": "^17.0.3",
  47. "@commitlint/config-conventional": "^17.0.3",
  48. "@storybook/addon-actions": "^6.5.9",
  49. "@storybook/addon-essentials": "^6.5.9",
  50. "@storybook/addon-interactions": "^6.5.9",
  51. "@storybook/addon-links": "^6.5.9",
  52. "@storybook/builder-webpack5": "^6.5.9",
  53. "@storybook/manager-webpack5": "^6.5.9",
  54. "@storybook/react": "^6.5.9",
  55. "@storybook/testing-library": "^0.0.13",
  56. "@tanstack/react-query-devtools": "^4.0.10",
  57. "babel-loader": "^8.2.5",
  58. "babel-plugin-import": "^1.13.5",
  59. "cross-env": "^7.0.3",
  60. "eslint": "8.21.0",
  61. "eslint-config-next": "12.2.3",
  62. "eslint-plugin-storybook": "^0.6.1",
  63. "husky": "^8.0.1",
  64. "prettier": "^2.7.1"
  65. },
  66. "resolutions": {
  67. "webpack": "^5"
  68. }
  69. }