-
Notifications
You must be signed in to change notification settings - Fork 719
/
package.json
166 lines (166 loc) · 5.45 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "Follow",
"type": "module",
"version": "0.2.4-beta.0",
"private": true,
"packageManager": "[email protected]",
"description": "Follow your favorites in one inbox",
"author": "Follow Team",
"license": "GPL-3.0-only",
"homepage": "https://github.com/RSSNext",
"repository": {
"url": "https://github.com/RSSNext/follow",
"type": "git"
},
"main": "./dist/main/index.js",
"scripts": {
"analyze:web": "analyzer=1 vite build",
"build": "electron-vite build && electron-forge make",
"build:macos": "electron-vite build && electron-forge make --arch=x64 --platform=darwin && electron-forge make --arch=arm64 --platform=darwin && tsx scripts/merge-yml.ts",
"build:web": "rm -rf out/web && cross-env WEB_BUILD=1 vite build",
"bump": "vv",
"dedupe:locales": "eslint --fix locales/**/*.json",
"depcheck": "npx depcheck --quiet",
"dev": "electron-vite dev",
"dev:debug": "export DEBUG=true && vite --debug",
"dev:server": "pnpm run --filter=server dev",
"dev:web": "vite",
"format": "prettier --write .",
"format:check": "prettier --check .",
"generator:i18n-template": "tsx scripts/generate-i18n-locale.ts",
"hotfix": "vv -c bump.hotfix.config.js",
"lint": "eslint",
"lint:fix": "eslint --fix",
"polyfill-optimize": "pnpx nolyfill install",
"prepare": "pnpm exec simple-git-hooks && shx test -f .env || shx cp .env.example .env",
"publish": "electron-vite build && electron-forge publish",
"start": "electron-vite preview",
"sync:ab": "tsx scripts/pull-ab-flags.ts",
"test": "CI=1 pnpm --recursive run test",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@babel/generator": "7.26.2",
"@clack/prompts": "0.7.0",
"@egoist/tailwindcss-icons": "1.8.1",
"@electron-forge/cli": "7.5.0",
"@electron-forge/maker-dmg": "7.5.0",
"@electron-forge/maker-squirrel": "7.5.0",
"@electron-forge/maker-zip": "7.5.0",
"@electron-forge/plugin-fuses": "7.5.0",
"@electron-forge/publisher-github": "7.5.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@fontsource/sn-pro": "5.1.0",
"@hono/node-server": "1.13.4",
"@hookform/resolvers": "3.9.1",
"@iconify-json/logos": "1.2.3",
"@iconify-json/mingcute": "1.2.1",
"@iconify-json/simple-icons": "^1.2.10",
"@iconify/tools": "4.0.7",
"@microflash/remark-callout-directives": "4.3.2",
"@mozilla/readability": "^0.5.0",
"@pengx17/electron-forge-maker-appimage": "1.2.1",
"@sentry/vite-plugin": "2.22.6",
"@t3-oss/env-core": "^0.11.1",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.15",
"@types/html-minifier-terser": "7.0.2",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vercel/node": "3.2.24",
"@vitejs/plugin-legacy": "5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"async-es": "^3.2.6",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cssnano": "7.0.6",
"dnum": "^2.14.0",
"dotenv": "16.4.5",
"drizzle-orm": "0.34.1",
"electron": "33.0.2",
"electron-devtools-installer": "3.2.0",
"electron-packager-languages": "0.5.0",
"electron-vite": "^2.3.0",
"eslint": "^9.14.0",
"eslint-config-hyoban": "^3.1.12",
"fake-indexeddb": "6.0.0",
"happy-dom": "15.8.0",
"hono": "4.6.8",
"html-minifier-terser": "7.2.0",
"js-yaml": "4.1.0",
"lint-staged": "15.2.10",
"nbump": "2.0.7",
"postcss": "8.4.47",
"postcss-js": "4.0.1",
"prettier": "3.3.3",
"raw-body": "3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "6.0.1",
"shx": "^0.3.4",
"simple-git-hooks": "2.11.1",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"tailwindcss-motion": "0.3.0-beta",
"tailwindcss-safe-area": "0.6.0",
"tsup": "8.3.5",
"tsx": "4.19.2",
"turbo": "2.2.3",
"typescript": "5.6.3",
"unplugin-ast": "^0.11.0",
"vite": "^5.4.10",
"vite-bundle-analyzer": "0.13.1",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-pwa": "0.21.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.5"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[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"
},
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1"
}
},
"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"
]
},
"bump": {
"before": [
"git pull --rebase",
"tsx scripts/apply-changelog.ts ${NEW_VERSION}",
"git add changelog"
],
"after": [
"gh pr create --title 'chore: Release v${NEW_VERSION}' --body 'v${NEW_VERSION}' --base main --head dev"
],
"commit_message": "chore(release): release v${NEW_VERSION}",
"tag": false,
"changelog": true,
"allowed_branches": [
"dev"
]
},
"productName": "Follow"
}