Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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