- @standardnotes/blocks-editor@1.6.0 - @standardnotes/desktop@3.100.14 - @standardnotes/icons@1.5.0 - @standardnotes/mobile@3.46.24 - @standardnotes/releases@1.3.250 - @standardnotes/toast@1.3.10 - @standardnotes/ui-services@1.14.1 - @standardnotes/web@3.103.0
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.6.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"tsc": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/react": "^0.6.0",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"lexical": "^0.6.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"prettier": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|