UNPKG

invirtu-react-widgets

Version:

Invirtu is a Live Media as a Service (LMAAS), which means no-code and low-code tools for building video conferencing, audio conferencing, live streaming, and augmented reality solutions.

89 lines (88 loc) 2.48 kB
{ "name": "invirtu-react-widgets", "version": "0.0.8", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "private": false, "license": "MIT", "scripts": { "start": "react-scripts start", "build": "rollup -c", "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" ] }, "peerDependencies": { "react": "^16.8.1 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.1 || ^17.0.0 || ^18.0.0", "react-scripts": "^5.0.1", "web-vitals": ">=2.1.4" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.21.0", "@babel/preset-react": "^7.21.0", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/isomorphic-form-data": "^2.0.4", "@types/node": "^20.10.5", "@types/react": ">=18.0.15", "autoprefixer": "^10.4.7", "get-file-object-from-local-path": "^1.0.2", "rollup": "^4.9.1", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-npm": "^2.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-sourcemaps": "^0.6.3", "text-encoding": "^0.7.0", "typedoc": "^0.25.4", "typescript": "^5.3.3", "vite-plugin-node-polyfills": "^0.17.0" }, "overrides": { "@typescript-eslint/typescript-estree": "^5.57.1", "fork-ts-checker-webpack-plugin": "^6.5.3", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+git@github.com/invirtu-libraries/Invirtu-React-Widgets.git" }, "homepage": "https://github.com/invirtu-libraries/Invirtu-React-Widgets#readme", "keywords": [ "live streaming", "video", "live video", "video conferencing", "video app", "widgets" ] }