2024-08-21 16:17:35 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/mobile",
|
2024-11-14 06:41:51 +03:00
|
|
|
"version": "0.18.0",
|
2024-08-21 16:17:35 +03:00
|
|
|
"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-12-13 09:58:42 +03:00
|
|
|
"@blocksuite/affine": "0.19.0",
|
2024-12-05 05:21:21 +03:00
|
|
|
"@blocksuite/icons": "2.1.75",
|
2024-12-13 11:08:06 +03:00
|
|
|
"@sentry/react": "^8.44.0",
|
2024-12-12 12:43:42 +03:00
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0",
|
2024-12-13 11:08:06 +03:00
|
|
|
"react-router-dom": "^6.28.0"
|
2024-08-21 16:17:35 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-13 11:08:06 +03:00
|
|
|
"@types/react": "^19.0.1",
|
|
|
|
"@types/react-dom": "^19.0.2",
|
2024-08-21 16:17:35 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2024-12-13 11:08:06 +03:00
|
|
|
"typescript": "^5.7.2"
|
2024-08-21 16:17:35 +03:00
|
|
|
}
|
|
|
|
}
|