package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "music-player",
  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. "array-move": "^4.0.0",
  10. "jwt-decode": "^3.1.2",
  11. "node-sass": "^7.0.1",
  12. "react": "^17.0.2",
  13. "react-dom": "^17.0.2",
  14. "react-dropzone": "^11.5.1",
  15. "react-redux": "^7.2.6",
  16. "react-router-dom": "^5.3.0",
  17. "react-scripts": "5.0.0",
  18. "react-sortable-hoc": "^2.0.0",
  19. "redux": "^4.1.2",
  20. "redux-saga": "^1.1.3",
  21. "redux-thunk": "^2.4.1",
  22. "web-vitals": "^2.1.2"
  23. },
  24. "scripts": {
  25. "start": "react-scripts start",
  26. "build": "react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject"
  29. },
  30. "eslintConfig": {
  31. "extends": [
  32. "react-app",
  33. "react-app/jest"
  34. ]
  35. },
  36. "browserslist": {
  37. "production": [
  38. ">0.2%",
  39. "not dead",
  40. "not op_mini all"
  41. ],
  42. "development": [
  43. "last 1 chrome version",
  44. "last 1 firefox version",
  45. "last 1 safari version"
  46. ]
  47. },
  48. "proxy": "http://сервер.a-level.com.ua/"
  49. }