payload-richtext-tiptap 0.0.52 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/fields/TiptapEditor/extensions/ImageBlock/ImageBlock.d.ts +2 -0
- package/dist/src/fields/TiptapEditor/extensions/ImageBlock/ImageBlock.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/ImageBlock/ImageBlock.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/ImageUpload/view/ImageUpload.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/ImageUpload/view/ImageUpload.js +29 -16
- package/dist/src/fields/TiptapEditor/extensions/ImageUpload/view/ImageUpload.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/VideoBlock.d.ts +5 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/VideoBlock.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/VideoBlock.js +23 -2
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/VideoBlock.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockMenu.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockMenu.js +23 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockView.d.ts +17 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockView.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockView.js +47 -12
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockView.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.d.ts +10 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.js +45 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualityOption.d.ts +12 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualityOption.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualityOption.js +34 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualityOption.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualitySelector.d.ts +22 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualitySelector.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualitySelector.js +78 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/components/QualitySelector.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/events.d.ts +10 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/events.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/events.js +10 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/events.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/index.d.ts +3 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/index.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/index.js +52 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/index.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/middleware/SourceInterceptor.d.ts +2 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/middleware/SourceInterceptor.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/middleware/SourceInterceptor.js +35 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/middleware/SourceInterceptor.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/util/SafeSeek.d.ts +16 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/util/SafeSeek.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/util/SafeSeek.js +72 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/util/SafeSeek.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/extension-kit.d.ts +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js +5 -0
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/components/ai-draft-selector-commands.d.ts +1 -1
- package/dist/src/fields/TiptapEditor/lib/extract.d.ts +1 -0
- package/dist/src/fields/TiptapEditor/lib/extract.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/lib/extract.js +8 -1
- package/dist/src/fields/TiptapEditor/lib/extract.js.map +1 -1
- package/dist/src/fields/TiptapEditor/types.d.js.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/styles.css +63 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +196 -189
package/package.json
CHANGED
|
@@ -1,194 +1,201 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
"name": "payload-richtext-tiptap",
|
|
3
|
+
"version": "0.0.53",
|
|
4
|
+
"description": "Rich text tiptap for Payload CMS",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"payload",
|
|
7
|
+
"cms",
|
|
8
|
+
"plugin",
|
|
9
|
+
"typescript",
|
|
10
|
+
"react",
|
|
11
|
+
"forms",
|
|
12
|
+
"fields",
|
|
13
|
+
"richtext",
|
|
14
|
+
"tiptap"
|
|
15
|
+
],
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https: //github.com/payloadcms/payload.git",
|
|
19
|
+
"directory": "packages/plugin-form-builder"
|
|
20
|
+
},
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
|
|
23
|
+
"type": "module",
|
|
24
|
+
"exports": {
|
|
25
|
+
".": {
|
|
26
|
+
"import": "./dist/src/index.js",
|
|
27
|
+
"types": "./dist/src/index.d.ts",
|
|
28
|
+
"default": "./dist/src/index.js"
|
|
20
29
|
},
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
".": {
|
|
26
|
-
"import": "./dist/src/index.js",
|
|
27
|
-
"types": "./dist/src/index.d.ts",
|
|
28
|
-
"default": "./dist/src/index.js"
|
|
29
|
-
},
|
|
30
|
-
"./tiptap": {
|
|
31
|
-
"import": "./dist/src/fields/TiptapEditor/index.js",
|
|
32
|
-
"types": "./dist/src/fields/TiptapEditor/index.d.ts",
|
|
33
|
-
"default": "./dist/src/fields/TiptapEditor/index.js"
|
|
34
|
-
},
|
|
35
|
-
"./dist/src/styles.css": {
|
|
36
|
-
"import": "./dist/src/styles.css",
|
|
37
|
-
"require": "./dist/src/styles.css",
|
|
38
|
-
"css": "./dist/src/styles.css"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"main": "dist/src/index.js",
|
|
42
|
-
"files": [
|
|
43
|
-
"dist/**/*"
|
|
44
|
-
],
|
|
45
|
-
"scripts": {
|
|
46
|
-
"build": "pnpm build:css && pnpm build:types && pnpm build:swc",
|
|
47
|
-
"build:css": "pnpx tailwindcss build -i src/styles.scss -o dist/src/styles.css",
|
|
48
|
-
"build:swc": "swc ./src -d ./dist/src --config-file .swcrc --strip-leading-paths",
|
|
49
|
-
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
50
|
-
"clean": "rimraf {dist,*.tsbuildinfo}",
|
|
51
|
-
"prepublishOnly": "pnpm clean && pnpm build",
|
|
52
|
-
"test": "echo \"No tests available.\""
|
|
53
|
-
},
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"@headlessui/tailwindcss": "^0.2.1",
|
|
56
|
-
"@hocuspocus/provider": "^2.11.3",
|
|
57
|
-
"@payloadcms/ui": "3.0.0-beta.58",
|
|
58
|
-
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
59
|
-
"@radix-ui/react-popover": "^1.0.6",
|
|
60
|
-
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
61
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
62
|
-
"@svgr/webpack": "^8.0.1",
|
|
63
|
-
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
64
|
-
"@tailwindcss/forms": "^0.5.7",
|
|
65
|
-
"@tailwindcss/typography": "^0.5.13",
|
|
66
|
-
"@tippyjs/react": "^4.2.6",
|
|
67
|
-
"@tiptap-pro/extension-drag-handle": "^2.7.6",
|
|
68
|
-
"@tiptap-pro/extension-drag-handle-react": "^2.7.6",
|
|
69
|
-
"@tiptap-pro/extension-emoji": "^2.7.6",
|
|
70
|
-
"@tiptap-pro/extension-file-handler": "^2.7.6",
|
|
71
|
-
"@tiptap-pro/extension-mathematics": "^2.7.6",
|
|
72
|
-
"@tiptap-pro/extension-node-range": "^2.7.6",
|
|
73
|
-
"@tiptap-pro/extension-table-of-contents": "^2.7.6",
|
|
74
|
-
"@tiptap-pro/extension-unique-id": "^2.7.6",
|
|
75
|
-
"@tiptap/core": "^2.2.4",
|
|
76
|
-
"@tiptap/extension-bullet-list": "^2.2.4",
|
|
77
|
-
"@tiptap/extension-character-count": "^2.2.4",
|
|
78
|
-
"@tiptap/extension-code-block": "^2.2.4",
|
|
79
|
-
"@tiptap/extension-code-block-lowlight": "^2.2.4",
|
|
80
|
-
"@tiptap/extension-collaboration": "^2.2.4",
|
|
81
|
-
"@tiptap/extension-collaboration-cursor": "^2.2.4",
|
|
82
|
-
"@tiptap/extension-color": "^2.2.4",
|
|
83
|
-
"@tiptap/extension-document": "^2.2.4",
|
|
84
|
-
"@tiptap/extension-dropcursor": "^2.2.4",
|
|
85
|
-
"@tiptap/extension-focus": "^2.2.4",
|
|
86
|
-
"@tiptap/extension-font-family": "^2.2.4",
|
|
87
|
-
"@tiptap/extension-heading": "^2.2.4",
|
|
88
|
-
"@tiptap/extension-highlight": "^2.2.4",
|
|
89
|
-
"@tiptap/extension-history": "^2.3.0",
|
|
90
|
-
"@tiptap/extension-horizontal-rule": "^2.2.4",
|
|
91
|
-
"@tiptap/extension-image": "^2.2.4",
|
|
92
|
-
"@tiptap/extension-link": "^2.2.4",
|
|
93
|
-
"@tiptap/extension-ordered-list": "^2.2.4",
|
|
94
|
-
"@tiptap/extension-paragraph": "^2.2.4",
|
|
95
|
-
"@tiptap/extension-placeholder": "^2.2.4",
|
|
96
|
-
"@tiptap/extension-subscript": "^2.2.4",
|
|
97
|
-
"@tiptap/extension-superscript": "^2.2.4",
|
|
98
|
-
"@tiptap/extension-table": "^2.2.4",
|
|
99
|
-
"@tiptap/extension-table-header": "^2.2.4",
|
|
100
|
-
"@tiptap/extension-table-row": "^2.2.4",
|
|
101
|
-
"@tiptap/extension-task-item": "^2.2.4",
|
|
102
|
-
"@tiptap/extension-task-list": "^2.2.4",
|
|
103
|
-
"@tiptap/extension-text-align": "^2.2.4",
|
|
104
|
-
"@tiptap/extension-text-style": "^2.2.4",
|
|
105
|
-
"@tiptap/extension-typography": "^2.2.4",
|
|
106
|
-
"@tiptap/extension-underline": "^2.2.4",
|
|
107
|
-
"@tiptap/pm": "^2.2.4",
|
|
108
|
-
"@tiptap/react": "^2.2.4",
|
|
109
|
-
"@tiptap/starter-kit": "^2.2.4",
|
|
110
|
-
"@tiptap/suggestion": "^2.2.4",
|
|
111
|
-
"adi": "^1.0.1",
|
|
112
|
-
"ai": "^3.2.1",
|
|
113
|
-
"cal-sans": "^1.0.1",
|
|
114
|
-
"clsx": "^2.1.1",
|
|
115
|
-
"deepmerge": "^4.2.2",
|
|
116
|
-
"escape-html": "^1.0.3",
|
|
117
|
-
"jsonwebtoken": "^9.0.2",
|
|
118
|
-
"lowlight": "^1.20.0",
|
|
119
|
-
"lucide-react": "^0.367.0",
|
|
120
|
-
"react-colorful": "^5.6.1",
|
|
121
|
-
"react-hot-toast": "^2.1.1",
|
|
122
|
-
"react-markdown": "^9.0.1",
|
|
123
|
-
"react-social-media-embed": "^2.5.13",
|
|
124
|
-
"react-textarea-autosize": "^8.5.3",
|
|
125
|
-
"sass": "^1.77.6",
|
|
126
|
-
"tailwind-merge": "^1.14.0",
|
|
127
|
-
"tailwindcss-animate": "^1.0.7",
|
|
128
|
-
"tippy.js": "^6.2.5",
|
|
129
|
-
"tiptap-markdown": "^0.8.10",
|
|
130
|
-
"tiptap-text-direction": "^0.3.1",
|
|
131
|
-
"turndown": "^7.2.0",
|
|
132
|
-
"turndown-plugin-gfm": "^1.0.2",
|
|
133
|
-
"tw-to-css": "^0.0.12",
|
|
134
|
-
"uuid": "^9.0.0",
|
|
135
|
-
"y-prosemirror": "^1.2.3",
|
|
136
|
-
"y-protocols": "^1.0.6",
|
|
137
|
-
"yjs": "^13.6.14"
|
|
138
|
-
},
|
|
139
|
-
"devDependencies": {
|
|
140
|
-
"@payloadcms/eslint-config": "3.0.0-beta.16",
|
|
141
|
-
"@swc/cli": "0.3.12",
|
|
142
|
-
"@swc/core": "^1.6.3",
|
|
143
|
-
"@swc/jest": "0.2.36",
|
|
144
|
-
"@types/escape-html": "^1.0.4",
|
|
145
|
-
"@types/express": "^4.17.21",
|
|
146
|
-
"@types/jest": "^29.5.12",
|
|
147
|
-
"@types/react": "npm:types-react@19.0.0-beta.2",
|
|
148
|
-
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
|
|
149
|
-
"autoprefixer": "^10.4.19",
|
|
150
|
-
"copyfiles": "^2.4.1",
|
|
151
|
-
"cross-env": "^7.0.3",
|
|
152
|
-
"jest": "^29.7.0",
|
|
153
|
-
"nodemon": "3.0.3",
|
|
154
|
-
"payload": "3.0.0-beta.58",
|
|
155
|
-
"postcss": "^8.4.38",
|
|
156
|
-
"rimraf": "^5.0.7",
|
|
157
|
-
"sort-package-json": "^2.10.0",
|
|
158
|
-
"swc-plugin-transform-remove-imports": "^1.12.1",
|
|
159
|
-
"tailwindcss": "^3.4.4",
|
|
160
|
-
"ts-node": "10.9.1",
|
|
161
|
-
"typescript": "^5.5.2"
|
|
30
|
+
"./tiptap": {
|
|
31
|
+
"import": "./dist/src/fields/TiptapEditor/index.js",
|
|
32
|
+
"types": "./dist/src/fields/TiptapEditor/index.d.ts",
|
|
33
|
+
"default": "./dist/src/fields/TiptapEditor/index.js"
|
|
162
34
|
},
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"
|
|
191
|
-
|
|
35
|
+
"./dist/src/styles.css": {
|
|
36
|
+
"import": "./dist/src/styles.css",
|
|
37
|
+
"require": "./dist/src/styles.css",
|
|
38
|
+
"css": "./dist/src/styles.css"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"main": "dist/src/index.js",
|
|
42
|
+
"files": [
|
|
43
|
+
"dist/**/*"
|
|
44
|
+
],
|
|
45
|
+
"scripts": {
|
|
46
|
+
"build": "pnpm build:css && pnpm build:types && pnpm build:swc",
|
|
47
|
+
"build:css": "pnpx tailwindcss build -i src/styles.scss -o dist/src/styles.css",
|
|
48
|
+
"build:swc": "swc ./src -d ./dist/src --config-file .swcrc --strip-leading-paths",
|
|
49
|
+
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
50
|
+
"clean": "rimraf {dist,*.tsbuildinfo}",
|
|
51
|
+
"prepublishOnly": "pnpm clean && pnpm build",
|
|
52
|
+
"test": "echo \"No tests available.\""
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@headlessui/tailwindcss": "^0.2.1",
|
|
56
|
+
"@hocuspocus/provider": "^2.11.3",
|
|
57
|
+
"@payloadcms/ui": "3.0.0-beta.58",
|
|
58
|
+
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
59
|
+
"@radix-ui/react-popover": "^1.0.6",
|
|
60
|
+
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
61
|
+
"@radix-ui/react-slot": "^1.0.2",
|
|
62
|
+
"@svgr/webpack": "^8.0.1",
|
|
63
|
+
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
64
|
+
"@tailwindcss/forms": "^0.5.7",
|
|
65
|
+
"@tailwindcss/typography": "^0.5.13",
|
|
66
|
+
"@tippyjs/react": "^4.2.6",
|
|
67
|
+
"@tiptap-pro/extension-drag-handle": "^2.7.6",
|
|
68
|
+
"@tiptap-pro/extension-drag-handle-react": "^2.7.6",
|
|
69
|
+
"@tiptap-pro/extension-emoji": "^2.7.6",
|
|
70
|
+
"@tiptap-pro/extension-file-handler": "^2.7.6",
|
|
71
|
+
"@tiptap-pro/extension-mathematics": "^2.7.6",
|
|
72
|
+
"@tiptap-pro/extension-node-range": "^2.7.6",
|
|
73
|
+
"@tiptap-pro/extension-table-of-contents": "^2.7.6",
|
|
74
|
+
"@tiptap-pro/extension-unique-id": "^2.7.6",
|
|
75
|
+
"@tiptap/core": "^2.2.4",
|
|
76
|
+
"@tiptap/extension-bullet-list": "^2.2.4",
|
|
77
|
+
"@tiptap/extension-character-count": "^2.2.4",
|
|
78
|
+
"@tiptap/extension-code-block": "^2.2.4",
|
|
79
|
+
"@tiptap/extension-code-block-lowlight": "^2.2.4",
|
|
80
|
+
"@tiptap/extension-collaboration": "^2.2.4",
|
|
81
|
+
"@tiptap/extension-collaboration-cursor": "^2.2.4",
|
|
82
|
+
"@tiptap/extension-color": "^2.2.4",
|
|
83
|
+
"@tiptap/extension-document": "^2.2.4",
|
|
84
|
+
"@tiptap/extension-dropcursor": "^2.2.4",
|
|
85
|
+
"@tiptap/extension-focus": "^2.2.4",
|
|
86
|
+
"@tiptap/extension-font-family": "^2.2.4",
|
|
87
|
+
"@tiptap/extension-heading": "^2.2.4",
|
|
88
|
+
"@tiptap/extension-highlight": "^2.2.4",
|
|
89
|
+
"@tiptap/extension-history": "^2.3.0",
|
|
90
|
+
"@tiptap/extension-horizontal-rule": "^2.2.4",
|
|
91
|
+
"@tiptap/extension-image": "^2.2.4",
|
|
92
|
+
"@tiptap/extension-link": "^2.2.4",
|
|
93
|
+
"@tiptap/extension-ordered-list": "^2.2.4",
|
|
94
|
+
"@tiptap/extension-paragraph": "^2.2.4",
|
|
95
|
+
"@tiptap/extension-placeholder": "^2.2.4",
|
|
96
|
+
"@tiptap/extension-subscript": "^2.2.4",
|
|
97
|
+
"@tiptap/extension-superscript": "^2.2.4",
|
|
98
|
+
"@tiptap/extension-table": "^2.2.4",
|
|
99
|
+
"@tiptap/extension-table-header": "^2.2.4",
|
|
100
|
+
"@tiptap/extension-table-row": "^2.2.4",
|
|
101
|
+
"@tiptap/extension-task-item": "^2.2.4",
|
|
102
|
+
"@tiptap/extension-task-list": "^2.2.4",
|
|
103
|
+
"@tiptap/extension-text-align": "^2.2.4",
|
|
104
|
+
"@tiptap/extension-text-style": "^2.2.4",
|
|
105
|
+
"@tiptap/extension-typography": "^2.2.4",
|
|
106
|
+
"@tiptap/extension-underline": "^2.2.4",
|
|
107
|
+
"@tiptap/pm": "^2.2.4",
|
|
108
|
+
"@tiptap/react": "^2.2.4",
|
|
109
|
+
"@tiptap/starter-kit": "^2.2.4",
|
|
110
|
+
"@tiptap/suggestion": "^2.2.4",
|
|
111
|
+
"@types/video.js": "7.3.26",
|
|
112
|
+
"@types/videojs-contrib-quality-levels": "2.0.1",
|
|
113
|
+
"@videojs/http-streaming": "^3.10.0",
|
|
114
|
+
"adi": "^1.0.1",
|
|
115
|
+
"ai": "^3.2.1",
|
|
116
|
+
"cal-sans": "^1.0.1",
|
|
117
|
+
"clsx": "^2.1.1",
|
|
118
|
+
"deepmerge": "^4.2.2",
|
|
119
|
+
"escape-html": "^1.0.3",
|
|
120
|
+
"jsonwebtoken": "^9.0.2",
|
|
121
|
+
"lowlight": "^1.20.0",
|
|
122
|
+
"lucide-react": "^0.417.0",
|
|
123
|
+
"react-colorful": "^5.6.1",
|
|
124
|
+
"react-hot-toast": "^2.1.1",
|
|
125
|
+
"react-markdown": "^9.0.1",
|
|
126
|
+
"react-social-media-embed": "^2.5.13",
|
|
127
|
+
"react-textarea-autosize": "^8.5.3",
|
|
128
|
+
"sass": "^1.77.6",
|
|
129
|
+
"tailwind-merge": "^1.14.0",
|
|
130
|
+
"tailwindcss-animate": "^1.0.7",
|
|
131
|
+
"tippy.js": "^6.2.5",
|
|
132
|
+
"tiptap-markdown": "^0.8.10",
|
|
133
|
+
"tiptap-text-direction": "^0.3.1",
|
|
134
|
+
"turndown": "^7.2.0",
|
|
135
|
+
"turndown-plugin-gfm": "^1.0.2",
|
|
136
|
+
"tw-to-css": "^0.0.12",
|
|
137
|
+
"underscore": "^1.13.7",
|
|
138
|
+
"uuid": "^9.0.0",
|
|
139
|
+
"video.js": "7.14.3",
|
|
140
|
+
"videojs-contrib-quality-levels": "2.1.0",
|
|
141
|
+
"videojs-hls-quality-selector": "^2.0.0",
|
|
142
|
+
"y-prosemirror": "^1.2.3",
|
|
143
|
+
"y-protocols": "^1.0.6",
|
|
144
|
+
"yjs": "^13.6.14"
|
|
145
|
+
},
|
|
146
|
+
"devDependencies": {
|
|
147
|
+
"@payloadcms/eslint-config": "3.0.0-beta.16",
|
|
148
|
+
"@swc/cli": "0.3.12",
|
|
149
|
+
"@swc/core": "^1.6.3",
|
|
150
|
+
"@swc/jest": "0.2.36",
|
|
151
|
+
"@types/escape-html": "^1.0.4",
|
|
152
|
+
"@types/express": "^4.17.21",
|
|
153
|
+
"@types/jest": "^29.5.12",
|
|
154
|
+
"@types/react": "npm:types-react@19.0.0-beta.2",
|
|
155
|
+
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
|
|
156
|
+
"autoprefixer": "^10.4.19",
|
|
157
|
+
"copyfiles": "^2.4.1",
|
|
158
|
+
"cross-env": "^7.0.3",
|
|
159
|
+
"jest": "^29.7.0",
|
|
160
|
+
"nodemon": "3.0.3",
|
|
161
|
+
"payload": "3.0.0-beta.58",
|
|
162
|
+
"postcss": "^8.4.38",
|
|
163
|
+
"rimraf": "^5.0.7",
|
|
164
|
+
"sort-package-json": "^2.10.0",
|
|
165
|
+
"swc-plugin-transform-remove-imports": "^1.12.1",
|
|
166
|
+
"tailwindcss": "^3.4.4",
|
|
167
|
+
"ts-node": "10.9.1",
|
|
168
|
+
"typescript": "^5.5.2"
|
|
169
|
+
},
|
|
170
|
+
"peerDependencies": {
|
|
171
|
+
"payload": "3.0.0-beta.58",
|
|
172
|
+
"react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
|
|
173
|
+
"react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522"
|
|
174
|
+
},
|
|
175
|
+
"publishConfig": {
|
|
176
|
+
"exports": {
|
|
177
|
+
".": {
|
|
178
|
+
"import": "./dist/index.js",
|
|
179
|
+
"types": "./dist/index.d.ts",
|
|
180
|
+
"default": "./dist/index.js"
|
|
181
|
+
},
|
|
182
|
+
"./types": {
|
|
183
|
+
"import": "./dist/exports/types.js",
|
|
184
|
+
"types": "./dist/exports/types.d.ts",
|
|
185
|
+
"default": "./dist/exports/types.js"
|
|
186
|
+
}
|
|
192
187
|
},
|
|
193
|
-
"
|
|
188
|
+
"main": "./dist/index.js",
|
|
189
|
+
"registry": "https://registry.npmjs.org/",
|
|
190
|
+
"types": "./dist/index.d.ts"
|
|
191
|
+
},
|
|
192
|
+
"homepage:": "https://payloadcms.com",
|
|
193
|
+
"overrides": {
|
|
194
|
+
"@types/react": "npm:types-react@19.0.0-beta.2",
|
|
195
|
+
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2"
|
|
196
|
+
},
|
|
197
|
+
"bugs": {
|
|
198
|
+
"url": "https://github.com/payloadcms/payload/issues"
|
|
199
|
+
},
|
|
200
|
+
"homepage": "https://github.com/payloadcms/payload#readme"
|
|
194
201
|
}
|