mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 03:29:03 +08:00
067d61c5dd
- @tiptap/core@2.0.0-beta.108 - @tiptap/extension-mention@2.0.0-beta.74 - @tiptap/html@2.0.0-beta.107 - @tiptap/react@2.0.0-beta.69 - @tiptap/starter-kit@2.0.0-beta.107 - @tiptap/suggestion@2.0.0-beta.71
37 lines
924 B
JSON
37 lines
924 B
JSON
{
|
|
"name": "@tiptap/extension-mention",
|
|
"description": "mention extension for tiptap",
|
|
"version": "2.0.0-beta.74",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap extension"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-mention.cjs.js",
|
|
"umd": "dist/tiptap-extension-mention.umd.js",
|
|
"module": "dist/tiptap-extension-mention.esm.js",
|
|
"types": "dist/packages/extension-mention/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/suggestion": "^2.0.0-beta.71",
|
|
"prosemirror-model": "^1.14.3",
|
|
"prosemirror-state": "^1.3.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-mention"
|
|
}
|
|
}
|