package.json 1.0 KB

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