mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 12:41:41 +03:00
11aa6f63b2
[BS-898](https://linear.app/affine-design/issue/BS-898/move-ai-chat-block-to-affine) Should be merged after https://github.com/toeverything/blocksuite/pull/8420 merged and bumped.
30 lines
867 B
JSON
30 lines
867 B
JSON
{
|
|
"name": "@affine/mobile",
|
|
"version": "0.17.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.17.19",
|
|
"@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"
|
|
}
|
|
}
|