Reac front end for psicometric app

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "homepage": "http://clubdit.ditca.org/psicoadmin/",
  3. "name": "psicoadmin",
  4. "version": "0.1.0",
  5. "private": true,
  6. "dependencies": {
  7. "@emotion/react": "^11.5.0",
  8. "@emotion/styled": "^11.3.0",
  9. "@mui/icons-material": "^5.1.0",
  10. "@mui/lab": "^5.0.0-alpha.59",
  11. "@mui/material": "^5.1.0",
  12. "@testing-library/jest-dom": "^5.11.4",
  13. "@testing-library/react": "^11.1.0",
  14. "@testing-library/user-event": "^12.1.10",
  15. "bootstrap": "^5.1.3",
  16. "date-fns": "^2.27.0",
  17. "formik": "^2.2.9",
  18. "jquery": "^3.6.0",
  19. "js-cookie": "^3.0.1",
  20. "react": "^17.0.2",
  21. "react-bootstrap": "^2.0.2",
  22. "react-dom": "^17.0.2",
  23. "react-router": "6.2.1",
  24. "react-router-dom": "6.2.1",
  25. "react-scripts": "4.0.3",
  26. "web-vitals": "^1.0.1",
  27. "yup": "^0.32.11"
  28. },
  29. "scripts": {
  30. "start": "react-scripts start",
  31. "build": "react-scripts build",
  32. "test": "react-scripts test",
  33. "eject": "react-scripts eject"
  34. },
  35. "eslintConfig": {
  36. "extends": [
  37. "react-app",
  38. "react-app/jest"
  39. ]
  40. },
  41. "browserslist": {
  42. "production": [
  43. ">0.2%",
  44. "not dead",
  45. "not op_mini all"
  46. ],
  47. "development": [
  48. "last 1 chrome version",
  49. "last 1 firefox version",
  50. "last 1 safari version"
  51. ]
  52. }
  53. }