Reac front end for psicometric app

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "psicoadmin",
  3. "homepage": "http://psicoadmin.ditca.org",
  4. "version": "0.1.0",
  5. "private": true,
  6. "dependencies": {
  7. "@emotion/react": "^11.5.0",
  8. "@emotion/styled": "^11.3.0",
  9. "@iconify/icons-eva": "^1.1.0",
  10. "@iconify/react": "^3.1.3",
  11. "@mui/icons-material": "^5.1.0",
  12. "@mui/lab": "^5.0.0-alpha.59",
  13. "@mui/material": "^5.1.0",
  14. "@testing-library/jest-dom": "^5.16.1",
  15. "@testing-library/react": "^11.2.7",
  16. "@testing-library/react-hooks": "^7.0.2",
  17. "@testing-library/user-event": "^12.8.3",
  18. "autoprefixer": "10.4.5",
  19. "axios": "^0.26.1",
  20. "bootstrap": "^5.2.0-beta1",
  21. "date-fns": "^2.27.0",
  22. "formik": "^2.2.9",
  23. "jquery": "^3.6.0",
  24. "js-cookie": "^3.0.1",
  25. "jwt-decode": "^3.1.2",
  26. "mui-datatables": "^4.2.2",
  27. "react": "^17.0.2",
  28. "react-bootstrap": "2.4.0",
  29. "react-dom": "^17.0.2",
  30. "react-hot-toast": "^2.2.0",
  31. "react-query": "^3.34.12",
  32. "react-router": "6.2.1",
  33. "react-router-dom": "6.2.1",
  34. "react-scripts": "^5.0.0",
  35. "web-vitals": "^1.0.1",
  36. "yup": "^0.32.11"
  37. },
  38. "scripts": {
  39. "start": "react-scripts start",
  40. "build": "react-scripts build",
  41. "test": "react-scripts test",
  42. "eject": "react-scripts eject"
  43. },
  44. "eslintConfig": {
  45. "extends": [
  46. "react-app",
  47. "react-app/jest"
  48. ]
  49. },
  50. "browserslist": {
  51. "production": [
  52. ">0.2%",
  53. "not dead",
  54. "not op_mini all"
  55. ],
  56. "development": [
  57. "last 1 chrome version",
  58. "last 1 firefox version",
  59. "last 1 safari version"
  60. ]
  61. }
  62. }