AFFiNE/plugins/image-preview/package.json

31 lines
690 B
JSON
Raw Normal View History

2023-07-29 10:18:28 +03:00
{
"name": "@affine/image-preview-plugin",
"type": "module",
2023-08-14 05:06:36 +03:00
"version": "0.8.0-canary.21",
2023-07-29 10:18:28 +03:00
"description": "Image preview plugin",
"affinePlugin": {
"release": true,
"entry": {
"core": "./src/index.ts"
}
},
2023-07-30 21:10:45 +03:00
"scripts": {
"dev": "af dev",
"build": "af build"
},
2023-07-29 10:18:28 +03:00
"dependencies": {
"@affine/component": "workspace:*",
2023-08-03 07:47:05 +03:00
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.31",
"@toeverything/components": "^0.0.11",
2023-08-11 22:36:10 +03:00
"@toeverything/theme": "^0.7.12",
2023-07-29 10:18:28 +03:00
"clsx": "^2.0.0",
2023-07-30 21:10:45 +03:00
"foxact": "^0.2.17",
2023-08-11 22:36:10 +03:00
"react-error-boundary": "^4.0.11",
"swr": "2.2.1"
2023-07-30 21:10:45 +03:00
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"
2023-07-29 10:18:28 +03:00
}
}