2021-04-02 06:07:40 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/extension-code-block-lowlight",
|
|
|
|
"description": "code block extension for tiptap",
|
2022-06-20 19:22:53 +08:00
|
|
|
"version": "2.0.0-beta.72",
|
2021-04-02 06:07:40 +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-code-block-lowlight.cjs.js",
|
|
|
|
"umd": "dist/tiptap-extension-code-block-lowlight.umd.js",
|
|
|
|
"module": "dist/tiptap-extension-code-block-lowlight.esm.js",
|
|
|
|
"types": "dist/packages/extension-code-block-lowlight/src/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
2022-06-07 01:33:52 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
|
|
|
"lowlight": ">=1.20.0"
|
2021-04-02 06:07:40 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-20 19:22:53 +08:00
|
|
|
"@tiptap/extension-code-block": "^2.0.0-beta.41",
|
2021-07-09 16:43:04 +08:00
|
|
|
"@types/lowlight": "^0.0.3",
|
2022-06-21 06:17:10 +08:00
|
|
|
"prosemirror-model": "1.18.1",
|
|
|
|
"prosemirror-state": "1.4.0",
|
|
|
|
"prosemirror-view": "1.26.1"
|
2021-07-22 21:42:45 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
|
|
"directory": "packages/extension-code-block-lowlight"
|
2021-04-02 06:07:40 +08:00
|
|
|
}
|
2022-06-20 19:22:53 +08:00
|
|
|
}
|