AFFiNE/plugins/bookmark/package.json

19 lines
411 B
JSON
Raw Normal View History

2023-07-20 13:52:29 +03:00
{
"name": "@affine/bookmark-plugin",
2023-07-29 06:16:22 +03:00
"version": "0.8.0-canary.0",
2023-07-20 13:52:29 +03:00
"affinePlugin": {
"release": true,
"entry": {
"core": "./src/index.ts",
"server": "./src/server.ts"
2023-07-20 13:52:29 +03:00
}
},
"dependencies": {
"@affine/component": "workspace:*",
2023-07-22 16:10:20 +03:00
"@blocksuite/icons": "^2.1.27",
2023-07-20 13:52:29 +03:00
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.17",
"link-preview-js": "^3.0.4"
2023-07-20 13:52:29 +03:00
}
}