{ "name": "Seedit", "version": "0.5.10", "description": "A GUI for plebbit similar to old.reddit", "author": "Plebbit Labs", "type": "module", "license": "GPL-2.0-only", "private": true, "dependencies": { "@capacitor/app": "7.0.1", "@capacitor/filesystem": "^7.1.4", "@capacitor/local-notifications": "7.0.1", "@capacitor/share": "^7.0.2", "@capacitor/status-bar": "7.0.1", "@capawesome/capacitor-android-edge-to-edge-support": "7.2.2", "@floating-ui/react": "0.26.1", "@plebbit/plebbit-react-hooks": "https://github.com/plebbit/plebbit-react-hooks.git#eecac4503b7099b2dde22505869f2a70d280e14f", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "13.0.0", "@testing-library/user-event": "13.2.1", "@types/jest": "29.5.5", "@types/node": "20.8.2", "@types/react": "18.2.25", "@types/react-dom": "18.2.10", "ace-builds": "1.41.0", "cross-env": "7.0.3", "electron-context-menu": "3.3.0", "electron-is-dev": "2.0.0", "env-paths": "3.0.0", "ext-name": "5.0.0", "fastestsmallesttextencoderdecoder": "1.0.22", "form-data": "4.0.2", "fs-extra": "11.2.0", "gifuct-js": "2.1.2", "http-proxy": "1.18.1", "i18next": "23.5.1", "i18next-browser-languagedetector": "7.1.0", "i18next-http-backend": "2.2.2", "json-stringify-pretty-compact": "4.0.0", "lodash": "4.17.21", "memoizee": "0.4.15", "node-fetch": "2", "prettier": "3.0.3", "react": "19.1.2", "react-ace": "14.0.1", "react-dom": "19.1.2", "react-dropzone": "14.3.8", "react-grab": "^0.0.18", "react-i18next": "13.2.2", "react-markdown": "8.0.6", "react-router-dom": "6.16.0", "react-router-hash-link": "2.4.3", "react-virtuoso": "4.7.8", "rehype-raw": "7.0.0", "rehype-sanitize": "5.0.1", "remark-gfm": "3.0.1", "remark-supersub": "1.0.0", "tcp-port-used": "1.0.2", "text-encoding-utf-8": "1.0.2", "typescript": "5.1.6", "zustand": "4.4.3" }, "scripts": { "start": "vite", "build": "cross-env NODE_ENV=production PUBLIC_URL=./ GENERATE_SOURCEMAP=false vite build", "build:preload": "cross-env NODE_ENV=production vite build --config electron/vite.preload.config.js", "build-netlify": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" NODE_ENV=production PUBLIC_URL=./ GENERATE_SOURCEMAP=true VITE_COMMIT_REF=$COMMIT_REF CI='' vite build", "test": "vitest", "preview": "vite preview", "analyze-bundle": "cross-env NODE_ENV=production PUBLIC_URL=./ GENERATE_SOURCEMAP=true vite build && npx source-map-explorer 'build/assets/*.js'", "electron": "yarn build:preload && cross-env ELECTRON_IS_DEV=1 yarn electron:before && cross-env ELECTRON_IS_DEV=1 electron .", "electron:no-delete-data": "yarn electron:before:download-ipfs && electron .", "electron:start": "concurrently \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && yarn electron\"", "electron:start:no-delete-data": "concurrently \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && yarn electron:no-delete-data\"", "electron:build:linux": "yarn build && yarn build:preload && electron-rebuild && electron-builder build --publish never -l", "electron:build:windows": "yarn build && yarn build:preload && yarn electron-rebuild && electron-builder build --publish never -w", "electron:build:mac": "yarn build && yarn build:preload && yarn electron-rebuild && electron-builder build --publish never -m", "electron:build:mac:arm64": "cross-env SEEDIT_BUILD_ARCH=arm64 yarn build && yarn build:preload && yarn electron-rebuild && electron-builder build --publish never -m --arm64", "electron:build:mac:x64": "cross-env SEEDIT_BUILD_ARCH=x64 yarn build && yarn build:preload && yarn electron-rebuild && electron-builder build --publish never -m --x64", "electron:build:windows:arm64": "cross-env SEEDIT_BUILD_ARCH=arm64 yarn build && yarn build:preload && yarn electron-rebuild && electron-builder build --publish never -w --arm64", "electron:build:windows:x64": "cross-env SEEDIT_BUILD_ARCH=x64 yarn build && yarn build:preload && yarn electron-rebuild && electron-builder build --publish never -w --x64", "electron:build:linux:arm64": "cross-env SEEDIT_BUILD_ARCH=arm64 yarn build && yarn build:preload && electron-rebuild && electron-builder build --publish never -l --arm64", "electron:build:linux:x64": "cross-env SEEDIT_BUILD_ARCH=x64 yarn build && yarn build:preload && electron-rebuild && electron-builder build --publish never -l --x64", "electron:before": "yarn electron-rebuild && yarn electron:before:download-ipfs && yarn electron:before:delete-data", "electron:before:download-ipfs": "node electron/download-ipfs", "electron:before:delete-data": "rimraf .plebbit", "android:build:icons": "cordova-res android --skip-config --copy --resources /tmp/plebbit-react-android-icons --icon-source ./android/icons/icon.png --splash-source ./android/icons/splash.png --icon-foreground-source ./android/icons/icon-foreground.png --icon-background-source '#ffffee'", "prettier": "prettier {src,electron}/**/*.{js,ts,tsx} --write", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "android:build": "yarn build && npx cap sync android && npx cap run android" }, "browserslist": { "production": [ "chrome >= 67", "edge >= 79", "firefox >= 68", "opera >= 54", "safari >= 14" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@capacitor/android": "7.2.0", "@capacitor/cli": "7.2.0", "@capacitor/core": "7.2.0", "@electron/rebuild": "4.0.1", "@react-scan/vite-plugin-react-scan": "0.1.8", "@types/memoizee": "0.4.9", "@types/node-fetch": "2", "@typescript-eslint/eslint-plugin": "8.29.0", "@typescript-eslint/parser": "8.29.0", "@vitejs/plugin-react": "4.3.4", "assert": "2.1.0", "babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301", "browserify-sign": "4.2.3", "concurrently": "8.0.1", "conventional-changelog-cli": "4.1.0", "cordova-res": "0.15.4", "cross-env": "7.0.3", "crypto-browserify": "3.12.1", "cz-conventional-changelog": "3.3.0", "decompress": "4.2.1", "electron": "36.4.0", "electron-builder": "26.0.12", "eslint": "8.56.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301", "eslint-plugin-react-hooks": "5.2.0", "husky": "4.3.8", "isomorphic-fetch": "3.0.0", "lint-staged": "12.3.8", "react-scan": "0.3.4", "readable-stream": "4.7.0", "stream-browserify": "3.0.0", "vite": "6.2.1", "vite-plugin-eslint": "1.8.1", "vite-plugin-node-polyfills": "0.23.0", "vite-plugin-pwa": "0.21.1", "wait-on": "7.0.1" }, "resolutions": { "@bonfida/spl-name-service": "3.0.0" }, "main": "electron/main.js", "build": { "appId": "seedit.desktop", "productName": "seedit", "beforePack": "electron/before-pack.js", "afterAllArtifactBuild": "electron/after-all-artifact-build.cjs", "extraResources": [ { "from": "bin/${os}", "to": "bin", "filter": [ "**/*" ] } ], "files": [ "build/**/*", "electron/**/*", "package.json" ], "extends": null, "mac": { "target": "dmg", "category": "public.app-category.social-networking", "type": "distribution", "identity": null }, "win": { "target": [ "portable", "nsis" ] }, "linux": { "target": "AppImage", "category": "Network" } }, "lint-staged": { "{src,electron}/**/*.{js,ts,tsx}": [ "prettier --write" ] }, "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && cz --hook || true", "pre-commit": "lint-staged" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }