mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 19:11:32 +03:00
f397815ad1
## 0.17.11
### Patch Changes
- [3c61be5](3c61be5ded
): - Refactor drag handle widget
- Split embed blocks to `@blocksuite/affine-block-embed`
- Fix latex selected state in edgeless mode
- Fix unclear naming
- Fix prototype pollution
- Fix portal interaction in affine modal
- Fix paste linked block on edgeless
- Add scroll anchoring widget
- Add highlight selection
30 lines
867 B
JSON
30 lines
867 B
JSON
{
|
|
"name": "@affine/mobile",
|
|
"version": "0.16.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/blocks": "0.17.11",
|
|
"@blocksuite/icons": "^2.1.67",
|
|
"@sentry/react": "^8.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.75",
|
|
"@types/react-dom": "^18.2.24",
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|