- @standardnotes/api@1.20.4 - @standardnotes/blocks-editor@1.5.1 - @standardnotes/desktop@3.100.1 - @standardnotes/encryption@1.19.12 - @standardnotes/features@1.55.1 - @standardnotes/filepicker@1.25.12 - @standardnotes/files@1.12.12 - @standardnotes/icons@1.4.10 - @standardnotes/mobile@3.46.10 - @standardnotes/models@1.37.1 - @standardnotes/releases@1.3.235 - @standardnotes/responses@1.12.7 - @standardnotes/services@1.45.2 - @standardnotes/sncrypto-common@1.13.2 - @standardnotes/sncrypto-web@1.14.2 - @standardnotes/snjs@2.151.1 - @standardnotes/styles@1.7.1 - @standardnotes/toast@1.3.9 - @standardnotes/ui-services@1.13.14 - @standardnotes/utils@1.11.2 - @standardnotes/web@3.100.1
24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.5.1",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"start": "tsc -p tsconfig.json --watch"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/react": "^0.6.0",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"@types/react": "^18.0.20",
|
|
"@types/react-dom": "^18.0.6",
|
|
"lexical": "^0.6.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"prettier": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|