mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 15:03:41 +03:00
30 lines
642 B
JSON
30 lines
642 B
JSON
{
|
|
"name": "@affine/bookmark-block",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./server": "./src/server.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "node ./scripts/build.mjs",
|
|
"dev": "node ./scripts/dev.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"foxact": "^0.2.11",
|
|
"link-preview-js": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.7.0-canary.47"
|
|
}
|