mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
init: the first public commit for AFFiNE
This commit is contained in:
46
libs/components/editor-blocks/package.json
Normal file
46
libs/components/editor-blocks/package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "@toeverything/components/editor-blocks",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@codemirror/commands": "^6.0.1",
|
||||
"@codemirror/lang-cpp": "~6.0.1",
|
||||
"@codemirror/lang-css": "^6.0.0",
|
||||
"@codemirror/lang-html": "~6.1.0",
|
||||
"@codemirror/lang-java": "~6.0.0",
|
||||
"@codemirror/lang-javascript": "~6.0.1",
|
||||
"@codemirror/lang-json": "~6.0.0",
|
||||
"@codemirror/lang-lezer": "~6.0.0",
|
||||
"@codemirror/lang-markdown": "~6.0.0",
|
||||
"@codemirror/lang-php": "~6.0.0",
|
||||
"@codemirror/lang-python": "~6.0.0",
|
||||
"@codemirror/lang-rust": "~6.0.0",
|
||||
"@codemirror/lang-sql": "~6.0.0",
|
||||
"@codemirror/lang-xml": "~6.0.0",
|
||||
"@codemirror/language": "^6.2.0",
|
||||
"@codemirror/legacy-modes": "~6.1.0",
|
||||
"@codemirror/next": "^0.16.0",
|
||||
"@codemirror/state": "^6.1.0",
|
||||
"@codemirror/theme-one-dark": "^6.0.0",
|
||||
"@codemirror/view": "^6.0.2",
|
||||
"@dnd-kit/core": "^6.0.5",
|
||||
"@dnd-kit/sortable": "^7.0.1",
|
||||
"@dnd-kit/utilities": "^3.2.0",
|
||||
"@emotion/react": "^11.9.3",
|
||||
"@emotion/styled": "^11.9.3",
|
||||
"@mui/system": "^5.8.6",
|
||||
"code-example": "^3.3.6",
|
||||
"codemirror": "6.0.1",
|
||||
"keymap": "link:@codemirror/next/keymap",
|
||||
"react-resizable": "^3.0.4",
|
||||
"react-window": "^1.8.7",
|
||||
"slate": "^0.81.1",
|
||||
"slate-react": "^0.81.0",
|
||||
"style9": "^0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/codemirror": "^5.60.5",
|
||||
"@types/react-resizable": "^3.0.1",
|
||||
"@types/react-window": "^1.8.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user