{ "name": "movie-web", "version": "4.0.0", "private": true, "homepage": "https://movie-web.app", "dependencies": { "@formkit/auto-animate": "^0.7.0", "@headlessui/react": "^1.5.0", "@movie-web/providers": "^1.0.2", "@react-spring/web": "^9.7.1", "@sozialhelden/ietf-language-tags": "^5.4.2", "classnames": "^2.3.2", "core-js": "^3.29.1", "dompurify": "^3.0.1", "flag-icons": "^6.11.1", "fscreen": "^1.2.0", "fuse.js": "^6.4.6", "graphql-request": "^6.1.0", "hls.js": "^1.0.7", "i18next": "^22.4.5", "immer": "^10.0.2", "ofetch": "^1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-ga4": "^2.0.0", "react-helmet-async": "^1.3.0", "react-i18next": "^12.1.1", "react-router-dom": "^5.2.0", "react-stickynode": "^4.1.0", "react-use": "^17.4.0", "slugify": "^1.6.6", "subsrt-ts": "^2.1.1", "unzipit": "^1.4.3", "zustand": "^4.3.9" }, "scripts": { "dev": "vite", "build": "vite build", "build:pwa": "cross-env VITE_PWA_ENABLED=yes 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" ] }, "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.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.0.1", "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" } }