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.

64 lines
1.6KB

  1. {
  2. "name": "kt-my-page",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.8",
  7. "@emotion/styled": "^11.10.8",
  8. "@hookform/resolvers": "^3.1.0",
  9. "@mui/icons-material": "^5.11.16",
  10. "@mui/lab": "^5.0.0-alpha.129",
  11. "@mui/material": "^5.12.2",
  12. "@mui/x-date-pickers": "^6.4.0",
  13. "@testing-library/jest-dom": "^5.14.1",
  14. "@testing-library/react": "^13.0.0",
  15. "@testing-library/user-event": "^13.2.1",
  16. "@types/axios": "^0.14.0",
  17. "@types/date-fns": "^2.6.0",
  18. "@types/jest": "^27.0.1",
  19. "@types/lodash": "^4.14.194",
  20. "@types/node": "^16.7.13",
  21. "@types/react": "^18.0.0",
  22. "@types/react-dom": "^18.0.0",
  23. "@types/react-router-dom": "^5.3.3",
  24. "@types/sprintf-js": "^1.1.2",
  25. "axios": "^1.4.0",
  26. "date-fns": "^2.30.0",
  27. "lodash": "^4.17.21",
  28. "notistack": "^3.0.1",
  29. "react": "^18.2.0",
  30. "react-dom": "^18.2.0",
  31. "react-hook-form": "^7.43.9",
  32. "react-router-dom": "^6.11.0",
  33. "react-scripts": "5.0.1",
  34. "sprintf-js": "^1.1.2",
  35. "typescript": "^4.4.2",
  36. "web-vitals": "^2.1.0",
  37. "yup": "^1.1.1"
  38. },
  39. "scripts": {
  40. "start": "react-scripts start",
  41. "build": "react-scripts build",
  42. "test": "react-scripts test",
  43. "eject": "react-scripts eject"
  44. },
  45. "eslintConfig": {
  46. "extends": [
  47. "react-app",
  48. "react-app/jest"
  49. ]
  50. },
  51. "browserslist": {
  52. "production": [
  53. ">0.2%",
  54. "not dead",
  55. "not op_mini all"
  56. ],
  57. "development": [
  58. "last 1 chrome version",
  59. "last 1 firefox version",
  60. "last 1 safari version"
  61. ]
  62. }
  63. }