mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-02 07:47:49 +08:00
42c0ca85b3
- @tiptap/core@2.0.0-beta.68 - @tiptap/extension-bubble-menu@2.0.0-beta.19 - @tiptap/html@2.0.0-beta.68 - @tiptap/react@2.0.0-beta.42 - @tiptap/starter-kit@2.0.0-beta.65 - @tiptap/vue-2@2.0.0-beta.32 - @tiptap/vue-3@2.0.0-beta.38
38 lines
908 B
JSON
38 lines
908 B
JSON
{
|
|
"name": "@tiptap/react",
|
|
"description": "React components for tiptap",
|
|
"version": "2.0.0-beta.42",
|
|
"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.19",
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.15",
|
|
"prosemirror-view": "^1.18.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.5",
|
|
"@types/react-dom": "^17.0.5"
|
|
}
|
|
}
|