mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 23:59:25 +08:00
2b9f6bc129
- @tiptap/core@2.0.0-alpha.20 - @tiptap/extension-collaboration@2.0.0-alpha.12 - @tiptap/extension-focus@2.0.0-alpha.12 - @tiptap/extension-gapcursor@2.0.0-alpha.12 - @tiptap/extension-mention@2.0.0-alpha.10 - @tiptap/extension-table@2.0.0-alpha.12 - @tiptap/html@2.0.0-alpha.16 - @tiptap/react@2.0.0-alpha.2 - @tiptap/starter-kit@2.0.0-alpha.14 - @tiptap/suggestion@2.0.0-alpha.10 - @tiptap/vue-starter-kit@2.0.0-alpha.16 - @tiptap/vue@2.0.0-alpha.13
32 lines
726 B
JSON
32 lines
726 B
JSON
{
|
|
"name": "@tiptap/react",
|
|
"description": "React components for tiptap",
|
|
"version": "2.0.0-alpha.2",
|
|
"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",
|
|
"unpkg": "dist/tiptap-react.bundle.umd.min.js",
|
|
"types": "dist/packages/react/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-alpha.6",
|
|
"react": "^17.0.1"
|
|
},
|
|
"dependencies": {
|
|
"prosemirror-view": "^1.17.8"
|
|
}
|
|
}
|