- @standardnotes/api@1.19.7 - @standardnotes/blocks-editor@1.3.7 - @standardnotes/desktop@3.23.282 - @standardnotes/encryption@1.19.7 - @standardnotes/filepicker@1.25.7 - @standardnotes/files@1.12.7 - @standardnotes/mobile@3.45.31 - @standardnotes/models@1.34.9 - @standardnotes/releases@1.3.213 - @standardnotes/services@1.42.6 - @standardnotes/snjs@2.147.8 - @standardnotes/ui-services@1.13.6 - @standardnotes/web@3.93.13
24 lines
624 B
JSON
24 lines
624 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.3.7",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"start": "tsc -p tsconfig.json --watch"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/react": "^0.6.0",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"lexical": "^0.6.0",
|
|
"react": "link:../web/node_modules/react",
|
|
"react-dom": "link:../web/node_modules/react-dom"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "link:../web/node_modules/@types/react",
|
|
"@types/react-dom": "link:../web/node_modules/@types/react-dom",
|
|
"eslint": "*",
|
|
"prettier": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|