| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "urtc-demo-react",
- "version": "1.0.0",
- "description": "UCloud RTC react 版本的 demo",
- "dependencies": {
- "@testing-library/jest-dom": "^4.2.4",
- "@testing-library/react": "^9.3.2",
- "@testing-library/user-event": "^7.1.2",
- "normalize.css": "^8.0.1",
- "react": "^16.12.0",
- "react-dom": "^16.12.0",
- "react-scripts": "3.3.0",
- "unique-classnames": "^1.0.6",
- "urtc-sdk": "^1.4.1"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "license": "MIT",
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- }
- }
|