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.

115 lines
3.2 KiB

3 years ago
3 years ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
10 months ago
3 years ago
  1. {
  2. "name": "-react-admin-dashboard",
  3. "version": "6.4.0",
  4. "private": true,
  5. "dependencies": {
  6. "@casl/ability": "6.7.0",
  7. "@casl/react": "3.1.0",
  8. "@fullcalendar/core": "6.1.11",
  9. "@fullcalendar/daygrid": "6.1.11",
  10. "@fullcalendar/interaction": "6.1.11",
  11. "@fullcalendar/list": "6.1.11",
  12. "@fullcalendar/react": "6.1.11",
  13. "@fullcalendar/timegrid": "6.1.11",
  14. "@fullcalendar/timeline": "6.1.11",
  15. "@hookform/resolvers": "3.3.4",
  16. "@uppy/react": "3.2.2",
  17. "animate.css": "4.1.1",
  18. "apexcharts": "3.47.0",
  19. "axios": "1.6.8",
  20. "axios-mock-adapter": "1.22.0",
  21. "babel-plugin-react-intl": "5.1.18",
  22. "bootstrap": "5.3.3",
  23. "bs-stepper": "1.7.0",
  24. "chart.js": "4.4.2",
  25. "chroma-js": "2.4.2",
  26. "classnames": "2.5.1",
  27. "cleave.js": "1.6.0",
  28. "draft-js": "0.11.7",
  29. "draftjs-to-html": "0.9.1",
  30. "file-saver": "2.0.5",
  31. "flatpickr": "4.6.13",
  32. "history": "5.3.0",
  33. "html-to-draftjs": "1.5.0",
  34. "intl-messageformat": "10.5.11",
  35. "jquery": "3.7.1",
  36. "jsonwebtoken": "9.0.2",
  37. "leaflet": "1.9.4",
  38. "moment": "2.30.1",
  39. "nouislider": "15.7.1",
  40. "nouislider-react": "3.4.2",
  41. "postcss-rtl": "2.0.0",
  42. "prismjs": "1.29.0",
  43. "prop-types": "15.8.1",
  44. "react": "18.2.0",
  45. "react-apexcharts": "1.4.1",
  46. "react-chartjs-2": "5.2.0",
  47. "react-contexify": "6.0.0",
  48. "react-copy-to-clipboard": "5.1.0",
  49. "react-country-flag": "3.1.0",
  50. "react-data-table-component": "7.6.2",
  51. "react-dom": "18.2.0",
  52. "react-draft-wysiwyg": "1.15.0",
  53. "react-feather": "~2.0.10",
  54. "react-flatpickr": "3.10.13",
  55. "react-hook-form": "7.51.1",
  56. "react-intl": "6.6.2",
  57. "react-leaflet": "4.2.1",
  58. "react-paginate": "8.2.0",
  59. "react-perfect-scrollbar": "1.5.8",
  60. "react-player": "2.15.1",
  61. "react-rating": "2.0.5",
  62. "react-redux": "9.1.0",
  63. "react-router-dom": "6.22.3",
  64. "react-scripts": "5.0.1",
  65. "react-scroll-up": "1.4.0",
  66. "react-select": "5.8.0",
  67. "react-shepherd": "4.3.0",
  68. "react-sortablejs": "6.1.4",
  69. "react-toastify": "10.0.5",
  70. "react-treeview": "^0.4.7",
  71. "reactstrap": "9.2.2",
  72. "recharts": "2.12.3",
  73. "redux": "5.0.1",
  74. "redux-debounced": "0.5.0",
  75. "redux-thunk": "3.1.0",
  76. "sass": "1.72.0",
  77. "screenfull": "6.0.2",
  78. "sortablejs": "1.15.2",
  79. "styled-components": "6.1.8",
  80. "sweetalert2": "11.10.6",
  81. "sweetalert2-react-content": "5.0.7",
  82. "swiper": "11.0.7",
  83. "uppy": "3.23.0",
  84. "webpack": "5.90.3",
  85. "wnumb": "1.2.0",
  86. "xlsx": "0.18.5",
  87. "yarn": "1.22.22",
  88. "yup": "1.4.0"
  89. },
  90. "scripts": {
  91. "start": "react-app-rewired start",
  92. "build": "react-app-rewired build",
  93. "test": "react-app-rewired test",
  94. "eject": "react-app-rewired eject",
  95. "lint": "eslint src/**/*.js src/**/*.jsx",
  96. "lint:fix": "eslint src/**/*.js --fix"
  97. },
  98. "eslintConfig": {
  99. "extends": "react-app"
  100. },
  101. "devDependencies": {
  102. "@types/sortablejs": "^1.15.8",
  103. "eslint": "^8.57.0",
  104. "eslint-plugin-import": "^2.29.1",
  105. "eslint-plugin-react": "^7.34.1",
  106. "node-sass": "^9.0.0",
  107. "sass-loader": "^14.1.1"
  108. },
  109. "browserslist": [
  110. ">0.2%",
  111. "not dead",
  112. "not op_mini all"
  113. ],
  114. "homepage": ""
  115. }