package.json 896 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "normalize.css": "^8.0.1",
  10. "react": "^16.12.0",
  11. "react-dom": "^16.12.0",
  12. "react-scripts": "3.3.0",
  13. "unique-classnames": "^1.0.6",
  14. "urtc-sdk": "^1.4.1"
  15. },
  16. "scripts": {
  17. "start": "react-scripts start",
  18. "build": "react-scripts build",
  19. "test": "react-scripts test",
  20. "eject": "react-scripts eject"
  21. },
  22. "eslintConfig": {
  23. "extends": "react-app"
  24. },
  25. "license": "MIT",
  26. "browserslist": {
  27. "production": [
  28. ">0.2%",
  29. "not dead",
  30. "not op_mini all"
  31. ],
  32. "development": [
  33. "last 1 chrome version",
  34. "last 1 firefox version",
  35. "last 1 safari version"
  36. ]
  37. }
  38. }