AFFiNE/plugins/image-preview/package.json

22 lines
502 B
JSON
Raw Normal View History

2023-07-29 10:18:28 +03:00
{
"name": "@affine/image-preview-plugin",
"type": "module",
2023-07-30 05:40:22 +03:00
"version": "0.8.0-canary.3",
2023-07-29 10:18:28 +03:00
"description": "Image preview plugin",
"affinePlugin": {
"release": true,
"entry": {
"core": "./src/index.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.27",
"@toeverything/plugin-infra": "workspace:*",
"@toeverything/theme": "^0.7.9",
"clsx": "^2.0.0",
"react-error-boundary": "^4.0.10",
"swr": "2.1.5"
}
}