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": {
|
|
|
|
"build": "cross-env DISTRIBUTION=mobile yarn workspace @affine/cli build",
|
|
|
|
"dev": "yarn workspace @affine/cli dev"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@affine/component": "workspace:*",
|
|
|
|
"@affine/core": "workspace:*",
|
|
|
|
"@affine/env": "workspace:*",
|
2024-08-29 09:09:46 +03:00
|
|
|
"@blocksuite/icons": "^2.1.64",
|
2024-08-21 16:17:35 +03:00
|
|
|
"@sentry/react": "^8.0.0",
|
2024-08-29 09:09:46 +03:00
|
|
|
"@toeverything/theme": "^1.0.7",
|
|
|
|
"clsx": "^2.1.1",
|
2024-08-21 16:17:35 +03:00
|
|
|
"core-js": "^3.36.1",
|
|
|
|
"intl-segmenter-polyfill-rs": "^0.1.7",
|
|
|
|
"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": {
|
|
|
|
"@affine/cli": "workspace:*",
|
|
|
|
"@types/react": "^18.2.75",
|
|
|
|
"@types/react-dom": "^18.2.24",
|
2024-08-29 09:09:46 +03:00
|
|
|
"@vanilla-extract/css": "^1.15.5",
|
|
|
|
"@vanilla-extract/dynamic": "^2.1.2",
|
2024-08-21 16:17:35 +03:00
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"typescript": "^5.4.5"
|
|
|
|
}
|
|
|
|
}
|