package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "final_project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.2",
  7. "@testing-library/react": "^12.1.2",
  8. "@testing-library/user-event": "^13.5.0",
  9. "array-move": "^4.0.0",
  10. "node-sass": "^7.0.1",
  11. "react": "^17.0.2",
  12. "react-dom": "^17.0.2",
  13. "react-dropzone": "^12.0.4",
  14. "react-redux": "^7.2.6",
  15. "react-router-dom": "^5.3.0",
  16. "react-scripts": "5.0.0",
  17. "react-select": "^5.2.2",
  18. "react-sortable-hoc": "^2.0.0",
  19. "redux": "^4.1.2",
  20. "redux-thunk": "^2.4.1",
  21. "web-vitals": "^2.1.4"
  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. }