2020-11-01 07:28:46 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/extension-typography",
|
2020-11-27 21:58:28 +08:00
|
|
|
"description": "typography extension for tiptap",
|
2022-11-25 22:27:27 +08:00
|
|
|
"version": "2.0.0-beta.204",
|
2020-11-16 22:15:26 +08:00
|
|
|
"homepage": "https://tiptap.dev",
|
2020-11-17 05:40:37 +08:00
|
|
|
"keywords": [
|
|
|
|
"tiptap",
|
|
|
|
"tiptap extension"
|
|
|
|
],
|
2020-11-16 22:15:26 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
|
|
},
|
2022-11-24 23:06:42 +08:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/packages/extension-typography/src/index.d.ts",
|
2022-11-25 22:26:42 +08:00
|
|
|
"import": "./dist/tiptap-extension-typography.esm.js",
|
2022-11-24 23:06:42 +08:00
|
|
|
"require": "./dist/tiptap-extension-typography.cjs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"main": "dist/tiptap-extension-typography.cjs",
|
2020-11-10 16:21:47 +08:00
|
|
|
"umd": "dist/tiptap-extension-typography.umd.js",
|
2022-11-25 22:26:42 +08:00
|
|
|
"module": "dist/tiptap-extension-typography.esm.js",
|
2020-11-17 06:14:09 +08:00
|
|
|
"types": "dist/packages/extension-typography/src/index.d.ts",
|
2020-11-01 07:28:46 +08:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
2022-09-11 17:11:31 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.193"
|
2020-11-01 07:28:46 +08:00
|
|
|
},
|
2021-07-22 21:42:45 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
|
|
"directory": "packages/extension-typography"
|
2020-11-01 07:28:46 +08:00
|
|
|
}
|
|
|
|
}
|