-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.43 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.43 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"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": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-jinja": "^6.0.1",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-php": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.12.3",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.1",
"@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": "^6.0.2",
"dompurify": "^3.4.0",
"highlight.js": "^11.11.1",
"htmx.org": "4.0.0-beta3",
"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"
}
}