mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-12 00:19:02 +08:00
33 lines
871 B
JSON
33 lines
871 B
JSON
{
|
|
"name": "@tiptap/extension-font-family",
|
|
"description": "font family extension for tiptap",
|
|
"version": "2.0.0-beta.197",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap extension"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-font-family.cjs.js",
|
|
"umd": "dist/tiptap-extension-font-family.umd.js",
|
|
"module": "dist/tiptap-extension-font-family.esm.js",
|
|
"types": "dist/packages/extension-font-family/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.193",
|
|
"@tiptap/extension-text-style": "^2.0.0-beta.193"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-font-family"
|
|
}
|
|
}
|