Guest User

Untitled

a guest
Mar 14th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. {
  2. "name": "vuexy-react-admin-dashboard",
  3. "version": "1.0.0",
  4. "private": true,
  5. "dependencies": {
  6. "@auth0/auth0-spa-js": "^1.6.3",
  7. "@firebase/app": "^0.5.2",
  8. "@firebase/database": "^0.5.19",
  9. "ag-grid-community": "^22.1.1",
  10. "ag-grid-react": "^22.1.1",
  11. "apexcharts": "^3.15.3",
  12. "auth0-js": "^9.12.2",
  13. "availity-reactstrap-validation": "^2.6.1",
  14. "axios": "^0.19.2",
  15. "axios-mock-adapter": "~1.17.0",
  16. "babel-plugin-react-intl": "^5.1.18",
  17. "bootstrap": "^4.4.1",
  18. "chart.js": "^2.9.3",
  19. "chroma-js": "~2.1.0",
  20. "classnames": "~2.2.6",
  21. "draft-js": "^0.11.4",
  22. "file-saver": "^2.0.2",
  23. "firebase": "7.8.1",
  24. "flatpickr": "^4.6.3",
  25. "formik": "^2.1.3",
  26. "history": "^4.10.1",
  27. "intl-messageformat": "^7.8.4",
  28. "jquery": "~3.4.1",
  29. "jsonwebtoken": "~8.5.1",
  30. "leaflet": "^1.6.0",
  31. "match-sorter": "~4.0.2",
  32. "moment": "~2.24.0",
  33. "namor": "^2.0.2",
  34. "postcss-rtl": "^1.5.0",
  35. "prismjs": "^1.19.0",
  36. "prop-types": "~15.7.2",
  37. "query-string": "^6.10.1",
  38. "rc-slider": "^9.1.0",
  39. "react": "^16.12.0",
  40. "react-apexcharts": "^1.3.6",
  41. "react-beautiful-dnd": "^12.2.0",
  42. "react-big-calendar": "^0.24.0",
  43. "react-bootstrap-sweetalert": "^5.1.9",
  44. "react-chartjs": "^1.2.0",
  45. "react-chartjs-2": "^2.9.0",
  46. "react-contexify": "~4.1.1",
  47. "react-copy-to-clipboard": "~5.0.2",
  48. "react-countdown-now": "~2.1.2",
  49. "react-country-flag": "^2.0.1",
  50. "react-data-table-component": "^6.2.3",
  51. "react-dom": "^16.12.0",
  52. "react-draft-wysiwyg": "^1.14.4",
  53. "react-dropzone": "^10.2.1",
  54. "react-feather": "~2.0.3",
  55. "react-flatpickr": "^3.9.1",
  56. "react-hammerjs": "^1.0.1",
  57. "react-id-swiper": "~2.4.0",
  58. "react-input-mask": "~2.0.4",
  59. "react-intl": "^3.11.0",
  60. "react-joyride": "^2.2.1",
  61. "react-leaflet": "^2.6.1",
  62. "react-numeric-input": "~2.2.3",
  63. "react-paginate": "~6.3.2",
  64. "react-perfect-scrollbar": "^1.5.5",
  65. "react-redux": "~7.1.3",
  66. "react-ripples": "^2.2.1",
  67. "react-router-dom": "~5.1.2",
  68. "react-scripts": "^3.3.0",
  69. "react-scroll-up": "~1.3.3",
  70. "react-select": "~3.0.8",
  71. "react-sidebar": "~3.0.2",
  72. "react-table": "~6.10.0",
  73. "react-toastify": "^5.5.0",
  74. "react-toggle": "~4.1.1",
  75. "react-treebeard": "~3.2.3",
  76. "reactstrap": "^8.4.1",
  77. "recharts": "~1.8.5",
  78. "redux": "^4.0.5",
  79. "redux-debounced": "~0.5.0",
  80. "redux-thunk": "~2.3.0",
  81. "styled-components": "^5.0.1",
  82. "swiper": "^5.3.0",
  83. "xlsx": "^0.15.5",
  84. "yarn": "^1.21.1",
  85. "yup": "^0.28.1"
  86. },
  87. "scripts": {
  88. "start": "react-app-rewired start",
  89. "build": "react-app-rewired build",
  90. "test": "react-app-rewired test",
  91. "eject": "react-app-rewired eject"
  92. },
  93. "eslintConfig": {
  94. "extends": "react-app"
  95. },
  96. "devDependencies": {
  97. "node-sass": "^4.13.1",
  98. "react-app-rewire-postcss": "^3.0.2",
  99. "react-app-rewired": "^2.1.5"
  100. },
  101. "browserslist": {
  102. "production": [
  103. ">0.2%",
  104. "not dead",
  105. "not op_mini all"
  106. ],
  107. "development": [
  108. "last 1 chrome version",
  109. "last 1 firefox version",
  110. "last 1 safari version"
  111. ]
  112. },
  113. "homepage": ""
  114. }
Advertisement
Add Comment
Please, Sign In to add comment