mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
22 lines
364 B
JSON
22 lines
364 B
JSON
{
|
|
"name": "shared",
|
|
"private": true,
|
|
"keywords": [
|
|
"react",
|
|
"lexical",
|
|
"editor",
|
|
"rich-text"
|
|
],
|
|
"license": "MIT",
|
|
"version": "0.31.0",
|
|
"dependencies": {
|
|
"lexical": "0.31.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/lexical",
|
|
"directory": "packages/shared"
|
|
},
|
|
"sideEffects": false
|
|
}
|