mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
40
blocksuite/framework/inline/package.json
Normal file
40
blocksuite/framework/inline/package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "@blocksuite/inline",
|
||||
"description": "A micro editor.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test:unit": "nx vite:test --run",
|
||||
"test:unit:coverage": "nx vite:test --run --coverage",
|
||||
"test:unit:ui": "nx vite:test --ui"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
"!src/__tests__",
|
||||
"!dist/__tests__"
|
||||
],
|
||||
"author": "toeverything",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"lit": "^3.2.0",
|
||||
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lit": "^3.2.0",
|
||||
"yjs": "*"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./consts": "./src/consts.ts",
|
||||
"./effects": "./src/effects.ts",
|
||||
"./types": "./src/types.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "workspace:*",
|
||||
"@preact/signals-core": "^1.8.0",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user