gdpr audit implemented, email log, vollmachten, pdf delete cancel data privacy and vollmachten, removed message no id card in engergy car, and other contracts that are not telecom contracts, added insert counter for engery
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025, Tiptap GmbH
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
# @tiptap/pm
|
||||
|
||||
[](https://www.npmjs.com/package/@tiptap/pm)
|
||||
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
||||
[](https://www.npmjs.com/package/@tiptap/pm)
|
||||
[](https://github.com/sponsors/ueberdosis)
|
||||
|
||||
## Introduction
|
||||
|
||||
Tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as _New York Times_, _The Guardian_ or _Atlassian_.
|
||||
|
||||
## What is this `pm` package?
|
||||
|
||||
The `pm` package is a wrapper package for [ProseMirror](https://ProseMirror.net). This includes all ProseMirror packages that are required to run Tiptap.
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation can be found on the [Tiptap website](https://tiptap.dev).
|
||||
|
||||
## License
|
||||
|
||||
Tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md).
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-changeset'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-collab'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-commands'
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// changeset/index.ts
|
||||
var _prosemirrorchangeset = require('prosemirror-changeset'); _createStarExport(_prosemirrorchangeset);
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
export * from 'prosemirror-changeset';
|
||||
import 'prosemirror-collab';
|
||||
import 'prosemirror-commands';
|
||||
import 'prosemirror-dropcursor';
|
||||
import 'prosemirror-history';
|
||||
import 'prosemirror-gapcursor';
|
||||
import 'prosemirror-inputrules';
|
||||
import 'prosemirror-keymap';
|
||||
import 'prosemirror-markdown';
|
||||
import 'prosemirror-menu';
|
||||
import 'prosemirror-model';
|
||||
import 'prosemirror-schema-basic';
|
||||
import 'prosemirror-schema-list';
|
||||
import 'prosemirror-state';
|
||||
import 'prosemirror-tables';
|
||||
import 'prosemirror-trailing-node';
|
||||
import 'prosemirror-transform';
|
||||
import 'prosemirror-view';
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
export * from 'prosemirror-changeset';
|
||||
import 'prosemirror-collab';
|
||||
import 'prosemirror-commands';
|
||||
import 'prosemirror-dropcursor';
|
||||
import 'prosemirror-history';
|
||||
import 'prosemirror-gapcursor';
|
||||
import 'prosemirror-inputrules';
|
||||
import 'prosemirror-keymap';
|
||||
import 'prosemirror-markdown';
|
||||
import 'prosemirror-menu';
|
||||
import 'prosemirror-model';
|
||||
import 'prosemirror-schema-basic';
|
||||
import 'prosemirror-schema-list';
|
||||
import 'prosemirror-state';
|
||||
import 'prosemirror-tables';
|
||||
import 'prosemirror-trailing-node';
|
||||
import 'prosemirror-transform';
|
||||
import 'prosemirror-view';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// changeset/index.ts
|
||||
export * from "prosemirror-changeset";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// collab/index.ts
|
||||
var _prosemirrorcollab = require('prosemirror-collab'); _createStarExport(_prosemirrorcollab);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-collab';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-collab';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// collab/index.ts
|
||||
export * from "prosemirror-collab";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// commands/index.ts
|
||||
var _prosemirrorcommands = require('prosemirror-commands'); _createStarExport(_prosemirrorcommands);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-commands';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-commands';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// commands/index.ts
|
||||
export * from "prosemirror-commands";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// dropcursor/index.ts
|
||||
var _prosemirrordropcursor = require('prosemirror-dropcursor'); _createStarExport(_prosemirrordropcursor);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-dropcursor';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-dropcursor';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// dropcursor/index.ts
|
||||
export * from "prosemirror-dropcursor";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// gapcursor/index.ts
|
||||
var _prosemirrorgapcursor = require('prosemirror-gapcursor'); _createStarExport(_prosemirrorgapcursor);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-gapcursor';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-gapcursor';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// gapcursor/index.ts
|
||||
export * from "prosemirror-gapcursor";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// history/index.ts
|
||||
var _prosemirrorhistory = require('prosemirror-history'); _createStarExport(_prosemirrorhistory);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-history';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-history';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// history/index.ts
|
||||
export * from "prosemirror-history";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// inputrules/index.ts
|
||||
var _prosemirrorinputrules = require('prosemirror-inputrules'); _createStarExport(_prosemirrorinputrules);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-inputrules';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-inputrules';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// inputrules/index.ts
|
||||
export * from "prosemirror-inputrules";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// keymap/index.ts
|
||||
var _prosemirrorkeymap = require('prosemirror-keymap'); _createStarExport(_prosemirrorkeymap);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-keymap';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-keymap';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// keymap/index.ts
|
||||
export * from "prosemirror-keymap";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// markdown/index.ts
|
||||
var _prosemirrormarkdown = require('prosemirror-markdown'); _createStarExport(_prosemirrormarkdown);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-markdown';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-markdown';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// markdown/index.ts
|
||||
export * from "prosemirror-markdown";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// menu/index.ts
|
||||
var _prosemirrormenu = require('prosemirror-menu'); _createStarExport(_prosemirrormenu);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-menu';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-menu';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// menu/index.ts
|
||||
export * from "prosemirror-menu";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// model/index.ts
|
||||
var _prosemirrormodel = require('prosemirror-model'); _createStarExport(_prosemirrormodel);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-model';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-model';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// model/index.ts
|
||||
export * from "prosemirror-model";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// schema-basic/index.ts
|
||||
var _prosemirrorschemabasic = require('prosemirror-schema-basic'); _createStarExport(_prosemirrorschemabasic);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-schema-basic';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-schema-basic';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// schema-basic/index.ts
|
||||
export * from "prosemirror-schema-basic";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// schema-list/index.ts
|
||||
var _prosemirrorschemalist = require('prosemirror-schema-list'); _createStarExport(_prosemirrorschemalist);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-schema-list';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-schema-list';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// schema-list/index.ts
|
||||
export * from "prosemirror-schema-list";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// state/index.ts
|
||||
var _prosemirrorstate = require('prosemirror-state'); _createStarExport(_prosemirrorstate);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-state';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-state';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// state/index.ts
|
||||
export * from "prosemirror-state";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// tables/index.ts
|
||||
var _prosemirrortables = require('prosemirror-tables'); _createStarExport(_prosemirrortables);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-tables';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-tables';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// tables/index.ts
|
||||
export * from "prosemirror-tables";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// trailing-node/index.ts
|
||||
var _prosemirrortrailingnode = require('prosemirror-trailing-node'); _createStarExport(_prosemirrortrailingnode);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-trailing-node';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-trailing-node';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// trailing-node/index.ts
|
||||
export * from "prosemirror-trailing-node";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// transform/index.ts
|
||||
var _prosemirrortransform = require('prosemirror-transform'); _createStarExport(_prosemirrortransform);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-transform';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-transform';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// transform/index.ts
|
||||
export * from "prosemirror-transform";
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// view/index.ts
|
||||
var _prosemirrorview = require('prosemirror-view'); _createStarExport(_prosemirrorview);
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-view';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-view';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// view/index.ts
|
||||
export * from "prosemirror-view";
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-dropcursor'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-gapcursor'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-history'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-inputrules'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-keymap'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-markdown'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-menu'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-model'
|
||||
+211
@@ -0,0 +1,211 @@
|
||||
{
|
||||
"name": "@tiptap/pm",
|
||||
"description": "prosemirror wrapper package for tiptap",
|
||||
"version": "3.19.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
"prosemirror"
|
||||
],
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./changeset": {
|
||||
"types": {
|
||||
"import": "./dist/changeset/index.d.ts",
|
||||
"require": "./dist/changeset/index.d.cts"
|
||||
},
|
||||
"import": "./dist/changeset/index.js",
|
||||
"require": "./dist/changeset/index.cjs"
|
||||
},
|
||||
"./collab": {
|
||||
"types": {
|
||||
"import": "./dist/collab/index.d.ts",
|
||||
"require": "./dist/collab/index.d.cts"
|
||||
},
|
||||
"import": "./dist/collab/index.js",
|
||||
"require": "./dist/collab/index.cjs"
|
||||
},
|
||||
"./commands": {
|
||||
"types": {
|
||||
"import": "./dist/commands/index.d.ts",
|
||||
"require": "./dist/commands/index.d.cts"
|
||||
},
|
||||
"import": "./dist/commands/index.js",
|
||||
"require": "./dist/commands/index.cjs"
|
||||
},
|
||||
"./dropcursor": {
|
||||
"types": {
|
||||
"import": "./dist/dropcursor/index.d.ts",
|
||||
"require": "./dist/dropcursor/index.d.cts"
|
||||
},
|
||||
"import": "./dist/dropcursor/index.js",
|
||||
"require": "./dist/dropcursor/index.cjs"
|
||||
},
|
||||
"./gapcursor": {
|
||||
"types": {
|
||||
"import": "./dist/gapcursor/index.d.ts",
|
||||
"require": "./dist/gapcursor/index.d.cts"
|
||||
},
|
||||
"import": "./dist/gapcursor/index.js",
|
||||
"require": "./dist/gapcursor/index.cjs"
|
||||
},
|
||||
"./history": {
|
||||
"types": {
|
||||
"import": "./dist/history/index.d.ts",
|
||||
"require": "./dist/history/index.d.cts"
|
||||
},
|
||||
"import": "./dist/history/index.js",
|
||||
"require": "./dist/history/index.cjs"
|
||||
},
|
||||
"./inputrules": {
|
||||
"types": {
|
||||
"import": "./dist/inputrules/index.d.ts",
|
||||
"require": "./dist/inputrules/index.d.cts"
|
||||
},
|
||||
"import": "./dist/inputrules/index.js",
|
||||
"require": "./dist/inputrules/index.cjs"
|
||||
},
|
||||
"./keymap": {
|
||||
"types": {
|
||||
"import": "./dist/keymap/index.d.ts",
|
||||
"require": "./dist/keymap/index.d.cts"
|
||||
},
|
||||
"import": "./dist/keymap/index.js",
|
||||
"require": "./dist/keymap/index.cjs"
|
||||
},
|
||||
"./markdown": {
|
||||
"types": {
|
||||
"import": "./dist/markdown/index.d.ts",
|
||||
"require": "./dist/markdown/index.d.cts"
|
||||
},
|
||||
"import": "./dist/markdown/index.js",
|
||||
"require": "./dist/markdown/index.cjs"
|
||||
},
|
||||
"./menu": {
|
||||
"types": {
|
||||
"import": "./dist/menu/index.d.ts",
|
||||
"require": "./dist/menu/index.d.cts"
|
||||
},
|
||||
"import": "./dist/menu/index.js",
|
||||
"require": "./dist/menu/index.cjs"
|
||||
},
|
||||
"./model": {
|
||||
"types": {
|
||||
"import": "./dist/model/index.d.ts",
|
||||
"require": "./dist/model/index.d.cts"
|
||||
},
|
||||
"import": "./dist/model/index.js",
|
||||
"require": "./dist/model/index.cjs"
|
||||
},
|
||||
"./schema-basic": {
|
||||
"types": {
|
||||
"import": "./dist/schema/index.d.ts",
|
||||
"require": "./dist/schema/index.d.cts"
|
||||
},
|
||||
"import": "./dist/schema-basic/index.js",
|
||||
"require": "./dist/schema-basic/index.cjs"
|
||||
},
|
||||
"./schema-list": {
|
||||
"types": {
|
||||
"import": "./dist/schema/index.d.ts",
|
||||
"require": "./dist/schema/index.d.cts"
|
||||
},
|
||||
"import": "./dist/schema-list/index.js",
|
||||
"require": "./dist/schema-list/index.cjs"
|
||||
},
|
||||
"./state": {
|
||||
"types": {
|
||||
"import": "./dist/state/index.d.ts",
|
||||
"require": "./dist/state/index.d.cts"
|
||||
},
|
||||
"import": "./dist/state/index.js",
|
||||
"require": "./dist/state/index.cjs"
|
||||
},
|
||||
"./tables": {
|
||||
"types": {
|
||||
"import": "./dist/tables/index.d.ts",
|
||||
"require": "./dist/tables/index.d.cts"
|
||||
},
|
||||
"import": "./dist/tables/index.js",
|
||||
"require": "./dist/tables/index.cjs"
|
||||
},
|
||||
"./trailing-node": {
|
||||
"types": {
|
||||
"import": "./dist/trailing/index.d.ts",
|
||||
"require": "./dist/trailing/index.d.cts"
|
||||
},
|
||||
"import": "./dist/trailing-node/index.js",
|
||||
"require": "./dist/trailing-node/index.cjs"
|
||||
},
|
||||
"./transform": {
|
||||
"types": {
|
||||
"import": "./dist/transform/index.d.ts",
|
||||
"require": "./dist/transform/index.d.cts"
|
||||
},
|
||||
"import": "./dist/transform/index.js",
|
||||
"require": "./dist/transform/index.cjs"
|
||||
},
|
||||
"./view": {
|
||||
"types": {
|
||||
"import": "./dist/view/index.d.ts",
|
||||
"require": "./dist/view/index.d.cts"
|
||||
},
|
||||
"import": "./dist/view/index.js",
|
||||
"require": "./dist/view/index.cjs"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist/**",
|
||||
"changeset/**",
|
||||
"collab/**",
|
||||
"commands/**",
|
||||
"dropcursor/**",
|
||||
"gapcursor/**",
|
||||
"history/**",
|
||||
"inputrules/**",
|
||||
"keymap/**",
|
||||
"markdown/**",
|
||||
"menu/**",
|
||||
"model/**",
|
||||
"schema-basic/**",
|
||||
"schema-list/**",
|
||||
"state/**",
|
||||
"tables/**",
|
||||
"trailing-node/**",
|
||||
"transform/**",
|
||||
"view/**"
|
||||
],
|
||||
"dependencies": {
|
||||
"prosemirror-changeset": "^2.3.0",
|
||||
"prosemirror-collab": "^1.3.1",
|
||||
"prosemirror-commands": "^1.6.2",
|
||||
"prosemirror-dropcursor": "^1.8.1",
|
||||
"prosemirror-gapcursor": "^1.3.2",
|
||||
"prosemirror-history": "^1.4.1",
|
||||
"prosemirror-inputrules": "^1.4.0",
|
||||
"prosemirror-keymap": "^1.2.2",
|
||||
"prosemirror-markdown": "^1.13.1",
|
||||
"prosemirror-menu": "^1.2.4",
|
||||
"prosemirror-model": "^1.24.1",
|
||||
"prosemirror-schema-basic": "^1.2.3",
|
||||
"prosemirror-schema-list": "^1.5.0",
|
||||
"prosemirror-state": "^1.4.3",
|
||||
"prosemirror-tables": "^1.6.4",
|
||||
"prosemirror-trailing-node": "^3.0.0",
|
||||
"prosemirror-transform": "^1.10.2",
|
||||
"prosemirror-view": "^1.38.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ueberdosis/tiptap",
|
||||
"directory": "packages/pm"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup"
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-schema-basic'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-schema-list'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-state'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-tables'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-trailing-node'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-transform'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-view'
|
||||
Reference in New Issue
Block a user