package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "zuccardi-front",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@popperjs/core": "^2.10.2",
  7. "@testing-library/jest-dom": "^5.11.4",
  8. "@testing-library/react": "^11.1.0",
  9. "@testing-library/user-event": "^12.1.10",
  10. "@types/bootstrap": "^5.1.6",
  11. "@types/jest": "^26.0.15",
  12. "@types/node": "^12.0.0",
  13. "@types/react": "^17.0.0",
  14. "@types/react-dom": "^17.0.0",
  15. "@types/react-router-dom": "^5.3.1",
  16. "bootstrap": "^5.1.1",
  17. "bootstrap-icons": "^1.5.0",
  18. "react": "^17.0.2",
  19. "react-dom": "^17.0.2",
  20. "react-router-dom": "^5.3.0",
  21. "react-scripts": "4.0.3",
  22. "typescript": "^4.1.2",
  23. "web-vitals": "^1.0.1"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. }
  49. }