-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.23 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 3.23 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"autoprefixer": "^10.4.2",
"axios": "^1.6.4",
"copy": "^0.3.2",
"laravel-vite-plugin": "^1.0.0",
"loadash": "^1.0.0",
"postcss": "^8.4.31",
"sass": "^1.69.7",
"tailwindcss": "^3.4.1",
"vite": "^5.0.0",
"vite-plugin-static-copy": "^1.0.0"
},
"dependencies": {
"@alpinejs/mask": "^3.13.7",
"@alpinejs/persist": "^3.13.7",
"@calumk/editorjs-codeflask": "^1.0.10",
"@calumk/editorjs-nested-checklist": "^1.1.0",
"@ckeditor/ckeditor5-word-count": "^41.2.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.29.0",
"@editorjs/embed": "^2.7.0",
"@editorjs/header": "^2.8.1",
"@editorjs/inline-code": "^1.5.0",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^1.9.0",
"@editorjs/marker": "^1.4.0",
"@editorjs/nested-list": "^1.4.2",
"@editorjs/paragraph": "^2.11.3",
"@editorjs/quote": "^2.6.0",
"@editorjs/raw": "^2.5.0",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.3.0",
"@editorjs/underline": "^1.1.0",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-inject": "^5.0.5",
"@simonwep/pickr": "^1.8.2",
"@tailwindcss/typography": "github:tailwindcss/typography",
"alpinejs": "^3.13.7",
"apexcharts": "3.41.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"bootstrap-table": "^1.22.4",
"chart.js": "^3.8.0",
"choices.js": "^10.1.0",
"cleave.js": "^1.6.0",
"datatables.net-bs5": "^1.12.1",
"dragula": "^3.7.3",
"dropzone": "^6.0.0-beta.2",
"echarts": "^5.3.3",
"editorjs-header-with-anchor": "^2.6.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"filepond": "^4.30.4",
"filepond-plugin-file-encode": "^2.1.10",
"filepond-plugin-file-validate-size": "^2.2.7",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-edit": "^1.6.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-image-resize": "^2.0.10",
"filepond-plugin-image-transform": "^3.8.7",
"flatpickr": "^4.6.13",
"fullcalendar": "^5.11.4",
"glightbox": "^3.2.0",
"gmaps": "^0.4.25",
"gridjs": "^5.1.0",
"jsvectormap": "^1.4.5",
"leaflet": "^1.8.0",
"masonry-layout": "^4.2.2",
"moment": "2.9.0",
"node-waves": "^0.7.6",
"nouislider": "^15.6.0",
"particles.js": "^2.0.0",
"particlesjs": "^2.2.3",
"prismjs": "^1.29.0",
"quill": "^1.3.7",
"rater-js": "^1.0.1",
"simplebar": "^5.3.8",
"slick-slider": "^1.8.2",
"sweetalert2": "^11.4.19",
"swiper": "^8.4.4",
"title-editorjs": "^1.0.2",
"toastr": "^2.1.4",
"wnumb": "^1.2.0"
}
}