package.json 1009 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "socialape-client",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^3.9.2",
  7. "@material-ui/icons": "^3.0.2",
  8. "axios": "^0.18.1",
  9. "dayjs": "^1.8.11",
  10. "emoji-picker-react": "^3.2.1",
  11. "jwt-decode": "^2.2.0",
  12. "react": "^16.8.4",
  13. "react-dom": "^16.8.4",
  14. "react-html-parser": "^2.0.2",
  15. "react-native-elements": "^2.0.4",
  16. "react-native-paper": "^4.0.1",
  17. "react-redux": "^6.0.1",
  18. "react-router-dom": "^5.0.0",
  19. "react-scripts": "^3.4.1",
  20. "react-settings-pane": "^0.1.5",
  21. "redux": "^4.0.1",
  22. "redux-thunk": "^2.3.0"
  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": "react-app"
  32. },
  33. "browserslist": [
  34. ">0.2%",
  35. "not dead",
  36. "not ie <= 11",
  37. "not op_mini all"
  38. ],
  39. "proxy": "https://europe-west1-socialape-d081e.cloudfunctions.net/api"
  40. }