-
Notifications
You must be signed in to change notification settings - Fork 971
/
Copy pathpackage.json
132 lines (132 loc) · 4.65 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
130
131
132
{
"name": "@follow/monorepo",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"description": "Follow everything in one place",
"author": "Follow 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 Follow#build @follow/ssr#build",
"build:electron": "turbo run Follow#build",
"build:macos": "turbo run Follow#build:macos",
"build:mas": "turbo run Follow#build:mas",
"build:render": "turbo run Follow#build:render",
"build:ssr": "turbo run @follow/ssr#build",
"build:web": "turbo run Follow#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.25",
"@iconify/tools": "4.1.1",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.16",
"@tsslint/cli": "1.5.8",
"@tsslint/config": "1.5.8",
"@tsslint/eslint": "1.5.8",
"@types/node": "22.13.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/node": "5.1.7",
"async-es": "3.2.6",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cssnano": "7.0.6",
"eslint": "9.22.0",
"eslint-config-hyoban": "4.0.0",
"eslint-plugin-react-native": "5.0.0",
"fast-glob": "3.3.3",
"lint-staged": "15.4.3",
"nbump": "2.0.7",
"postcss": "8.5.2",
"postcss-js": "4.0.1",
"prettier": "3.5.1",
"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.16",
"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.2",
"typescript": "5.7.3",
"vite": "6.1.0",
"vite-bundle-analyzer": "0.17.1",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-pwa": "0.21.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.6"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"re-resizable": "patches/[email protected]",
"hono": "patches/hono.patch",
"electron-context-menu": "patches/electron-context-menu.patch",
"@mozilla/readability": "patches/@mozilla__readability.patch",
"daisyui": "patches/daisyui.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",
"eslint-plugin-tailwindcss": "patches/eslint-plugin-tailwindcss.patch"
},
"overrides": {
"app-builder-lib": "25.1.8",
"electron": "34.2.0",
"esbuild": "0.24.2",
"expo-modules-core": "2.2.0",
"is-core-module": "npm:@nolyfill/is-core-module@1",
"isarray": "npm:@nolyfill/isarray@1",
"lightningcss": "1.29.1",
"typescript": "5.7.3",
"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"
]
}
}