- @standardnotes/blocks-editor@1.12.2 - @standardnotes/desktop@3.104.62 - @standardnotes/icons@1.8.0 - @standardnotes/mobile@3.49.59 - @standardnotes/releases@1.4.85 - @standardnotes/toast@1.3.15 - @standardnotes/ui-services@1.22.0 - @standardnotes/web@3.131.0
24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.12.2",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"tsc": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/react": "0.7.5",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"lexical": "0.7.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"prettier": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|