40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@affine/electron-renderer",
|
|
"private": true,
|
|
"version": "0.22.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "affine bundle",
|
|
"dev": "affine bundle --dev"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/core": "workspace:*",
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/nbstore": "workspace:*",
|
|
"@affine/track": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@emotion/react": "^11.14.0",
|
|
"@sentry/react": "^9.2.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"@toeverything/theme": "^1.1.15",
|
|
"@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",
|
|
"webm-muxer": "^5.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"
|
|
}
|
|
}
|