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.

41 lines
912 B

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. "web-vitals": "^0.2.4"
  16. },
  17. "scripts": {
  18. "start": "react-scripts start",
  19. "build": "react-scripts build",
  20. "test": "react-scripts test",
  21. "eject": "react-scripts eject"
  22. },
  23. "eslintConfig": {
  24. "extends": [
  25. "react-app",
  26. "react-app/jest"
  27. ]
  28. },
  29. "browserslist": {
  30. "production": [
  31. ">0.2%",
  32. "not dead",
  33. "not op_mini all"
  34. ],
  35. "development": [
  36. "last 1 chrome version",
  37. "last 1 firefox version",
  38. "last 1 safari version"
  39. ]
  40. }
  41. }