-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 KB
/
package.json
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
{
"name": "cms-platform",
"author": "Matt Rajkowski",
"homepage": "https://github.com/rajkowski/cms-platform",
"version": "1.1.0",
"description": "CMS Platform: Agile, Enterprise, Open Source Content Management System (CMS) and Portal, frontend dependencies",
"license": "Apache License 2.0",
"engines": {
"npm": ">=9.6",
"node": ">=18.17"
},
"scripts": {
"postinstall": "ts-node src/main/scripts/dependencies.ts"
},
"dependencies": {
"@superset-ui/embedded-sdk": "0.1.2",
"ace-builds": "1.36.5",
"add-to-calendar-button": "2.7.3",
"chart.js": "4.4.7",
"clipboard": "2.0.11",
"codemirror": "5.65.18",
"dragula": "3.7.3",
"dropzone": "5.9.3",
"foundation-datepicker": "1.5.6",
"foundation-sites": "6.9.0",
"fullcalendar": "6.1.15",
"imagesloaded": "5.0.0",
"jquery": "3.7.1",
"jquery-formatcurrency": "1.6.3",
"js-cookie": "3.0.5",
"jspreadsheet-ce": "4.15.0",
"jsuites": "5.8.0",
"leaflet": "1.9.4",
"leaflet.markercluster": "1.5.3",
"masonry-layout": "4.2.2",
"mermaid": "11.4.1",
"moment": "2.30.1",
"motion-ui": "2.0.8",
"payform": "1.4.0",
"prismjs": "1.29.0",
"sortablejs": "1.15.6",
"spectrum-colorpicker": "1.8.1",
"swiper": "11.1.15",
"tinymce": "6.8.5",
"what-input": "5.2.12"
},
"non-npm-dependencies": {
"autocomplete": "1.0.7",
"jquery-gridmanager": "0.3.1"
},
"devDependencies": {
"tinycolor2": "1.6.0",
"ts-node": "10.9.2"
}
}