package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "increment",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.11.9",
  7. "@testing-library/react": "^11.2.5",
  8. "@testing-library/user-event": "^12.6.3",
  9. "@types/jest": "^26.0.20",
  10. "@types/node": "^12.19.16",
  11. "@types/react": "^17.0.1",
  12. "@types/react-dom": "^17.0.0",
  13. "@types/react-redux": "^7.1.16",
  14. "@types/react-router-dom": "^5.1.7",
  15. "axios": "^0.21.1",
  16. "node-sass": "^4.14.1",
  17. "react": "^17.0.1",
  18. "react-dom": "^17.0.1",
  19. "react-redux": "^7.2.2",
  20. "react-router-dom": "^5.2.0",
  21. "react-scripts": "4.0.2",
  22. "redux": "^4.0.5",
  23. "redux-devtools-extension": "^2.13.8",
  24. "redux-thunk": "^2.3.0",
  25. "typescript": "^4.1.4",
  26. "web-vitals": "^1.1.0"
  27. },
  28. "scripts": {
  29. "start": "react-scripts start",
  30. "build": "react-scripts build",
  31. "test": "react-scripts test",
  32. "eject": "react-scripts eject"
  33. },
  34. "eslintConfig": {
  35. "extends": [
  36. "react-app",
  37. "react-app/jest"
  38. ]
  39. },
  40. "browserslist": {
  41. "production": [
  42. ">0.2%",
  43. "not dead",
  44. "not op_mini all"
  45. ],
  46. "development": [
  47. "last 1 chrome version",
  48. "last 1 firefox version",
  49. "last 1 safari version"
  50. ]
  51. }
  52. }