You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "frontend",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@nivo/core": "^0.79.0",
  7. "@nivo/radar": "^0.79.1",
  8. "@testing-library/jest-dom": "^5.16.1",
  9. "@testing-library/react": "^12.1.2",
  10. "@testing-library/user-event": "^13.5.0",
  11. "react": "^17.0.2",
  12. "react-dom": "^17.0.2",
  13. "react-scripts": "5.0.0",
  14. "web-vitals": "^2.1.3"
  15. },
  16. "resolutions": {
  17. "mini-css-extract-plugin": "2.4.5"
  18. },
  19. "overrides": {
  20. "mini-css-extract-plugin": "2.4.5"
  21. },
  22. "scripts": {
  23. "start": "react-scripts start",
  24. "build": "react-scripts build",
  25. "test": "react-scripts test",
  26. "eject": "react-scripts eject"
  27. },
  28. "eslintConfig": {
  29. "extends": [
  30. "react-app",
  31. "react-app/jest"
  32. ]
  33. },
  34. "browserslist": {
  35. "production": [
  36. ">0.2%",
  37. "not dead",
  38. "not op_mini all"
  39. ],
  40. "development": [
  41. "last 1 chrome version",
  42. "last 1 firefox version",
  43. "last 1 safari version"
  44. ]
  45. },
  46. "devDependencies": {
  47. "mini-css-extract-plugin": "2.4.5"
  48. }
  49. }