93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"name": "restreamer-ui",
|
|
"version": "1.5.1",
|
|
"bundle": "restreamer-v2.4.1",
|
|
"private": false,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@auth0/auth0-spa-js": "^2.0.0",
|
|
"@babel/plugin-syntax-flow": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@fontsource/dosis": "^4.5.10",
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@lingui/core": "^3.15.0",
|
|
"@lingui/macro": "^3.15.0",
|
|
"@lingui/react": "^3.15.0",
|
|
"@mui/icons-material": "^5.10.9",
|
|
"@mui/lab": "^5.0.0-alpha.107",
|
|
"@mui/material": "^5.10.13",
|
|
"@mui/styles": "^5.10.10",
|
|
"@testing-library/dom": "^8.19.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/react": "^18.0.25",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"eslint": "^8.27.0",
|
|
"handlebars": "^4.7.7",
|
|
"jwt-decode": "^3.1.2",
|
|
"make-plural": "^7.1.0",
|
|
"react": "^18.2.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-device-detect": "^2.2.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.3",
|
|
"react-router-dom": "^6.4.3",
|
|
"react-scripts": "5.0.1",
|
|
"semver": "^7.3.8",
|
|
"typescript": "^4.8.4",
|
|
"url-parse": "^1.5.10",
|
|
"uuid": "^9.0.0",
|
|
"video.js": "^7.20.3",
|
|
"videojs-overlay": "^2.1.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts --optimize-for-size build",
|
|
"test": "react-scripts test",
|
|
"test-ci": "react-scripts test --watchAll=false",
|
|
"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"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.2",
|
|
"@lingui/cli": "^3.15.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"prettier": "^2.7.1",
|
|
"react-error-overlay": "^6.0.11"
|
|
},
|
|
"resolutions": {}
|
|
} |