95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
{
|
|
"name": "restreamer-ui",
|
|
"version": "1.2.0",
|
|
"bundle": "restreamer-v2.x.x",
|
|
"private": false,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@auth0/auth0-spa-js": "^1.22.0",
|
|
"@clappr/core": "^0.4.21",
|
|
"@clappr/hlsjs-playback": "^0.6.0",
|
|
"@clappr/plugins": "^0.4.16",
|
|
"@clappr/stats-plugin": "^0.2.0",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@fontsource/dosis": "^4.5.8",
|
|
"@fontsource/roboto": "^4.5.7",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"@lingui/core": "^3.13.3",
|
|
"@lingui/macro": "^3.13.3",
|
|
"@lingui/react": "^3.13.3",
|
|
"@mui/icons-material": "^5.8.2",
|
|
"@mui/lab": "^5.0.0-alpha.84",
|
|
"@mui/material": "5.1.1",
|
|
"@mui/styles": "^5.1.1",
|
|
"@testing-library/dom": "^8.13.0",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"eslint": "^7.32.0",
|
|
"handlebars": "^4.7.7",
|
|
"hls.js": "^0.14.17",
|
|
"jwt-decode": "^3.1.2",
|
|
"make-plural": "^7.1.0",
|
|
"react": "^17.0.2",
|
|
"react-colorful": "^5.5.1",
|
|
"react-device-detect": "^2.2.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"typescript": "^3.9.7",
|
|
"url-parse": "^1.5.10",
|
|
"uuid": "^8.3.2",
|
|
"video.js": "^7.19.2",
|
|
"videojs-overlay": "^2.1.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts --optimize-for-size build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"i18n-extract": "lingui extract",
|
|
"i18n-extract:clean": "lingui extract --clean",
|
|
"i18n-compile": "lingui compile",
|
|
"format": "prettier --write ./src"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app",
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/*.js"
|
|
],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
"> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11, maintained node versions"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.2",
|
|
"@lingui/cli": "^3.13.3",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"prettier": "^2.6.2",
|
|
"react-error-overlay": "^6.0.11"
|
|
},
|
|
"resolutions": {
|
|
"url-parse@1.5.3": "patch:url-parse@npm:1.5.3#.yarn/patches/url-parse-npm-1.5.3-225ab9cae7.patch",
|
|
"react-error-overlay": "6.0.9"
|
|
}
|
|
} |