package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "music-player",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@popperjs/core": "^2.11.2",
  7. "@testing-library/jest-dom": "^5.16.1",
  8. "@testing-library/react": "^12.1.2",
  9. "@testing-library/user-event": "^13.5.0",
  10. "array-move": "^4.0.0",
  11. "jwt-decode": "^3.1.2",
  12. "node-sass": "^7.0.1",
  13. "popper.js": "^1.16.1",
  14. "react": "^17.0.2",
  15. "react-dom": "^17.0.2",
  16. "react-dropzone": "^11.5.1",
  17. "react-redux": "^7.2.6",
  18. "react-router-dom": "^5.3.0",
  19. "react-scripts": "5.0.0",
  20. "react-sortable-hoc": "^2.0.0",
  21. "redux": "^4.1.2",
  22. "redux-saga": "^1.1.3",
  23. "redux-thunk": "^2.4.1",
  24. "web-vitals": "^2.1.2"
  25. },
  26. "scripts": {
  27. "start": "react-scripts start",
  28. "build": "react-scripts build",
  29. "test": "react-scripts test",
  30. "eject": "react-scripts eject"
  31. },
  32. "eslintConfig": {
  33. "extends": [
  34. "react-app",
  35. "react-app/jest"
  36. ]
  37. },
  38. "browserslist": {
  39. "production": [
  40. ">0.2%",
  41. "not dead",
  42. "not op_mini all"
  43. ],
  44. "development": [
  45. "last 1 chrome version",
  46. "last 1 firefox version",
  47. "last 1 safari version"
  48. ]
  49. },
  50. "proxy": "http://сервер.a-level.com.ua/"
  51. }