mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 23:59:25 +08:00
37 lines
946 B
JSON
37 lines
946 B
JSON
{
|
|
"name": "@tiptap/extension-placeholder",
|
|
"description": "placeholder extension for tiptap",
|
|
"version": "2.0.0-beta.202",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap extension"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-placeholder.cjs.js",
|
|
"umd": "dist/tiptap-extension-placeholder.umd.js",
|
|
"module": "dist/tiptap-extension-placeholder.esm.js",
|
|
"types": "dist/packages/extension-placeholder/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.193"
|
|
},
|
|
"dependencies": {
|
|
"prosemirror-model": "^1.18.1",
|
|
"prosemirror-state": "^1.4.1",
|
|
"prosemirror-view": "^1.28.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-placeholder"
|
|
}
|
|
}
|