mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-03-22 23:30:36 +08:00
#### PR Dependency Tree * **PR #14530** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Breaking Changes** * Webpack bundler support removed from the build system * Bundler selection parameter removed from build and development commands * **Refactor** * Build configuration consolidated to a single bundler approach * Webpack-specific build paths and workflows removed; development server simplified * **Chores** * Removed webpack-related dev dependencies and tooling * Updated package build scripts for a unified bundle command * **Dependencies** * Upgraded Sentry packages across frontend packages (react/electron/esbuild plugin) <!-- end of auto-generated comment: release notes by coderabbit.ai -->
32 lines
821 B
JSON
32 lines
821 B
JSON
{
|
|
"name": "@affine/web",
|
|
"version": "0.26.3",
|
|
"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.40.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.9.3"
|
|
}
|
|
}
|