AFFiNE/plugins/image-preview/package.json

31 lines
689 B
JSON
Raw Normal View History

2023-07-29 10:18:28 +03:00
{
"name": "@affine/image-preview-plugin",
"type": "module",
2023-08-29 19:53:49 +03:00
"version": "0.9.0-canary.2",
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.19",
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-08-16 22:53:33 +03:00
"foxact": "^0.2.20",
2023-08-11 22:36:10 +03:00
"react-error-boundary": "^4.0.11",
2023-08-29 20:07:15 +03:00
"swr": "2.2.0"
2023-07-30 21:10:45 +03:00
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"
2023-07-29 10:18:28 +03:00
}
}