Files
AFFiNE-Mirror/plugins/bookmark-block/package.json
T
Himself65 a0ee00a4b2 fix: replace noop function (#2744)
(cherry picked from commit af6f431c15)
2023-06-20 14:44:27 +08:00

25 lines
546 B
JSON

{
"name": "@affine/bookmark-block",
"private": true,
"main": "./src/index.ts",
"module": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./server": "./src/server.ts"
},
"dependencies": {
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.7",
"link-preview-js": "^3.0.4"
},
"devDependencies": {
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"version": "0.6.0"
}