- @standardnotes/api@1.23.2 - @standardnotes/blocks-editor@1.13.0 - @standardnotes/desktop@3.104.85 - @standardnotes/encryption@1.20.1 - @standardnotes/filepicker@1.28.4 - @standardnotes/files@1.14.14 - @standardnotes/icons@1.9.0 - @standardnotes/mobile@3.50.21 - @standardnotes/models@1.42.1 - @standardnotes/releases@1.4.108 - @standardnotes/services@1.55.2 - @standardnotes/snjs@2.163.2 - @standardnotes/toast@1.3.18 - @standardnotes/ui-services@1.24.0 - @standardnotes/utils@1.16.0 - @standardnotes/web@3.138.0
29 lines
686 B
JSON
29 lines
686 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.13.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"tsc": "tsc -p tsconfig.json",
|
|
"format": "prettier --write src/",
|
|
"lint:fix": "eslint src/ --fix"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/react": "0.7.6",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"lexical": "0.7.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"eslint-plugin-react": "*",
|
|
"eslint-plugin-react-hooks": "*",
|
|
"prettier": "*",
|
|
"prettier-plugin-tailwindcss": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|