{ "name": "@follow/monorepo", "type": "module", "private": true, "packageManager": "pnpm@10.6.3", "description": "Follow everything in one place", "author": "Folo Team", "license": "GPL-3.0-only", "homepage": "https://github.com/RSSNext", "repository": { "url": "https://github.com/RSSNext/follow", "type": "git" }, "scripts": { "build:web": "turbo run Folo#build:web", "dedupe:locales": "eslint --fix locales/**/*.json", "depcheck": "npx depcheck --quiet", "format": "prettier --write .", "format:check": "prettier --check .", "generator:i18n-template": "tsx scripts/generate-i18n-locale.ts", "hotfix": "vv -c bump.hotfix.config.js", "icons:sync": "tsx scripts/svg-to-rn.ts && prettier --write apps/mobile/src/icons/**/*.tsx && eslint --fix apps/mobile/src/icons/**/*.tsx", "icons:update": "tsx scripts/update-icon.ts", "lint": "pnpm run lint:tsl && eslint", "lint:fix": "eslint --fix", "lint:tsl": "tsslint --project apps/*/tsconfig.json", "mitproxy": "bash scripts/run-proxy.sh", "polyfill-optimize": "pnpx nolyfill install", "prepare": "simple-git-hooks && corepack prepare", "reinstall": "rm -rf node_modules && rm -rf apps/**/node_modules && rm -rf packages/**/node_modules && pnpm install", "test": "cross-env CI=1 pnpm --recursive run test", "typecheck": "turbo typecheck" }, "devDependencies": { "@egoist/tailwindcss-icons": "1.9.0", "@eslint/compat": "1.2.7", "@iconify-json/logos": "1.2.4", "@iconify-json/mingcute": "1.2.3", "@iconify-json/simple-icons": "1.2.29", "@iconify/tools": "4.1.2", "@tailwindcss/container-queries": "0.1.1", "@tailwindcss/typography": "0.5.16", "@tsslint/cli": "1.5.11", "@tsslint/config": "1.5.11", "@tsslint/eslint": "1.5.11", "@types/node": "22.13.14", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vercel/node": "5.1.14", "async-es": "3.2.6", "autoprefixer": "10.4.21", "cross-env": "7.0.3", "cssnano": "7.0.6", "eslint": "9.23.0", "eslint-config-hyoban": "4.0.2", "eslint-plugin-react-native": "5.0.0", "fast-glob": "3.3.3", "lint-staged": "15.5.0", "nbump": "2.0.7", "postcss": "8.5.3", "postcss-js": "4.0.1", "prettier": "3.5.3", "prettier-plugin-tailwindcss": "0.6.11", "raw-body": "3.0.0", "react": "18.3.1", "react-dom": "18.3.1", "rimraf": "6.0.1", "simple-git-hooks": "2.12.1", "svg-parser": "2.0.4", "tailwindcss": "3.4.17", "tailwindcss-animate": "1.0.7", "tailwindcss-motion": "1.1.0", "tailwindcss-safe-area": "0.6.0", "tar": "7.4.3", "tsx": "4.19.3", "turbo": "2.4.4", "typescript": "5.8.2", "vite": "6.2.3", "vite-bundle-analyzer": "0.18.1", "vite-plugin-mkcert": "1.17.8", "vite-plugin-pwa": "1.0.0", "vite-tsconfig-paths": "5.1.4", "vitest": "3.0.9" }, "pnpm": { "patchedDependencies": { "immer@10.1.1": "patches/immer@10.1.1.patch", "re-resizable@6.11.2": "patches/re-resizable@6.11.2.patch", "hono": "patches/hono.patch", "electron-context-menu@4.0.5": "patches/electron-context-menu@4.0.5.patch", "@mozilla/readability@0.6.0": "patches/@mozilla__readability@0.6.0.patch", "daisyui@4.12.24": "patches/daisyui@4.12.24.patch", "jsonpointer": "patches/jsonpointer.patch", "workbox-precaching": "patches/workbox-precaching.patch", "@pengx17/electron-forge-maker-appimage": "patches/@pengx17__electron-forge-maker-appimage.patch", "devlop": "patches/devlop.patch", "@microflash/remark-callout-directives": "patches/@microflash__remark-callout-directives.patch", "react-native-track-player": "patches/react-native-track-player.patch", "react-native-sheet-transitions": "patches/react-native-sheet-transitions.patch", "react-native-screens": "patches/react-native-screens.patch" }, "overrides": { "@electron/node-gyp": "10.2.0-electron.2", "expo-dev-menu": "6.0.21", "is-core-module": "npm:@nolyfill/is-core-module@1", "isarray": "npm:@nolyfill/isarray@1", "react": "18.3.1", "react-dom": "18.3.1", "unist-util-visit-parents": "5.1.3", "vfile": "5.3.7" } }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged" }, "lint-staged": { "*": [ "eslint --fix", "prettier --ignore-unknown --write" ], "locales/**/*.json": [ "npm run dedupe:locales", "git add locales" ] } }