32 lines
818 B
JSON
32 lines
818 B
JSON
{
|
|
"name": "@affine/web",
|
|
"version": "0.22.4",
|
|
"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": "^9.2.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^6.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|