Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

102 строки
2.7 KiB

  1. {
  2. "name": "pnsps-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/react": "^3.1.0",
  10. "@emotion/cache": "^11.10.3",
  11. "@emotion/react": "^11.10.4",
  12. "@emotion/styled": "^11.10.4",
  13. "@material-ui/pickers": "^3.3.10",
  14. "@mui/icons-material": "^5.14.1",
  15. "@mui/lab": "^5.0.0-alpha.139",
  16. "@mui/material": "^5.10.6",
  17. "@mui/x-data-grid": "^6.11.1",
  18. "@mui/x-date-pickers": "^6.12.0",
  19. "@reduxjs/toolkit": "^1.8.5",
  20. "@testing-library/jest-dom": "^5.16.5",
  21. "@testing-library/react": "^13.4.0",
  22. "@testing-library/user-event": "^14.4.3",
  23. "apexcharts": "^3.35.5",
  24. "axios": "^1.4.0",
  25. "dayjs": "^1.11.9",
  26. "formik": "^2.2.9",
  27. "framer-motion": "^7.3.6",
  28. "history": "^5.3.0",
  29. "jwt-decode": "^3.1.2",
  30. "lodash": "^4.17.21",
  31. "mui-image": "^1.0.7",
  32. "prop-types": "^15.8.1",
  33. "react": "^18.2.0",
  34. "react-apexcharts": "^1.4.0",
  35. "react-copy-to-clipboard": "^5.1.0",
  36. "react-device-detect": "^2.2.2",
  37. "react-dom": "^18.2.0",
  38. "react-draggable": "^4.4.5",
  39. "react-element-to-jsx-string": "^15.0.0",
  40. "react-hook-form": "^7.45.4",
  41. "react-number-format": "^4.9.4",
  42. "react-perfect-scrollbar": "^1.5.8",
  43. "react-redux": "^8.0.4",
  44. "react-router": "^6.4.1",
  45. "react-router-dom": "^6.4.1",
  46. "react-scripts": "^5.0.1",
  47. "react-syntax-highlighter": "^15.5.0",
  48. "react-window": "^1.8.7",
  49. "redux": "^4.2.0",
  50. "simplebar": "^5.3.8",
  51. "simplebar-react": "^2.4.1",
  52. "typescript": "4.8.3",
  53. "web-vitals": "^3.0.2",
  54. "yup": "^0.32.11"
  55. },
  56. "scripts": {
  57. "start": "react-scripts start",
  58. "build": "react-scripts build",
  59. "test": "react-scripts test",
  60. "eject": "react-scripts eject"
  61. },
  62. "eslintConfig": {
  63. "extends": [
  64. "react-app",
  65. "react-app/jest"
  66. ]
  67. },
  68. "babel": {
  69. "presets": [
  70. "@babel/preset-react"
  71. ]
  72. },
  73. "browserslist": {
  74. "production": [
  75. ">0.2%",
  76. "not dead",
  77. "not op_mini all"
  78. ],
  79. "development": [
  80. "last 1 chrome version",
  81. "last 1 firefox version",
  82. "last 1 safari version"
  83. ]
  84. },
  85. "devDependencies": {
  86. "@babel/core": "^7.21.4",
  87. "@babel/eslint-parser": "^7.21.3",
  88. "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
  89. "@mui/x-date-pickers": "^6.11.0",
  90. "eslint": "^8.38.0",
  91. "eslint-config-prettier": "^8.8.0",
  92. "eslint-config-react-app": "^7.0.1",
  93. "eslint-plugin-flowtype": "^8.0.3",
  94. "eslint-plugin-import": "^2.27.5",
  95. "eslint-plugin-jsx-a11y": "^6.7.1",
  96. "eslint-plugin-prettier": "^4.2.1",
  97. "eslint-plugin-react": "^7.32.2",
  98. "eslint-plugin-react-hooks": "^4.6.0",
  99. "prettier": "^2.8.7"
  100. }
  101. }