2021-08-19 16:37:51 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/extension-color",
|
|
|
|
"description": "text color extension for tiptap",
|
2021-08-19 16:39:57 +08:00
|
|
|
"version": "2.0.0-beta.2",
|
2021-08-19 16:37:51 +08:00
|
|
|
"homepage": "https://tiptap.dev",
|
|
|
|
"keywords": [
|
|
|
|
"tiptap",
|
|
|
|
"tiptap extension"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
|
|
},
|
|
|
|
"main": "dist/tiptap-extension-color.cjs.js",
|
|
|
|
"umd": "dist/tiptap-extension-color.umd.js",
|
|
|
|
"module": "dist/tiptap-extension-color.esm.js",
|
|
|
|
"types": "dist/packages/extension-color/src/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
|
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
|
|
|
"@tiptap/extension-text-style": "^2.0.0-beta.1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
|
|
"directory": "packages/extension-color"
|
|
|
|
}
|
|
|
|
}
|