mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
32 lines
820 B
JSON
32 lines
820 B
JSON
{
|
|
"name": "@affine/web",
|
|
"version": "0.26.0",
|
|
"description": "AFFiNE Desktop Web application",
|
|
"private": true,
|
|
"browser": "src/index.tsx",
|
|
"scripts": {
|
|
"build": "affine bundle",
|
|
"dev": "affine bundle --dev"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/nbstore": "workspace:*",
|
|
"@affine/track": "workspace:*",
|
|
"@emotion/react": "^11.14.0",
|
|
"@sentry/react": "^10.0.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-router-dom": "^6.30.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"cross-env": "^10.1.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|