You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.0 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "name": "demo-client-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://localhost:8081",
  6. "dependencies": {
  7. "@testing-library/jest-dom": "^5.11.4",
  8. "@testing-library/react": "^11.1.0",
  9. "@testing-library/user-event": "^12.1.10",
  10. "js-cookie": "^2.2.1",
  11. "keycloak-js": "^12.0.2",
  12. "react": "^17.0.1",
  13. "react-dom": "^17.0.1",
  14. "react-scripts": "4.0.1",
  15. "sockjs-client": "^1.5.0",
  16. "web-vitals": "^0.2.4",
  17. "webstomp-client": "^1.2.6"
  18. },
  19. "scripts": {
  20. "start": "react-scripts start",
  21. "build": "react-scripts build",
  22. "test": "react-scripts test",
  23. "eject": "react-scripts eject"
  24. },
  25. "eslintConfig": {
  26. "extends": [
  27. "react-app",
  28. "react-app/jest"
  29. ]
  30. },
  31. "browserslist": {
  32. "production": [
  33. ">0.2%",
  34. "not dead",
  35. "not op_mini all"
  36. ],
  37. "development": [
  38. "last 1 chrome version",
  39. "last 1 firefox version",
  40. "last 1 safari version"
  41. ]
  42. },
  43. "devDependencies": {
  44. "express": "^4.17.1",
  45. "http-proxy-middleware": "^1.0.6"
  46. }
  47. }