mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
90e719c711
- @tiptap/core@2.0.0-beta.175 - @tiptap/extension-bubble-menu@2.0.0-beta.56 - @tiptap/extension-character-count@2.0.0-beta.26 - @tiptap/extension-floating-menu@2.0.0-beta.51 - @tiptap/extension-link@2.0.0-beta.37 - @tiptap/extension-mention@2.0.0-beta.96 - @tiptap/extension-task-item@2.0.0-beta.32 - @tiptap/html@2.0.0-beta.174 - @tiptap/react@2.0.0-beta.109 - @tiptap/starter-kit@2.0.0-beta.184 - @tiptap/suggestion@2.0.0-beta.91 - @tiptap/vue-2@2.0.0-beta.78 - @tiptap/vue-3@2.0.0-beta.91
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@tiptap/react",
|
|
"description": "React components for tiptap",
|
|
"version": "2.0.0-beta.109",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.1",
|
|
"@types/react-dom": "^18.0.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.56",
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.51",
|
|
"prosemirror-view": "^1.23.6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/react"
|
|
},
|
|
"sideEffects": false
|
|
}
|