mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-05 04:19:07 +08:00
28 lines
726 B
JSON
28 lines
726 B
JSON
{
|
|
"name": "@tiptap/extension-font-family",
|
|
"version": "1.0.0-alpha.1",
|
|
"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",
|
|
"unpkg": "dist/tiptap-extension-font-family.bundle.umd.min.js",
|
|
"types": "dist/packages/extension-font-family/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "2.0.0-alpha.3",
|
|
"@tiptap/extension-text-style": "2.x"
|
|
}
|
|
}
|