{ "name": "@statusphere/client", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "start": "vite preview --port 3000", "clean": "rimraf dist", "typecheck": "tsc --noEmit" }, "dependencies": { "@atproto/api": "^0.14.7", "@atproto/xrpc": "^0.6.9", "@statusphere/lexicon": "workspace:*", "@tailwindcss/vite": "^4.0.9", "@tanstack/react-query": "^5.66.11", "iron-session": "^8.0.4", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.2.0" }, "devDependencies": { "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.25.0", "@typescript-eslint/parser": "^8.25.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221", "eslint": "^9.21.0", "eslint-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "postcss": "^8.5.3", "tailwindcss": "^4.0.9", "typescript": "^5.8.2", "vite": "^6.2.0", "vite-tsconfig-paths": "^5.1.4" } }