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.

124 lines
3.3 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. "@fontsource/noto-sans-hk": "^5.2.9",
  14. "@fontsource/noto-sans-sc": "^5.2.9",
  15. "@fontsource/public-sans": "^5.2.7",
  16. "@material-ui/pickers": "^3.3.10",
  17. "@mui/icons-material": "^5.14.1",
  18. "@mui/lab": "^5.0.0-alpha.139",
  19. "@mui/material": "^5.10.6",
  20. "@mui/styles": "^5.15.14",
  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. "@types/react-input-mask": "^3.0.2",
  27. "apexcharts": "^3.35.5",
  28. "axios": "^1.20.0",
  29. "date-fns": "^3.0.6",
  30. "dayjs": "^1.11.9",
  31. "dompurify": "^3.4.15",
  32. "formik": "^2.2.9",
  33. "framer-motion": "^7.3.6",
  34. "history": "^5.3.0",
  35. "jwt-decode": "^3.1.2",
  36. "lodash": "^4.17.21",
  37. "mui-image": "^1.0.7",
  38. "prop-types": "^15.8.1",
  39. "react": "^18.2.0",
  40. "react-apexcharts": "^1.4.0",
  41. "react-copy-to-clipboard": "^5.1.0",
  42. "react-device-detect": "^2.2.2",
  43. "react-dom": "^18.2.0",
  44. "react-draggable": "^4.4.5",
  45. "react-element-to-jsx-string": "^15.0.0",
  46. "react-hook-form": "^7.45.4",
  47. "react-idle-timer": "^5.7.2",
  48. "react-input-mask": "^3.0.0-alpha.2",
  49. "react-intl": "^6.4.7",
  50. "react-number-format": "^4.9.4",
  51. "react-perfect-scrollbar": "^1.5.8",
  52. "react-redux": "^8.0.4",
  53. "react-router": "^6.4.1",
  54. "react-router-dom": "^6.4.1",
  55. "react-scripts": "^5.0.1",
  56. "react-syntax-highlighter": "^15.5.0",
  57. "react-to-print": "^2.14.13",
  58. "react-toastify": "^9.1.3",
  59. "react-window": "^1.8.7",
  60. "redux": "^4.2.0",
  61. "simplebar": "^5.3.8",
  62. "simplebar-react": "^2.4.1",
  63. "typescript": "4.8.3",
  64. "web-vitals": "^3.0.2",
  65. "yup": "^0.32.11"
  66. },
  67. "scripts": {
  68. "start": "react-scripts start",
  69. "build": "react-scripts build",
  70. "test": "react-scripts test",
  71. "eject": "react-scripts eject"
  72. },
  73. "eslintConfig": {
  74. "extends": [
  75. "react-app",
  76. "react-app/jest"
  77. ]
  78. },
  79. "babel": {
  80. "presets": [
  81. "@babel/preset-react"
  82. ]
  83. },
  84. "browserslist": {
  85. "production": [
  86. ">0.2%",
  87. "not dead",
  88. "not op_mini all"
  89. ],
  90. "development": [
  91. "last 1 chrome version",
  92. "last 1 firefox version",
  93. "last 1 safari version"
  94. ]
  95. },
  96. "devDependencies": {
  97. "@babel/core": "^7.21.4",
  98. "@babel/eslint-parser": "^7.21.3",
  99. "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
  100. "@mui/x-date-pickers": "^6.18.0",
  101. "ajv": "^6.12.6",
  102. "ajv-keywords": "^3.5.2",
  103. "eslint": "^8.38.0",
  104. "eslint-config-prettier": "^8.8.0",
  105. "eslint-config-react-app": "^7.0.1",
  106. "eslint-plugin-flowtype": "^8.0.3",
  107. "eslint-plugin-import": "^2.27.5",
  108. "eslint-plugin-jsx-a11y": "^6.7.1",
  109. "eslint-plugin-prettier": "^4.2.1",
  110. "eslint-plugin-react": "^7.32.2",
  111. "eslint-plugin-react-hooks": "^4.6.0",
  112. "prettier": "^2.8.7"
  113. },
  114. "overrides": {
  115. "schema-utils@3": {
  116. "ajv": "6.12.6",
  117. "ajv-keywords": "3.5.2"
  118. },
  119. "@apideck/better-ajv-errors": {
  120. "ajv": "^8.12.0"
  121. }
  122. }
  123. }