Reac front end for psicometric app

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "psicoadmin",
  3. "homepage": "http://clubdit.ditca.org/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.16.1",
  13. "@testing-library/react": "^11.2.7",
  14. "@testing-library/react-hooks": "^7.0.2",
  15. "@testing-library/user-event": "^12.8.3",
  16. "bootstrap": "^5.1.3",
  17. "date-fns": "^2.27.0",
  18. "formik": "^2.2.9",
  19. "jquery": "^3.6.0",
  20. "js-cookie": "^3.0.1",
  21. "react": "^17.0.2",
  22. "react-bootstrap": "^2.0.2",
  23. "react-dom": "^17.0.2",
  24. "react-hot-toast": "^2.2.0",
  25. "react-router": "6.2.1",
  26. "react-router-dom": "6.2.1",
  27. "react-scripts": "4.0.3",
  28. "web-vitals": "^1.0.1",
  29. "yup": "^0.32.11"
  30. },
  31. "scripts": {
  32. "start": "react-scripts start",
  33. "build": "node --max-old-space-size=100 node_modules/react-scripts/bin/react-scripts.js build",
  34. "test": "react-scripts test",
  35. "eject": "react-scripts eject"
  36. },
  37. "eslintConfig": {
  38. "extends": [
  39. "react-app",
  40. "react-app/jest"
  41. ]
  42. },
  43. "browserslist": {
  44. "production": [
  45. ">0.2%",
  46. "not dead",
  47. "not op_mini all"
  48. ],
  49. "development": [
  50. "last 1 chrome version",
  51. "last 1 firefox version",
  52. "last 1 safari version"
  53. ]
  54. }
  55. }