2024-03-19 10:48:56 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/web",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "AFFiNE Desktop Web application",
|
|
|
|
"private": true,
|
|
|
|
"browser": "src/index.tsx",
|
|
|
|
"scripts": {
|
|
|
|
"build": "yarn workspace @affine/cli build",
|
|
|
|
"dev": "yarn workspace @affine/cli dev",
|
|
|
|
"static-server": "yarn workspace @affine/cli dev --static"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@affine/component": "workspace:*",
|
|
|
|
"@affine/core": "workspace:*",
|
|
|
|
"@affine/env": "workspace:*",
|
|
|
|
"@juggle/resize-observer": "^3.4.0",
|
2024-03-28 13:24:25 +03:00
|
|
|
"@sentry/react": "^7.108.0",
|
2024-03-22 19:43:26 +03:00
|
|
|
"core-js": "^3.36.1",
|
2024-03-19 10:48:56 +03:00
|
|
|
"intl-segmenter-polyfill-rs": "^0.1.7",
|
2024-03-27 07:36:09 +03:00
|
|
|
"jotai": "^2.7.1",
|
2024-03-19 10:48:56 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine/cli": "workspace:*",
|
|
|
|
"@types/react": "^18.2.60",
|
|
|
|
"@types/react-dom": "^18.2.19",
|
|
|
|
"typescript": "^5.3.3"
|
|
|
|
}
|
|
|
|
}
|