forked from RSSNext/Folo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"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:all": "turbo run Folo#build @follow/ssr#build",
"build:electron": "turbo run Folo#build",
"build:macos": "turbo run Folo#build:macos",
"build:mas": "turbo run Folo#build:mas",
"build:render": "turbo run Folo#build:render",
"build:ssr": "turbo run @follow/ssr#build",
"build:web": "turbo run Folo#build:web",
"dedupe:locales": "eslint --fix apps/desktop/locales/**/*.json",
"depcheck": "npx depcheck --quiet",
"format": "prettier --write .",
"format:check": "prettier --check .",
"hotfix": "vv -c bump.hotfix.config.js",
"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",
"sync:icons": "tsx scripts/svg-to-rn.ts && prettier --write apps/mobile/src/icons/**/*.tsx && eslint --fix apps/mobile/src/icons/**/*.tsx",
"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.28",
"@iconify/tools": "4.1.1",
"@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.10",
"@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.11.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.2",
"vite-bundle-analyzer": "0.17.3",
"vite-plugin-mkcert": "1.17.8",
"vite-plugin-pwa": "0.21.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.8"
},
"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"
},
"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"
]
}
}