UNPKG

yz-web-player

Version:

视频接入组件

70 lines (69 loc) 1.56 kB
{ "name": "yz-web-player", "description": "视频接入组件", "author": "薛懿源", "keywords": [ "yingzi", "yingzi-web", "yz", "yz-player" ], "version": "0.1.3", "private": false, "module": "dist/index.js", "files": [ "dist", "README.md" ], "dependencies": { "@babel/polyfill": "^7.12.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, "main": "dist/player.min.js", "scripts": { "start": "react-scripts start", "build": "webpack", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.7", "@types/react": "^17.0.11", "commitizen": "^3.0.5", "cz-conventional-changelog": "^2.1.0", "prettier": "^1.15.3", "pretty-quick": "^1.8.0", "ts-loader": "^5.3.1", "tslint": "^5.12.0", "tslint-config-prettier": "^1.17.0", "typescript": "^4.3.4", "webpack-cli": "^3.1.1" }, "proxy": "https://openapi.lechange.cn" }