mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 01:02:20 +03:00
26 lines
597 B
JSON
26 lines
597 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.10",
|
|
"link-preview-js": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"react": "18.3.0-canary-8ec962d82-20230623",
|
|
"react-dom": "18.3.0-canary-8ec962d82-20230623"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.7.0-canary.23"
|
|
}
|