Reac front end for psicometric app

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.1.3",
  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. "react": "^17.0.2",
  27. "react-bootstrap": "^2.0.2",
  28. "react-dom": "^17.0.2",
  29. "react-hot-toast": "^2.2.0",
  30. "react-query": "^3.34.12",
  31. "react-router": "6.2.1",
  32. "react-router-dom": "6.2.1",
  33. "react-scripts": "^5.0.0",
  34. "web-vitals": "^1.0.1",
  35. "yup": "^0.32.11"
  36. },
  37. "scripts": {
  38. "start": "react-scripts start",
  39. "build": "react-scripts build",
  40. "test": "react-scripts test",
  41. "eject": "react-scripts eject"
  42. },
  43. "eslintConfig": {
  44. "extends": [
  45. "react-app",
  46. "react-app/jest"
  47. ]
  48. },
  49. "browserslist": {
  50. "production": [
  51. ">0.2%",
  52. "not dead",
  53. "not op_mini all"
  54. ],
  55. "development": [
  56. "last 1 chrome version",
  57. "last 1 firefox version",
  58. "last 1 safari version"
  59. ]
  60. },
  61. "overrides": {
  62. "autoprefixer": "10.4.5"
  63. }
  64. }