@qonsoll/qvideo
Version:
- [Integration](#Integration) - [Recorder properties](#Recorder-properties) - [Player properties](#Player-properties) - [Remote control](#Remote-control) - [Statistic](#Statistic) - [Chapters](#Chapters) - [Translations](#Translations)
95 lines (94 loc) • 2.19 kB
JSON
{
"name": "@qonsoll/qvideo",
"version": "0.1.73",
"private": false,
"author": "qonsoll",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"react v17",
"components",
"library",
"video",
"recorder",
"player",
"styled components",
"rollup",
"eslint",
"prettier"
],
"dependencies": {
"@qonsoll/translation": "0.4.3",
"ismobilejs": "1.1.1",
"lodash": "4.17.21",
"moment": "2.28.0",
"prop-types": "15.7.2",
"react-circular-progressbar": "2.0.4",
"react-player": "2.9.0",
"styled-components": "5.3.0",
"use-media": "1.4.0",
"uuid": "8.3.2",
"video.js": "7.17.0",
"videojs-record": "4.5.0"
},
"scripts": {
"start": "react-scripts start",
"https-start": "set HTTPS=true&&set PORT=5005&&react-scripts start",
"build": "rm -rf dist&&rollup -c",
"publish-package": "npm run build&&npm publish"
},
"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/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@loadable/babel-plugin": "5.13.2",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-json": "4.1.0",
"babel-preset-meteor": "7.10.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "5.1.3",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"postcss": "8.3.9",
"prettier": "2.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-overlay": "6.0.9",
"react-scripts": "4.0.3",
"rollup": "2.58.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-css-porter": "1.0.2",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.1",
"rollup-plugin-terser": "7.0.2"
}
}