2024-08-21 16:17:35 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/mobile",
|
|
|
|
"version": "0.16.0",
|
|
|
|
"description": "AFFiNE Desktop Web application",
|
|
|
|
"private": true,
|
|
|
|
"browser": "src/index.tsx",
|
|
|
|
"scripts": {
|
2024-09-18 08:09:42 +03:00
|
|
|
"build": "cross-env DISTRIBUTION=mobile yarn workspace @affine/cli bundle",
|
2024-09-02 13:20:23 +03:00
|
|
|
"dev": "yarn workspace @affine/cli dev",
|
|
|
|
"static-server": "cross-env DISTRIBUTION=mobile yarn workspace @affine/cli dev --static"
|
2024-08-21 16:17:35 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@affine/component": "workspace:*",
|
|
|
|
"@affine/core": "workspace:*",
|
2024-09-12 10:42:57 +03:00
|
|
|
"@affine/i18n": "workspace:*",
|
2024-09-18 15:11:14 +03:00
|
|
|
"@blocksuite/blocks": "0.17.11",
|
2024-09-14 17:52:50 +03:00
|
|
|
"@blocksuite/icons": "^2.1.67",
|
2024-08-21 16:17:35 +03:00
|
|
|
"@sentry/react": "^8.0.0",
|
|
|
|
"react": "^18.2.0",
|
2024-08-29 09:09:46 +03:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-router-dom": "^6.26.1"
|
2024-08-21 16:17:35 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.2.75",
|
|
|
|
"@types/react-dom": "^18.2.24",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"typescript": "^5.4.5"
|
|
|
|
}
|
|
|
|
}
|