mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
Do not toggle navigation gesture native to avoid unexpected behavior. close AF-1958, AF-1797
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@affine/ios",
|
|
"version": "0.18.0",
|
|
"description": "AFFiNE Desktop Web application",
|
|
"private": true,
|
|
"browser": "src/index.tsx",
|
|
"scripts": {
|
|
"build": "affine bundle",
|
|
"dev": "affine bundle --dev",
|
|
"sync": "yarn cap sync",
|
|
"sync:dev": "CAP_SERVER_URL=http://localhost:8080 yarn cap sync"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/icons": "2.1.75",
|
|
"@capacitor/app": "^6.0.2",
|
|
"@capacitor/browser": "^6.0.4",
|
|
"@capacitor/core": "^6.2.0",
|
|
"@capacitor/haptics": "^6.0.2",
|
|
"@capacitor/ios": "^6.2.0",
|
|
"@capacitor/keyboard": "^6.0.3",
|
|
"@sentry/react": "^8.44.0",
|
|
"@toeverything/infra": "workspace:^",
|
|
"next-themes": "^0.4.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^6.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^6.2.0",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|