{ "name": "@affine/mobile", "version": "0.18.0", "description": "AFFiNE Desktop Web application", "private": true, "browser": "src/index.tsx", "scripts": { "build": "cross-env DISTRIBUTION=mobile yarn workspace @affine/cli bundle", "dev": "yarn workspace @affine/cli dev", "static-server": "cross-env DISTRIBUTION=mobile yarn workspace @affine/cli dev --static" }, "dependencies": { "@affine/component": "workspace:*", "@affine/core": "workspace:*", "@affine/i18n": "workspace:*", "@blocksuite/affine": "0.19.0", "@blocksuite/icons": "2.1.75", "@sentry/react": "^8.44.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^6.28.0" }, "devDependencies": { "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "cross-env": "^7.0.3", "typescript": "^5.7.2" } }