mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
1ebc8f8e14
* refactor: upgrade prosemirror packages to new typescript versions * refactor: migrate to new typings from prosemirror * style: fix linting issues * style: fix linting issues * style: fix linting issues * fix(ci): fix build process by reimplement filterTransaction * fix(extension-test): fix broken build because of wrong output file names * fix: fix prosemirror-tables not being bundled correctly for ES6 * fix: move to prosemirror-tables-contently until es6 build is working * fix: fix tests for youtube * fix: fix youtube test * fix(demos): fix demos build
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@tiptap/react",
|
|
"description": "React components for tiptap",
|
|
"version": "2.0.0-beta.112",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.1",
|
|
"@types/react-dom": "^18.0.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.59",
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.54",
|
|
"prosemirror-view": "^1.25.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/react"
|
|
},
|
|
"sideEffects": false
|
|
}
|