Files
AFFiNE-Mirror/packages/plugins/image-preview/package.json
Cats Juice 9c50dbc362 feat(core): remove all imports from design/component (#5078)
feat(core): remove all imports from design/component

feat(plugin): remove imports from design-components

feat(storybook): remove design-components imoprts

feat(core): remove

fix(component): remove design/component import in local-demo-tip
2023-12-04 08:32:16 +00:00

30 lines
646 B
JSON

{
"name": "@affine/image-preview-plugin",
"type": "module",
"version": "0.10.3-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.36",
"@toeverything/theme": "^0.7.24",
"clsx": "^2.0.0",
"foxact": "^0.2.20",
"react-error-boundary": "^4.0.11",
"swr": "2.2.4"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"
}
}