{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --check --ignore-path .gitignore '!src/utils/jotai-utils.tsx' .", "format:fix": "prettier --write --ignore-path .gitignore '!src/utils/jotai-utils.tsx' ." }, "dependencies": { "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3", "@jellyfin/libass-wasm": "^4.1.1", "@kyoo/models": "workspace:^", "@kyoo/primitives": "workspace:^", "@kyoo/ui": "workspace:^", "@material-symbols/svg-400": "^0.4.2", "@mui/icons-material": "^5.8.4", "@mui/material": "^5.8.7", "@mui/system": "^5.10.10", "@tanstack/react-query": "^4.19.1", "clsx": "^1.2.1", "csstype": "^3.1.1", "expo-linear-gradient": "^12.0.1", "hls.js": "^1.2.8", "i18next": "^22.0.6", "jotai": "^1.10.0", "moti": "^0.21.0", "next": "13.0.5", "next-fonts": "^1.5.1", "next-translate": "^1.6.0", "raf": "^3.4.1", "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.0.0", "react-native-reanimated": "^2.13.0", "react-native-svg": "13.4.0", "react-native-web": "^0.18.10", "solito": "^2.0.5", "superjson": "^1.11.0", "yoshiki": "0.3.1", "zod": "^3.19.1" }, "devDependencies": { "@svgr/webpack": "^6.5.1", "@types/node": "18.11.9", "@types/react": "18.0.25", "@types/react-dom": "18.0.9", "copy-webpack-plugin": "^11.0.0", "eslint": "^8.28.0", "eslint-config-next": "13.0.5", "typescript": "^4.9.3", "webpack": "^5.75.0" } }