mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
close AF-1430 AF-1471 https://github.com/user-attachments/assets/d997ac6c-ce94-4fa4-ab34-29b36c7796ea
33 lines
971 B
JSON
33 lines
971 B
JSON
{
|
|
"name": "@affine/android",
|
|
"version": "0.17.0",
|
|
"description": "AFFiNE Desktop Web application",
|
|
"private": true,
|
|
"browser": "src/index.tsx",
|
|
"scripts": {
|
|
"build": "cross-env DISTRIBUTION=android yarn workspace @affine/cli bundle",
|
|
"dev": "yarn workspace @affine/cli dev",
|
|
"static-server": "cross-env DISTRIBUTION=android yarn workspace @affine/cli dev --static"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@blocksuite/affine": "0.17.25",
|
|
"@blocksuite/icons": "^2.1.67",
|
|
"@capacitor/android": "^6.1.2",
|
|
"@capacitor/core": "^6.1.2",
|
|
"@sentry/react": "^8.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^6.1.2",
|
|
"@types/react": "^18.2.75",
|
|
"@types/react-dom": "^18.2.24",
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|