2021-02-26 09:00:35 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/react",
|
|
|
|
"description": "React components for tiptap",
|
2021-10-12 17:38:52 +08:00
|
|
|
"version": "2.0.0-beta.81",
|
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"
|
|
|
|
],
|
2021-09-17 18:43:26 +08:00
|
|
|
"devDependencies": {
|
2021-10-08 18:13:20 +08:00
|
|
|
"@types/react": "^17.0.27",
|
2021-09-17 18:43:26 +08:00
|
|
|
"@types/react-dom": "^17.0.7",
|
|
|
|
"react": "^17.0.0",
|
|
|
|
"react-dom": "^17.0.0"
|
|
|
|
},
|
2021-02-26 09:00:35 +08:00
|
|
|
"peerDependencies": {
|
2021-03-05 19:49:34 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
2021-09-17 18:43:26 +08:00
|
|
|
"react": "^17.0.0",
|
|
|
|
"react-dom": "^17.0.0"
|
2021-02-26 09:00:35 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-08 21:08:08 +08:00
|
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.40",
|
|
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.34",
|
2021-10-08 18:13:20 +08:00
|
|
|
"prosemirror-view": "^1.20.2"
|
2021-03-08 20:19:05 +08:00
|
|
|
},
|
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
|
|
|
}
|
|
|
|
}
|