mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 15:16:27 +03:00
ca6e8c380b
## Feat - feat: add pdf viewer to playground (#8650) - feat: add view toggle menu to toolbar of attachment block (#8660) - feat: attachment embedded view supports configurable (#8658) ## Fix - fix: tidy up after multiple images uploaded (#8671) - fix: unable to add caption for linked document of embedded view (#8670) - fix(blocks): code block should update highlight when theme changed (#8669) - fix(edgeless): allow right click of tool controller (#8652) - fix(database): short name of tag type (#8665) - fix: the content of formula should contain spaces (#8647) - fix: import notion database with title (#8661) - fix(page): bookmark block selected style (#8656) - fix(edgeless): switching shape style and color, the preview does not change in time (#8655) - fix(blocks): size of icons are not consistent in keyboard toolbar (#8653) - fix: use host instead of offsetParent (#8651) ## Refactor - refactor(database): filter ui (#8611) ## Ci - ci: renovate pr title lint (#8666)
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "@toeverything/infra",
|
|
"type": "module",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"exports": {
|
|
"./blocksuite": "./src/blocksuite/index.ts",
|
|
"./storage": "./src/storage/index.ts",
|
|
"./utils": "./src/utils/index.ts",
|
|
"./app-config-storage": "./src/app-config-storage.ts",
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/affine": "0.17.26",
|
|
"@datastructures-js/binary-search-tree": "^5.3.2",
|
|
"foxact": "^0.2.33",
|
|
"fractional-indexing": "^3.2.0",
|
|
"fuse.js": "^7.0.0",
|
|
"graphemer": "^1.4.0",
|
|
"idb": "^8.0.0",
|
|
"jotai": "^2.8.0",
|
|
"jotai-effect": "^1.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.7",
|
|
"react": "18.3.1",
|
|
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@testing-library/react": "^16.0.0",
|
|
"fake-indexeddb": "^6.0.0",
|
|
"react": "^18.2.0",
|
|
"rxjs": "^7.8.1",
|
|
"vitest": "2.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@affine/templates": "*",
|
|
"electron": "*",
|
|
"react": "*",
|
|
"yjs": "^13"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@affine/templates": {
|
|
"optional": true
|
|
},
|
|
"electron": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"yjs": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"version": "0.17.0"
|
|
}
|