Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

107 wiersze
2.9 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-toastify": "^9.1.3",
  52. "react-window": "^1.8.7",
  53. "react-intl": "^6.4.7",
  54. "redux": "^4.2.0",
  55. "simplebar": "^5.3.8",
  56. "simplebar-react": "^2.4.1",
  57. "typescript": "4.8.3",
  58. "web-vitals": "^3.0.2",
  59. "yup": "^0.32.11"
  60. },
  61. "scripts": {
  62. "start": "react-scripts start",
  63. "build": "react-scripts build",
  64. "test": "react-scripts test",
  65. "eject": "react-scripts eject"
  66. },
  67. "eslintConfig": {
  68. "extends": [
  69. "react-app",
  70. "react-app/jest"
  71. ]
  72. },
  73. "babel": {
  74. "presets": [
  75. "@babel/preset-react"
  76. ]
  77. },
  78. "browserslist": {
  79. "production": [
  80. ">0.2%",
  81. "not dead",
  82. "not op_mini all"
  83. ],
  84. "development": [
  85. "last 1 chrome version",
  86. "last 1 firefox version",
  87. "last 1 safari version"
  88. ]
  89. },
  90. "devDependencies": {
  91. "@babel/core": "^7.21.4",
  92. "@babel/eslint-parser": "^7.21.3",
  93. "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
  94. "@mui/x-date-pickers": "^6.11.0",
  95. "eslint": "^8.38.0",
  96. "eslint-config-prettier": "^8.8.0",
  97. "eslint-config-react-app": "^7.0.1",
  98. "eslint-plugin-flowtype": "^8.0.3",
  99. "eslint-plugin-import": "^2.27.5",
  100. "eslint-plugin-jsx-a11y": "^6.7.1",
  101. "eslint-plugin-prettier": "^4.2.1",
  102. "eslint-plugin-react": "^7.32.2",
  103. "eslint-plugin-react-hooks": "^4.6.0",
  104. "prettier": "^2.8.7"
  105. }
  106. }