package.json 865 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "urtc-demo-react",
  3. "version": "1.0.0",
  4. "description": "UCloud RTC react 版本的 demo",
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^4.2.4",
  7. "@testing-library/react": "^9.3.2",
  8. "@testing-library/user-event": "^7.1.2",
  9. "react": "^16.12.0",
  10. "react-dom": "^16.12.0",
  11. "react-scripts": "3.3.0",
  12. "unique-classnames": "^1.0.6",
  13. "urtc-sdk": "^1.4.5"
  14. },
  15. "scripts": {
  16. "start": "react-scripts start",
  17. "build": "react-scripts build",
  18. "test": "react-scripts test",
  19. "eject": "react-scripts eject"
  20. },
  21. "eslintConfig": {
  22. "extends": "react-app"
  23. },
  24. "license": "MIT",
  25. "browserslist": {
  26. "production": [
  27. ">0.2%",
  28. "not dead",
  29. "not op_mini all"
  30. ],
  31. "development": [
  32. "last 1 chrome version",
  33. "last 1 firefox version",
  34. "last 1 safari version"
  35. ]
  36. }
  37. }