mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:25:00 +03:00
31 lines
690 B
JSON
31 lines
690 B
JSON
{
|
|
"name": "@affine/image-preview-plugin",
|
|
"type": "module",
|
|
"version": "0.8.0-canary.13",
|
|
"description": "Image preview plugin",
|
|
"affinePlugin": {
|
|
"release": true,
|
|
"entry": {
|
|
"core": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "af dev",
|
|
"build": "af build"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/sdk": "workspace:*",
|
|
"@blocksuite/icons": "^2.1.30",
|
|
"@toeverything/components": "^0.0.10",
|
|
"@toeverything/theme": "^0.7.11",
|
|
"clsx": "^2.0.0",
|
|
"foxact": "^0.2.17",
|
|
"react-error-boundary": "^4.0.10",
|
|
"swr": "2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/plugin-cli": "workspace:*"
|
|
}
|
|
}
|