package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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/chroma-js": "^2.1.3",
  12. "@types/jest": "^26.0.15",
  13. "@types/node": "^12.0.0",
  14. "@types/react": "^17.0.0",
  15. "@types/react-dom": "^17.0.0",
  16. "@types/react-router-dom": "^5.3.1",
  17. "bootstrap": "^5.1.1",
  18. "bootstrap-icons": "^1.5.0",
  19. "chroma-js": "^2.1.2",
  20. "react": "^17.0.2",
  21. "react-dom": "^17.0.2",
  22. "react-router-dom": "^5.3.0",
  23. "react-scripts": "4.0.3",
  24. "typescript": "^4.1.2",
  25. "web-vitals": "^1.0.1"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. }
  51. }