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.

121 lines
3.4 KiB

3 years ago
3 years ago
3 years ago
  1. {
  2. "name": "-react-admin-dashboard",
  3. "version": "6.4.0",
  4. "private": true,
  5. "dependencies": {
  6. "@casl/ability": "5.2.2",
  7. "@casl/react": "2.1.1",
  8. "@fullcalendar/core": "5.7.2",
  9. "@fullcalendar/daygrid": "5.7.2",
  10. "@fullcalendar/interaction": "5.7.2",
  11. "@fullcalendar/list": "5.7.2",
  12. "@fullcalendar/react": "5.7.0",
  13. "@fullcalendar/timegrid": "5.7.2",
  14. "@fullcalendar/timeline": "5.7.2",
  15. "@hookform/resolvers": "1.3.4",
  16. "@uppy/react": "1.10.8",
  17. "animate.css": "4.1.1",
  18. "apexcharts": "3.23.0",
  19. "availity-reactstrap-validation-safe": "2.6.1",
  20. "axios": "0.21.1",
  21. "axios-mock-adapter": "1.19.0",
  22. "babel-plugin-react-intl": "5.1.18",
  23. "bootstrap": "4.5.2",
  24. "bs-stepper": "1.7.0",
  25. "chart.js": "2.9.4",
  26. "chroma-js": "2.1.0",
  27. "classnames": "2.2.6",
  28. "cleave.js": "1.6.0",
  29. "draft-js": "0.11.7",
  30. "draftjs-to-html": "0.9.1",
  31. "file-saver": "2.0.2",
  32. "flatpickr": "4.6.3",
  33. "history": "5.0.0",
  34. "html-to-draftjs": "1.5.0",
  35. "intl-messageformat": "7.8.4",
  36. "jquery": "3.5.1",
  37. "jsonwebtoken": "8.5.1",
  38. "leaflet": "1.6.0",
  39. "moment": "2.29.1",
  40. "nouislider": "14.6.2",
  41. "nouislider-react": "3.3.8",
  42. "postcss-rtl": "1.5.0",
  43. "prismjs": "1.19.0",
  44. "prop-types": "15.7.2",
  45. "react": "17.0.1",
  46. "react-apexcharts": "1.3.6",
  47. "react-chartjs-2": "2.9.0",
  48. "react-contexify": "5.0.0",
  49. "react-copy-to-clipboard": "5.0.2",
  50. "react-country-flag": "2.0.1",
  51. "react-data-table-component": "6.11.2",
  52. "react-dom": "17.0.1",
  53. "react-draft-wysiwyg": "1.14.5",
  54. "react-feather": "~2.0.3",
  55. "react-flatpickr": "3.9.1",
  56. "react-hook-form": "6.15.1",
  57. "react-intl": "3.11.0",
  58. "react-leaflet": "3.1.0",
  59. "react-paginate": "7.0.0",
  60. "react-perfect-scrollbar": "1.5.5",
  61. "react-player": "2.6.2",
  62. "react-rating": "2.0.5",
  63. "react-redux": "7.2.2",
  64. "react-router-dom": "5.2.0",
  65. "react-scripts": "4.0.2",
  66. "react-scroll-up": "1.3.7",
  67. "react-select": "4.0.2",
  68. "react-shepherd": "3.3.0",
  69. "react-slidedown": "2.4.5",
  70. "react-sortablejs": "6.0.0",
  71. "react-toastify": "7.0.3",
  72. "react-treeview": "^0.4.7",
  73. "reactstrap": "8.6.0",
  74. "recharts": "2.0.4",
  75. "redux": "4.0.5",
  76. "redux-debounced": "0.5.0",
  77. "redux-thunk": "2.3.0",
  78. "sass": "1.26.8",
  79. "screenfull": "5.0.2",
  80. "sortablejs": "1.12.0",
  81. "styled-components": "5.1.1",
  82. "sweetalert2": "10.14.0",
  83. "sweetalert2-react-content": "3.0.1",
  84. "swiper": "6.0.4",
  85. "uppy": "1.21.2",
  86. "webpack": "4.43.0",
  87. "wnumb": "1.2.0",
  88. "xlsx": "0.16.2",
  89. "yarn": "1.21.1",
  90. "yup": "0.32.8"
  91. },
  92. "scripts": {
  93. "start": "react-app-rewired start",
  94. "build": "react-app-rewired build",
  95. "test": "react-app-rewired test",
  96. "eject": "react-app-rewired eject",
  97. "lint": "eslint src/**/*.js src/**/*.jsx",
  98. "lint:fix": "eslint src/**/*.js --fix"
  99. },
  100. "eslintConfig": {
  101. "extends": "react-app"
  102. },
  103. "devDependencies": {
  104. "@types/sortablejs": "^1.10.6",
  105. "eslint": "^7.8.0",
  106. "eslint-plugin-import": "^2.22.0",
  107. "eslint-plugin-react": "^7.20.6",
  108. "node-sass": "^4.13.1",
  109. "react-app-rewire-aliases": "^0.2.0",
  110. "react-app-rewire-postcss": "^3.0.2",
  111. "react-app-rewire-sass-rule": "^2.1.1",
  112. "react-app-rewired": "^2.1.6",
  113. "sass-loader": "^8.0.2"
  114. },
  115. "browserslist": [
  116. ">0.2%",
  117. "not dead",
  118. "not op_mini all"
  119. ],
  120. "homepage": ""
  121. }