package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "my-project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://player.asmer.fs.a-level.com.ua/",
  6. "dependencies": {
  7. "@ant-design/icons": "^4.2.2",
  8. "@testing-library/jest-dom": "^4.2.4",
  9. "@testing-library/react": "^9.5.0",
  10. "@testing-library/user-event": "^7.2.1",
  11. "antd": "^4.6.4",
  12. "jwt-decode": "^3.0.0-beta.2",
  13. "react": "^16.13.1",
  14. "react-dom": "^16.13.1",
  15. "react-redux": "^7.2.1",
  16. "react-router-dom": "^5.2.0",
  17. "react-scripts": "3.4.3",
  18. "redux": "^4.0.5",
  19. "redux-devtools-extension": "^2.13.8",
  20. "redux-thunk": "^2.3.0",
  21. "vuex": "^3.5.1"
  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": "react-app"
  31. },
  32. "browserslist": {
  33. "production": [
  34. ">0.2%",
  35. "not dead",
  36. "not op_mini all"
  37. ],
  38. "development": [
  39. "last 1 chrome version",
  40. "last 1 firefox version",
  41. "last 1 safari version"
  42. ]
  43. }
  44. }