- @standardnotes/blocks-editor@1.16.8 - @standardnotes/desktop@3.104.136 - @standardnotes/mobile@3.51.16 - @standardnotes/releases@1.4.159 - @standardnotes/web@3.148.4
29 lines
686 B
JSON
29 lines
686 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.16.8",
|
|
"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.8",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"lexical": "0.7.8",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"eslint-plugin-react": "*",
|
|
"eslint-plugin-react-hooks": "*",
|
|
"prettier": "*",
|
|
"prettier-plugin-tailwindcss": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|