182 lines
5.9 KiB
JSON
182 lines
5.9 KiB
JSON
{
|
|
"name": "Follow",
|
|
"type": "module",
|
|
"version": "0.0.1-internal.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.5.0",
|
|
"description": "Next generation information browser",
|
|
"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": {
|
|
"build": "npm run typecheck && electron-vite build --outDir=dist && electron-forge make",
|
|
"build:web": "vite build",
|
|
"dev": "electron-vite dev --outDir=dist",
|
|
"dev:debug": "export DEBUG=true && vite --debug",
|
|
"dev:web": "vite",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"prepare": "pnpm exec simple-git-hooks && test -f .env || cp .env.example .env",
|
|
"publish": "electron-vite build --outDir=dist && electron-forge publish",
|
|
"start": "electron-vite preview",
|
|
"test": "vitest",
|
|
"typecheck": "npm run typecheck:node && npm run typecheck:web",
|
|
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
|
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false"
|
|
},
|
|
"dependencies": {
|
|
"@egoist/tipc": "0.3.1",
|
|
"@electron-toolkit/preload": "^3.0.1",
|
|
"@electron-toolkit/utils": "^3.0.0",
|
|
"@fontsource/sn-pro": "5.0.1",
|
|
"@hono/auth-js": "1.0.10",
|
|
"@hookform/resolvers": "3.9.0",
|
|
"@iconify/tools": "4.0.4",
|
|
"@radix-ui/react-alert-dialog": "1.1.1",
|
|
"@radix-ui/react-avatar": "1.1.0",
|
|
"@radix-ui/react-checkbox": "1.1.1",
|
|
"@radix-ui/react-collapsible": "1.1.0",
|
|
"@radix-ui/react-context-menu": "2.2.1",
|
|
"@radix-ui/react-dialog": "1.1.1",
|
|
"@radix-ui/react-dropdown-menu": "2.1.1",
|
|
"@radix-ui/react-label": "2.1.0",
|
|
"@radix-ui/react-navigation-menu": "1.2.0",
|
|
"@radix-ui/react-popover": "1.1.1",
|
|
"@radix-ui/react-radio-group": "1.2.0",
|
|
"@radix-ui/react-scroll-area": "1.1.0",
|
|
"@radix-ui/react-select": "2.1.1",
|
|
"@radix-ui/react-slider": "^1.2.0",
|
|
"@radix-ui/react-slot": "1.1.0",
|
|
"@radix-ui/react-switch": "1.1.0",
|
|
"@radix-ui/react-tabs": "1.1.0",
|
|
"@radix-ui/react-toast": "1.2.1",
|
|
"@radix-ui/react-tooltip": "1.1.2",
|
|
"@sentry/electron": "5.2.0",
|
|
"@sentry/react": "8.18.0",
|
|
"@sentry/vite-plugin": "2.21.1",
|
|
"@shikijs/transformers": "1.10.3",
|
|
"@t3-oss/env-core": "^0.10.1",
|
|
"@tanstack/query-sync-storage-persister": "5.51.4",
|
|
"@tanstack/react-query": "5.51.4",
|
|
"@tanstack/react-query-devtools": "5.51.4",
|
|
"@tanstack/react-query-persist-client": "5.51.4",
|
|
"@use-gesture/react": "10.3.1",
|
|
"@yornaath/batshit": "0.10.1",
|
|
"builder-util-runtime": "9.2.5-alpha.3",
|
|
"class-variance-authority": "0.7.0",
|
|
"click-to-react-component": "1.1.0",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.0.0",
|
|
"dayjs": "1.11.11",
|
|
"dexie": "4.0.8",
|
|
"dnum": "^2.13.1",
|
|
"dotenv": "16.4.5",
|
|
"electron-log": "5.1.6",
|
|
"electron-updater": "^6.2.1",
|
|
"font-list": "1.5.1",
|
|
"foxact": "0.2.36",
|
|
"framer-motion": "11.0.10",
|
|
"franc-min": "6.2.0",
|
|
"fuse.js": "7.0.0",
|
|
"hast-util-to-jsx-runtime": "2.3.0",
|
|
"idb-keyval": "6.2.1",
|
|
"immer": "10.1.1",
|
|
"jotai": "2.9.0",
|
|
"lethargy": "1.0.9",
|
|
"lodash-es": "4.17.21",
|
|
"lowdb": "7.0.1",
|
|
"markdown-it": "14.1.0",
|
|
"markdown-it-container": "4.0.0",
|
|
"ofetch": "1.3.4",
|
|
"path-to-regexp": "7.0.0",
|
|
"posthog-js": "1.148.0",
|
|
"posthog-node": "4.0.1",
|
|
"react-error-boundary": "4.0.13",
|
|
"react-fast-marquee": "1.6.5",
|
|
"react-hook-form": "7.52.1",
|
|
"react-hotkeys-hook": "4.5.0",
|
|
"react-intersection-observer": "9.13.0",
|
|
"react-resizable-layout": "0.7.2",
|
|
"react-router-dom": "6.25.0",
|
|
"react-virtuoso": "4.7.12",
|
|
"rehype-infer-description-meta": "2.0.0",
|
|
"rehype-parse": "9.0.0",
|
|
"rehype-sanitize": "6.0.0",
|
|
"rehype-stringify": "10.0.0",
|
|
"semver": "7.6.3",
|
|
"shiki": "1.10.3",
|
|
"sonner": "^1.5.0",
|
|
"swiper": "11.1.5",
|
|
"tailwind-merge": "2.4.0",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"tldts": "6.1.32",
|
|
"unified": "11.0.5",
|
|
"usehooks-ts": "3.1.0",
|
|
"vfile": "6.0.2",
|
|
"zod": "3.23.8",
|
|
"zustand": "4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@egoist/tailwindcss-icons": "1.8.1",
|
|
"@electron-forge/cli": "7.4.0",
|
|
"@electron-forge/maker-dmg": "7.4.0",
|
|
"@electron-forge/maker-squirrel": "7.4.0",
|
|
"@electron-forge/maker-zip": "7.4.0",
|
|
"@electron-forge/plugin-fuses": "7.4.0",
|
|
"@electron-forge/publisher-github": "7.4.0",
|
|
"@electron-toolkit/tsconfig": "^1.0.1",
|
|
"@iconify-json/mingcute": "1.1.18",
|
|
"@pengx17/electron-forge-maker-appimage": "1.2.1",
|
|
"@tailwindcss/container-queries": "0.1.1",
|
|
"@tailwindcss/typography": "0.5.13",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@types/markdown-it": "14.1.1",
|
|
"@types/markdown-it-container": "2.0.10",
|
|
"@types/node": "^20.14.11",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vercel/ncc": "0.38.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"drizzle-orm": "0.32.0",
|
|
"electron": "^30.1.2",
|
|
"electron-devtools-installer": "3.2.0",
|
|
"electron-vite": "^2.3.0",
|
|
"eslint": "^9.7.0",
|
|
"eslint-config-hyoban": "3.0.0-beta.27",
|
|
"fake-indexeddb": "6.0.0",
|
|
"hono": "4.4.7",
|
|
"lint-staged": "15.2.7",
|
|
"postcss": "8.4.39",
|
|
"postcss-js": "4.0.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rimraf": "6.0.1",
|
|
"rollup-plugin-visualizer": "5.12.0",
|
|
"simple-git-hooks": "2.11.1",
|
|
"tailwindcss": "3.4.6",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.3.4",
|
|
"vite-tsconfig-paths": "4.3.2",
|
|
"vitest": "2.0.3"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"sonner@1.5.0": "patches/sonner@1.5.0.patch",
|
|
"hono@4.4.7": "patches/hono@4.4.7.patch",
|
|
"@egoist/tipc@0.3.1": "patches/@egoist__tipc@0.3.1.patch"
|
|
}
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm exec lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
},
|
|
"productName": "Follow"
|
|
}
|