mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
bcc8234050
- @tiptap/extension-bubble-menu@2.0.0-beta.28 - @tiptap/extension-floating-menu@2.0.0-beta.22 - @tiptap/react@2.0.0-beta.59 - @tiptap/vue-2@2.0.0-beta.45 - @tiptap/vue-3@2.0.0-beta.51
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@tiptap/react",
|
|
"description": "React components for tiptap",
|
|
"version": "2.0.0-beta.59",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap react components"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-react.cjs.js",
|
|
"umd": "dist/tiptap-react.umd.js",
|
|
"module": "dist/tiptap-react.esm.js",
|
|
"types": "dist/packages/react/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.28",
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.22",
|
|
"prosemirror-view": "^1.18.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.16",
|
|
"@types/react-dom": "^17.0.7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/react"
|
|
}
|
|
}
|