mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 06:02:34 +03:00
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"name": "@affine/bookmark-plugin",
|
|
"version": "0.7.0-canary.51",
|
|
"affinePlugin": {
|
|
"release": true,
|
|
"entry": {
|
|
"core": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@blocksuite/icons": "^2.1.26",
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"foxact": "^0.2.17"
|
|
}
|
|
}
|