- @standardnotes/api@1.20.2 - @standardnotes/blocks-editor@1.5.0 - @standardnotes/desktop@3.23.300 - @standardnotes/encryption@1.19.10 - @standardnotes/features@1.55.0 - @standardnotes/filepicker@1.25.10 - @standardnotes/files@1.12.10 - @standardnotes/mobile@3.46.7 - @standardnotes/models@1.36.0 - @standardnotes/releases@1.3.232 - @standardnotes/responses@1.12.6 - @standardnotes/services@1.45.0 - @standardnotes/snjs@2.150.0 - @standardnotes/ui-services@1.13.12 - @standardnotes/web@3.99.0
24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.5.0",
|
|
"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": "*"
|
|
}
|
|
}
|