{
    "name": "torrent-stream-server-frontend",
    "version": "1.9.0",
    "private": true,
    "dependencies": {
        "@silvermine/videojs-chromecast": "^1.3.1",
        "@testing-library/jest-dom": "^5.12.0",
        "@testing-library/react": "^11.2.7",
        "@testing-library/user-event": "^13.1.9",
        "@types/jest": "^26.0.23",
        "@types/react": "^17.0.8",
        "@types/react-dom": "^17.0.5",
        "@types/react-router-dom": "^5.1.7",
        "@types/react-select": "^4.0.16",
        "@types/video.js": "^7.3.18",
        "bootstrap": "^5.0.1",
        "classnames": "^2.3.1",
        "common-stuff": "^1.5.2",
        "ismobilejs": "^1.1.1",
        "node-sass": "^6.0.0",
        "react": "^17.0.2",
        "react-app-polyfill": "^2.0.0",
        "react-async-hook": "^3.6.2",
        "react-bootstrap": "^1.6.1",
        "react-dom": "^17.0.2",
        "react-hook-form": "^7.11.1",
        "react-router-dom": "^5.2.0",
        "react-scripts": "4.0.3",
        "react-select": "^4.3.1",
        "react-toastify": "^7.0.4",
        "reactn": "^2.2.7",
        "timeago.js": "^4.0.2",
        "typescript": "~4.3.5",
        "video.js": "^7.13.3"
    },
    "scripts": {
        "start": "PORT=3001 REACT_APP_VERSION=$npm_package_version SKIP_PREFLIGHT_CHECK=true react-scripts start",
        "build": "REACT_APP_VERSION=$npm_package_version SKIP_PREFLIGHT_CHECK=true react-scripts build",
        "test": "react-scripts test"
    },
    "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": {},
    "prettier": {
        "semi": false,
        "singleQuote": true
    }
}
