25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

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