2021-02-26 09:00:35 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/react",
|
|
|
|
"description": "React components for tiptap",
|
2021-08-25 04:14:02 +08:00
|
|
|
"version": "2.0.0-beta.63",
|
2021-02-26 09:00:35 +08:00
|
|
|
"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": {
|
2021-03-05 19:49:34 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
2021-03-08 20:19:05 +08:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1"
|
2021-02-26 09:00:35 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-24 00:45:37 +08:00
|
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.31",
|
|
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.25",
|
2021-09-07 04:43:40 +08:00
|
|
|
"prosemirror-view": "^1.20.0"
|
2021-03-08 20:19:05 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-07 04:43:40 +08:00
|
|
|
"@types/react": "^17.0.20",
|
2021-06-09 17:00:44 +08:00
|
|
|
"@types/react-dom": "^17.0.7"
|
2021-07-22 21:42:45 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
|
|
"directory": "packages/react"
|
2021-02-26 09:00:35 +08:00
|
|
|
}
|
|
|
|
}
|