128 lines
4.5 KiB
JSON
128 lines
4.5 KiB
JSON
{
|
|
"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/**",
|
|
"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.8",
|
|
"@iconify-json/logos": "1.2.4",
|
|
"@iconify-json/mingcute": "1.2.3",
|
|
"@iconify-json/simple-icons": "1.2.32",
|
|
"@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.14.1",
|
|
"@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.25.0",
|
|
"eslint-config-hyoban": "4.0.3",
|
|
"eslint-plugin-react-native": "5.0.0",
|
|
"fast-glob": "3.3.3",
|
|
"lint-staged": "15.5.1",
|
|
"nbump": "2.1.0",
|
|
"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",
|
|
"tailwindcss-uikit-colors": "0.5.1",
|
|
"tar": "7.4.3",
|
|
"tsx": "4.19.3",
|
|
"turbo": "2.5.0",
|
|
"typescript": "5.8.3",
|
|
"vite": "6.3.2",
|
|
"vite-bundle-analyzer": "0.19.0",
|
|
"vite-plugin-mkcert": "1.17.8",
|
|
"vite-plugin-pwa": "1.0.0",
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
"vitest": "3.1.1"
|
|
},
|
|
"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",
|
|
"expo-image": "patches/expo-image.patch"
|
|
},
|
|
"overrides": {
|
|
"@electron/node-gyp": "10.2.0-electron.2",
|
|
"is-core-module": "npm:@nolyfill/is-core-module@1.0.39",
|
|
"isarray": "npm:@nolyfill/isarray@1.0.44",
|
|
"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"
|
|
]
|
|
}
|
|
}
|