package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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-audio-spectrum": "^0.1.0",
  16. "react-dom": "^17.0.2",
  17. "react-dropzone": "^11.5.1",
  18. "react-redux": "^7.2.6",
  19. "react-router-dom": "^5.3.0",
  20. "react-scripts": "5.0.0",
  21. "react-sortable-hoc": "^2.0.0",
  22. "redux": "^4.1.2",
  23. "redux-saga": "^1.1.3",
  24. "redux-thunk": "^2.4.1",
  25. "web-vitals": "^2.1.2"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. },
  51. "proxy": "http://сервер.a-level.com.ua/"
  52. }