24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "@standardnotes/blocks-editor",
|
|
"version": "1.10.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"tsc": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/react": "^0.6.5",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"lexical": "^0.6.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"prettier": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|