{
  "name": "movie-web",
  "version": "4.0.1",
  "private": true,
  "homepage": "https://movie-web.app",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:pwa": "cross-env VITE_PWA_ENABLED=true vite build",
    "test": "vitest run",
    "preview": "vite preview",
    "lint": "eslint --ext .tsx,.ts src",
    "lint:fix": "eslint --fix --ext .tsx,.ts src",
    "lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",
    "preinstall": "npx -y only-allow pnpm"
  },
  "browserslist": {
    "production": [
      "defaults",
      "chrome > 90"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@formkit/auto-animate": "^0.7.0",
    "@headlessui/react": "^1.5.0",
    "@movie-web/providers": "^1.1.5",
    "@noble/hashes": "^1.3.2",
    "@react-spring/web": "^9.7.1",
    "@scure/bip39": "^1.2.1",
    "@sozialhelden/ietf-language-tags": "^5.4.2",
    "@types/node-forge": "^1.3.8",
    "classnames": "^2.3.2",
    "core-js": "^3.29.1",
    "dompurify": "^3.0.1",
    "flag-icons": "^6.11.1",
    "focus-trap-react": "^10.2.3",
    "fscreen": "^1.2.0",
    "fuse.js": "^6.4.6",
    "hls.js": "^1.0.7",
    "i18next": "^22.4.5",
    "immer": "^10.0.2",
    "iso-639-1": "^3.1.0",
    "lodash.isequal": "^4.5.0",
    "node-forge": "^1.3.1",
    "ofetch": "^1.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-ga4": "^2.0.0",
    "react-google-recaptcha-v3": "^1.10.1",
    "react-helmet-async": "^1.3.0",
    "react-i18next": "^12.1.1",
    "react-router-dom": "^5.2.0",
    "react-sticky-el": "^2.1.0",
    "react-use": "^17.4.0",
    "slugify": "^1.6.6",
    "subsrt-ts": "^2.1.1",
    "zustand": "^4.3.9"
  },
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@types/chromecast-caf-sender": "^1.0.5",
    "@types/crypto-js": "^4.1.1",
    "@types/dompurify": "^2.4.0",
    "@types/fscreen": "^1.0.1",
    "@types/lodash.isequal": "^4.5.8",
    "@types/lodash.throttle": "^4.1.7",
    "@types/node": "^17.0.15",
    "@types/pako": "^2.0.0",
    "@types/react": "^17.0.39",
    "@types/react-dom": "^17.0.11",
    "@types/react-helmet": "^6.1.6",
    "@types/react-router": "^5.1.20",
    "@types/react-router-dom": "^5.3.3",
    "@types/react-stickynode": "^4.0.0",
    "@types/react-transition-group": "^4.4.5",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.13.0",
    "@vitejs/plugin-react": "^3.1.0",
    "autoprefixer": "^10.4.13",
    "cross-env": "^7.0.3",
    "eslint": "^8.10.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-prettier": "^8.6.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "7.29.4",
    "eslint-plugin-react-hooks": "4.3.0",
    "glob": "^10.3.3",
    "handlebars": "^4.7.7",
    "jsdom": "^21.1.0",
    "postcss": "^8.4.20",
    "prettier": "^2.5.1",
    "prettier-plugin-tailwindcss": "^0.1.7",
    "tailwind-scrollbar": "^2.0.1",
    "tailwindcss": "^3.2.4",
    "tailwindcss-themer": "^3.1.0",
    "type-fest": "^4.3.3",
    "typescript": "^4.6.4",
    "vite": "^4.4.12",
    "vite-plugin-checker": "^0.5.6",
    "vite-plugin-package-version": "^1.0.2",
    "vite-plugin-pwa": "^0.16.5",
    "vite-plugin-static-copy": "^0.16.0",
    "vitest": "^0.28.5"
  },
  "pnpm": {
    "overrides": {
      "get-func-name@<2.0.1": ">=2.0.1",
      "postcss@<8.4.31": ">=8.4.31",
      "@babel/traverse@<7.23.2": ">=7.23.2",
      "crypto-js@<4.2.0": ">=4.2.0"
    }
  }
}