mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"name": "@affine/bookmark-plugin",
|
|
"version": "0.7.0-canary.54",
|
|
"affinePlugin": {
|
|
"release": true,
|
|
"entry": {
|
|
"core": "./src/index.ts",
|
|
"server": "./src/server.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@blocksuite/icons": "^2.1.27",
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"foxact": "^0.2.17",
|
|
"link-preview-js": "^3.0.4"
|
|
}
|
|
}
|