mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
- added tray menu for controlling recording status - recording watcher for monitoring system audio input events
37 lines
988 B
JSON
37 lines
988 B
JSON
{
|
|
"name": "@affine/electron-renderer",
|
|
"private": true,
|
|
"version": "0.20.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "affine bundle",
|
|
"dev": "affine bundle --dev"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/nbstore": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@emotion/react": "^11.14.0",
|
|
"@sentry/react": "^9.2.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"@toeverything/theme": "^1.1.12",
|
|
"@vanilla-extract/css": "^1.17.0",
|
|
"async-call-rpc": "^6.4.2",
|
|
"next-themes": "^0.4.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^6.28.0",
|
|
"uuid": "^11.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-tools/utils": "workspace:*",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|