tiptap/packages/react/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.0.0-beta.115",
"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": {
2022-04-11 16:15:54 +08:00
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
2022-04-04 15:46:11 +08:00
"react": "^18.0.0",
"react-dom": "^18.0.0"
2021-09-17 18:43:26 +08:00
},
"peerDependencies": {
2021-03-05 19:49:34 +08:00
"@tiptap/core": "^2.0.0-beta.1",
2022-04-04 15:46:11 +08:00
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-beta.62",
"@tiptap/extension-floating-menu": "^2.0.0-beta.56",
"prosemirror-view": "1.26.2"
2021-03-08 20:19:05 +08:00
},
"repository": {
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/react"
},
"sideEffects": false
}