package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "myproject",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/icons": "^4.2.1",
  7. "@apollo/client": "^3.0.2",
  8. "@apollo/react-hooks": "^4.0.0",
  9. "@testing-library/jest-dom": "^4.2.4",
  10. "@testing-library/react": "^9.5.0",
  11. "@testing-library/user-event": "^7.2.1",
  12. "apollo-boost": "^0.4.9",
  13. "graphql": "^15.3.0",
  14. "graphql-tag": "^2.11.0",
  15. "jwt-decode": "^2.2.0",
  16. "react": "^16.13.1",
  17. "react-dom": "^16.13.1",
  18. "react-redux": "^7.2.0",
  19. "react-router-dom": "^5.2.0",
  20. "react-scripts": "3.4.1",
  21. "redux": "^4.0.5",
  22. "redux-thunk": "^2.3.0",
  23. "reset-css": "^5.0.1"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": "react-app"
  33. },
  34. "browserslist": {
  35. "production": [
  36. ">0.2%",
  37. "not dead",
  38. "not op_mini all"
  39. ],
  40. "development": [
  41. "last 1 chrome version",
  42. "last 1 firefox version",
  43. "last 1 safari version"
  44. ]
  45. },
  46. "proxy": "http://localhost:3330"
  47. }