{ "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": { "@kyoo/models": "workspace:^", "@kyoo/primitives": "workspace:^", "@kyoo/ui": "workspace:^", "@material-symbols/svg-400": "^0.5.0", "@radix-ui/react-dropdown-menu": "^2.0.4", "@tanstack/react-query": "^4.26.1", "expo-linear-gradient": "^12.1.2", "hls.js": "^1.3.4", "i18next": "^22.4.11", "jotai": "^2.0.3", "libass-wasm": "^4.1.0", "moti": "^0.24.2", "next": "13.2.4", "next-translate": "^2.0.2", "raf": "^3.4.1", "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.2.0", "react-native-reanimated": "^3.0.2", "react-native-svg": "13.8.0", "react-native-video": "^6.0.0-alpha.5", "react-native-web": "0.0.0-c26cb9b08", "solito": "^3.0.0", "superjson": "^1.12.2", "yoshiki": "1.2.2", "zod": "^3.21.4" }, "devDependencies": { "@svgr/webpack": "^6.5.1", "@types/node": "18.15.3", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "@types/react-native-video": "^5.0.14", "copy-webpack-plugin": "^11.0.0", "eslint": "^8.36.0", "eslint-config-next": "13.2.4", "typescript": "^4.9.5", "webpack": "^5.76.1" } }