65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@follow/electron-main",
|
|
"type": "module",
|
|
"private": true,
|
|
"author": "Follow Team",
|
|
"license": "GPL-3.0-only",
|
|
"homepage": "https://github.com/RSSNext",
|
|
"repository": {
|
|
"url": "https://github.com/RSSNext/follow",
|
|
"type": "git"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./export.d.ts",
|
|
"import": "./export.js"
|
|
}
|
|
},
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@egoist/tipc": "0.3.2",
|
|
"@electron-toolkit/preload": "3.0.1",
|
|
"@electron-toolkit/utils": "4.0.0",
|
|
"@eneris/push-receiver": "4.3.0",
|
|
"@follow/shared": "workspace:*",
|
|
"@mozilla/readability": "0.5.0",
|
|
"@openpanel/web": "1.0.1",
|
|
"@sentry/electron": "5.11.0",
|
|
"builder-util-runtime": "9.2.10",
|
|
"chardet": "2.0.0",
|
|
"cookie-es": "1.2.2",
|
|
"dompurify": "3.2.4",
|
|
"electron-context-menu": "4.0.5",
|
|
"electron-log": "5.3.0",
|
|
"electron-squirrel-startup": "1.0.1",
|
|
"electron-store": "10.0.1",
|
|
"electron-updater": "6.3.9",
|
|
"es-toolkit": "1.32.0",
|
|
"fast-folder-size": "2.4.0",
|
|
"font-list": "1.5.1",
|
|
"i18next": "24.2.2",
|
|
"js-yaml": "4.1.0",
|
|
"linkedom": "0.18.9",
|
|
"lowdb": "7.0.1",
|
|
"msedge-tts": "2.0.0",
|
|
"node-machine-id": "1.1.12",
|
|
"ofetch": "1.4.1",
|
|
"semver": "7.7.1",
|
|
"tar": "7.4.3",
|
|
"vscode-languagedetection": "npm:@vscode/vscode-languagedetection@1.0.22"
|
|
},
|
|
"devDependencies": {
|
|
"@follow/types": "workspace:*",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/node": "22.13.4",
|
|
"electron": "34.2.0",
|
|
"electron-devtools-installer": "4.0.0",
|
|
"hono": "4.7.2"
|
|
}
|
|
}
|