Something went wrong. Try again.
A Bsky-like frontend using the atprotocol natively.
Something went wrong. Try again.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657{ "name": "foxsky", "private": true, "license": "CC-BY-NC-4.0", "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "android:setup": "npm run build && npx cap add android", "android:sync": "npm run build && npx cap sync android", "android:open": "npx cap open android", "android:dev": "npm run build && npx cap sync android && npx cap run android", "android:remote": "npx cap sync android && npx cap run android" }, "dependencies": { "@atproto/api": "^0.19.9", "@atproto/oauth-client-browser": "^0.3.41", "@capacitor/app": "^8.1.0", "@fortawesome/fontawesome-svg-core": "^7.2.0", "@fortawesome/free-regular-svg-icons": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.3.0", "hls.js": "^1.6.16", "mux.js": "^6.3.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^7.14.1" }, "devDependencies": { "@capacitor/android": "^8.3.1", "@capacitor/cli": "^8.3.1", "@capacitor/core": "^8.3.1", "@eslint/js": "^9.39.4", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "^24.12.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "jsdom": "^29.0.2", "typescript": "~6.0.2", "typescript-eslint": "^8.58.0", "vite": "^8.0.4", "vitest": "^4.1.4" }}