mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"name": "outline-react",
|
|
"author": {
|
|
"name": "Dominic Gannaway",
|
|
"email": "dg@domgan.com"
|
|
},
|
|
"description": "The library provides powerful Outline extensions for React.",
|
|
"keywords": [
|
|
"react",
|
|
"outline",
|
|
"editor",
|
|
"rich-text"
|
|
],
|
|
"license": "MIT",
|
|
"version": "0.0.4",
|
|
"dependencies": {
|
|
"outline": "0.0.4",
|
|
"outline-extensions": "0.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=17.0.1",
|
|
"react-dom": ">=17.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebookexternal/Outline",
|
|
"directory": "packages/outline-react"
|
|
}
|
|
}
|