Files
standardnotes-app-web/packages/blocks-editor/package.json
StandardNotes CI 104c7bf88c chore(release): publish
- @standardnotes/blocks-editor@1.3.8
 - @standardnotes/desktop@3.23.283
 - @standardnotes/mobile@3.45.32
 - @standardnotes/releases@1.3.214
 - @standardnotes/snjs@2.147.9
 - @standardnotes/web@3.93.14
2022-11-08 19:56:36 +00:00

24 lines
511 B
JSON

{
"name": "@standardnotes/blocks-editor",
"version": "1.3.8",
"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": "*"
}
}