mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"name": "@affine/bookmark-block",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@toeverything/plugin-infra": "workspace:*"
|
|
},
|
|
"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.5"
|
|
}
|