AFFiNE/plugins/image-preview/package.json
2023-08-29 12:07:15 -05:00

31 lines
689 B
JSON

{
"name": "@affine/image-preview-plugin",
"type": "module",
"version": "0.9.0-canary.2",
"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.31",
"@toeverything/components": "^0.0.19",
"@toeverything/theme": "^0.7.12",
"clsx": "^2.0.0",
"foxact": "^0.2.20",
"react-error-boundary": "^4.0.11",
"swr": "2.2.0"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"
}
}