Files
2022-04-09 00:40:20 -07:00

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"
}
}