mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 18:54:58 +00:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fontsource/roboto": "^5.1.1",
|
|
"@mui/icons-material": "^6.4.5",
|
|
"@mui/material": "^6.4.5",
|
|
"@videojs/http-streaming": "^3.17.0",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"eslint": "^8.57.1",
|
|
"formik": "^2.4.6",
|
|
"hls.js": "^1.5.20",
|
|
"material-react-table": "^3.2.0",
|
|
"mpegts.js": "^1.4.2",
|
|
"planby": "^1.1.7",
|
|
"pm2": "^5.4.3",
|
|
"prettier": "^3.5.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-draggable": "4.4.6",
|
|
"react-router-dom": "^7.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-window": "^1.8.11",
|
|
"video.js": "^8.21.0",
|
|
"web-vitals": "^2.1.4",
|
|
"yup": "^1.6.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=9191 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"format": "prettier --write ."
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"proxy": "http://localhost:5656"
|
|
}
|