mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 13:22:54 +03:00
26 lines
596 B
JSON
26 lines
596 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": {
|
|
"@affine/component": "workspace:*",
|
|
"@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.7.0-canary.17"
|
|
}
|