2021-02-26 09:00:35 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/react",
|
|
|
|
"description": "React components for tiptap",
|
2021-08-14 05:55:57 +08:00
|
|
|
"version": "2.0.0-beta.60",
|
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-14 05:55:57 +08:00
|
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.29",
|
|
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.23",
|
2021-08-21 03:11:10 +08:00
|
|
|
"prosemirror-view": "^1.19.3"
|
2021-03-08 20:19:05 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-14 05:44:08 +08:00
|
|
|
"@types/react": "^17.0.17",
|
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
|
|
|
}
|
|
|
|
}
|