package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "nix-project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.1",
  7. "@testing-library/react": "^12.1.2",
  8. "@testing-library/user-event": "^13.5.0",
  9. "react": "^17.0.2",
  10. "react-dom": "^17.0.2",
  11. "react-dropzone": "^11.5.1",
  12. "react-icons": "^4.3.1",
  13. "react-redux": "^7.2.6",
  14. "react-router-dom": "^5.3.0",
  15. "react-scripts": "5.0.0",
  16. "react-scroll-top": "^1.0.4",
  17. "redux": "^4.1.2",
  18. "redux-saga": "^1.1.3",
  19. "redux-thunk": "^2.4.1",
  20. "styled-components": "^5.3.0",
  21. "web-vitals": "^2.1.2"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. },
  47. "devDependencies": {
  48. "sass": "^1.45.2"
  49. }
  50. }