2024-10-18 12:30:38 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/android",
|
2024-11-14 06:41:51 +03:00
|
|
|
"version": "0.18.0",
|
2024-10-18 12:30:38 +03:00
|
|
|
"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:*",
|
2024-11-13 15:01:28 +03:00
|
|
|
"@blocksuite/affine": "0.17.32",
|
2024-11-12 12:23:57 +03:00
|
|
|
"@blocksuite/icons": "^2.1.69",
|
2024-10-18 12:30:38 +03:00
|
|
|
"@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",
|
2024-10-30 15:18:00 +03:00
|
|
|
"typescript": "^5.6.3"
|
2024-10-18 12:30:38 +03:00
|
|
|
}
|
|
|
|
}
|