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.
 
 
 

132 line
3.7 KiB

  1. {
  2. "name": "ars-react",
  3. "version": "1.1.2",
  4. "private": true,
  5. "homepage": "",
  6. "dependencies": {
  7. "@ant-design/colors": "^6.0.0",
  8. "@ant-design/icons": "^4.7.0",
  9. "@casl/ability": "^6.5.0",
  10. "@casl/react": "^3.1.0",
  11. "@emotion/cache": "^11.10.3",
  12. "@emotion/react": "^11.10.4",
  13. "@emotion/styled": "^11.10.4",
  14. "@mantine/core": "^7.0.2",
  15. "@material-ui/pickers": "^3.3.10",
  16. "@mui/icons-material": "^5.14.1",
  17. "@mui/lab": "^5.0.0-alpha.139",
  18. "@mui/material": "^5.14.11",
  19. "@mui/styles": "^5.14.15",
  20. "@mui/system": "^5.14.11",
  21. "@mui/x-data-grid": "^6.11.1",
  22. "@reduxjs/toolkit": "^1.8.5",
  23. "@testing-library/jest-dom": "^5.16.5",
  24. "@testing-library/react": "^13.4.0",
  25. "@testing-library/user-event": "^14.4.3",
  26. "@uppy/core": "^3.5.0",
  27. "@uppy/dashboard": "^3.5.2",
  28. "@uppy/drag-drop": "^3.0.3",
  29. "@uppy/file-input": "^3.0.3",
  30. "@uppy/progress-bar": "^3.0.3",
  31. "@uppy/react": "^3.1.3",
  32. "@uppy/thumbnail-generator": "^3.0.4",
  33. "@uppy/tus": "^3.2.0",
  34. "@uppy/webcam": "^3.3.2",
  35. "@uppy/xhr-upload": "^3.4.0",
  36. "apexcharts": "^3.37.3",
  37. "axios": "^1.10.0",
  38. "buffer": "^6.0.3",
  39. "date-fns": "^2.30.0",
  40. "dayjs": "^1.11.10",
  41. "env-cmd": "^10.1.0",
  42. "formik": "^2.2.9",
  43. "framer-motion": "^7.3.6",
  44. "history": "^5.3.0",
  45. "i18next": "^23.5.1",
  46. "jwt-decode": "^3.1.2",
  47. "lodash": "^4.17.21",
  48. "moment": "^2.29.4",
  49. "mui-file-input": "^3.0.2",
  50. "mui-image": "^1.0.7",
  51. "prop-types": "^15.8.1",
  52. "pspdfkit": "^2024.8.2",
  53. "react": "^18.2.0",
  54. "react-apexcharts": "^1.4.0",
  55. "react-copy-to-clipboard": "^5.1.0",
  56. "react-device-detect": "^2.2.2",
  57. "react-dom": "^18.2.0",
  58. "react-draggable": "^4.4.5",
  59. "react-element-to-jsx-string": "^15.0.0",
  60. "react-hook-form": "^7.45.4",
  61. "react-i18next": "^13.2.2",
  62. "react-idle-timer": "^5.7.2",
  63. "react-intl": "^6.4.7",
  64. "react-number-format": "^4.9.4",
  65. "react-perfect-scrollbar": "^1.5.8",
  66. "react-redux": "^8.0.4",
  67. "react-router": "^6.4.1",
  68. "react-router-dom": "^6.4.1",
  69. "react-scripts": "^5.0.1",
  70. "react-syntax-highlighter": "^15.5.0",
  71. "react-toastify": "^9.1.3",
  72. "react-window": "^1.8.7",
  73. "redux": "^4.2.0",
  74. "simplebar": "^5.3.8",
  75. "simplebar-react": "^2.4.1",
  76. "stream": "0.0.2",
  77. "timers": "^0.1.1",
  78. "typescript": "4.8.3",
  79. "web-vitals": "^3.0.2",
  80. "xlsx": "^0.18.5",
  81. "xml2js": "^0.6.2",
  82. "yup": "^0.32.11"
  83. },
  84. "scripts": {
  85. "start": "env-cmd --environments development react-scripts start",
  86. "production": "env-cmd --production production react-scripts start",
  87. "build": "env-cmd --environments 2fi-production react-scripts build",
  88. "test": "react-scripts test",
  89. "eject": "react-scripts eject"
  90. },
  91. "eslintConfig": {
  92. "extends": [
  93. "react-app",
  94. "react-app/jest"
  95. ]
  96. },
  97. "babel": {
  98. "presets": [
  99. "@babel/preset-react"
  100. ]
  101. },
  102. "browserslist": {
  103. "production": [
  104. ">0.2%",
  105. "not dead",
  106. "not op_mini all"
  107. ],
  108. "development": [
  109. "last 1 chrome version",
  110. "last 1 firefox version",
  111. "last 1 safari version"
  112. ]
  113. },
  114. "devDependencies": {
  115. "@babel/core": "^7.21.4",
  116. "@babel/eslint-parser": "^7.21.3",
  117. "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
  118. "@mui/core": "^5.0.0-alpha.54",
  119. "@mui/x-date-pickers": "^6.18.0",
  120. "eslint": "^8.38.0",
  121. "eslint-config-prettier": "^8.8.0",
  122. "eslint-config-react-app": "^7.0.1",
  123. "eslint-plugin-flowtype": "^8.0.3",
  124. "eslint-plugin-import": "^2.27.5",
  125. "eslint-plugin-jsx-a11y": "^6.7.1",
  126. "eslint-plugin-prettier": "^4.2.1",
  127. "eslint-plugin-react": "^7.32.2",
  128. "eslint-plugin-react-hooks": "^4.6.0",
  129. "prettier": "^2.8.7"
  130. }
  131. }