-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.86 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"license": "UNLICENSED",
"scripts": {
"build": "bin/build.sh",
"build:assets": "bin/build-assets.sh"
},
"devDependencies": {
"esbuild": "^0.16.17",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.0.1",
"esbuild-plugin-glob": "^2.2.1",
"esbuild-sass-plugin": "^2.4.5",
"sass-extended-importer": "^0.4.2"
},
"dependencies": {
"@deltablot/dropzone": "^7.1.1",
"@tiptap/core": "^3.19.0",
"@tiptap/extension-bullet-list": "^3.19.0",
"@tiptap/extension-character-count": "^3.19.0",
"@tiptap/extension-color": "^3.19.0",
"@tiptap/extension-font-family": "^3.19.0",
"@tiptap/extension-highlight": "^3.19.0",
"@tiptap/extension-image": "^3.19.0",
"@tiptap/extension-link": "^3.19.0",
"@tiptap/extension-list": "^3.19.0",
"@tiptap/extension-ordered-list": "^3.19.0",
"@tiptap/extension-placeholder": "^3.19.0",
"@tiptap/extension-subscript": "^3.19.0",
"@tiptap/extension-superscript": "^3.19.0",
"@tiptap/extension-table": "^3.19.0",
"@tiptap/extension-table-cell": "^3.19.0",
"@tiptap/extension-table-header": "^3.19.0",
"@tiptap/extension-table-row": "^3.19.0",
"@tiptap/extension-text-align": "^3.19.0",
"@tiptap/extension-text-style": "^3.19.0",
"@tiptap/extension-typography": "^3.19.0",
"@tiptap/extension-underline": "^3.19.0",
"@tiptap/extension-youtube": "^3.19.0",
"@tiptap/markdown": "^3.19.0",
"@tiptap/pm": "^3.19.0",
"@tiptap/starter-kit": "^3.19.0",
"awesomplete": "^1.1.5",
"choices.js": "11.0.4",
"codemirror": "^5.65.0",
"dompurify": "^3.0.2",
"highlight.js": "^11.11.1",
"htmx.org": "4.0.0-alpha7",
"js-beautify": "^1.15.4",
"lightgallery": "^2.8.2",
"slugify": "^1.6.6",
"sortablejs": "^1.15.2",
"swagger-ui-dist": "^5.1.0",
"thememirror": "^2.0.1",
"tippy.js": "^6.3.7"
}
}